From 44144aaf1b5600e29585d49cd1ca89e352a6a393 Mon Sep 17 00:00:00 2001 From: bogdan Date: Tue, 11 Jul 2023 21:25:57 +0200 Subject: [PATCH] project renamed --- .project | 3337 ++++++++++++++++--------------------------- CMakeLists.txt | 2 +- HTML/espfs.paths | 62 +- dependencies.lock | 18 +- sdkconfig | 3470 ++++++++++++++++++++++++--------------------- 5 files changed, 3110 insertions(+), 3779 deletions(-) diff --git a/.project b/.project index dbd8443..998e9a5 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - webguiapp_ref_implement + WebguiappTemplate @@ -21,4782 +21,3857 @@ build/ide/esp_idf_components/app_trace/app_trace.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/app_trace/app_trace.c + /home/bogdan/esp-idf-v5.0.3/components/app_trace/app_trace.c build/ide/esp_idf_components/app_trace/app_trace_util.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/app_trace/app_trace_util.c + /home/bogdan/esp-idf-v5.0.3/components/app_trace/app_trace_util.c build/ide/esp_idf_components/app_trace/host_file_io.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/app_trace/host_file_io.c + /home/bogdan/esp-idf-v5.0.3/components/app_trace/host_file_io.c - build/ide/esp_idf_components/app_update/esp_app_desc.c + build/ide/esp_idf_components/app_update/esp_ota_app_desc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/app_update/esp_app_desc.c + /home/bogdan/esp-idf-v5.0.3/components/app_update/esp_ota_app_desc.c build/ide/esp_idf_components/app_update/esp_ota_ops.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/app_update/esp_ota_ops.c + /home/bogdan/esp-idf-v5.0.3/components/app_update/esp_ota_ops.c build/ide/esp_idf_components/console/commands.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/commands.c + /home/bogdan/esp-idf-v5.0.3/components/console/commands.c build/ide/esp_idf_components/console/esp_console_repl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/esp_console_repl.c + /home/bogdan/esp-idf-v5.0.3/components/console/esp_console_repl.c build/ide/esp_idf_components/console/split_argv.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/split_argv.c + /home/bogdan/esp-idf-v5.0.3/components/console/split_argv.c build/ide/esp_idf_components/cxx/cxx_exception_stubs.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cxx/cxx_exception_stubs.cpp + /home/bogdan/esp-idf-v5.0.3/components/cxx/cxx_exception_stubs.cpp build/ide/esp_idf_components/cxx/cxx_guards.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cxx/cxx_guards.cpp - - - build/ide/esp_idf_components/driver/adc.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/adc.c - - - build/ide/esp_idf_components/driver/adc_common.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/adc_common.c - - - build/ide/esp_idf_components/driver/adc_deprecated.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/adc_deprecated.c + /home/bogdan/esp-idf-v5.0.3/components/cxx/cxx_guards.cpp build/ide/esp_idf_components/driver/dac_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/dac_common.c + /home/bogdan/esp-idf-v5.0.3/components/driver/dac_common.c - build/ide/esp_idf_components/driver/gpio.c + build/ide/esp_idf_components/driver/gptimer.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/gpio.c + /home/bogdan/esp-idf-v5.0.3/components/driver/gptimer.c build/ide/esp_idf_components/driver/i2c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/i2c.c - - - build/ide/esp_idf_components/driver/i2s.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/i2s.c + /home/bogdan/esp-idf-v5.0.3/components/driver/i2c.c build/ide/esp_idf_components/driver/ledc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/ledc.c + /home/bogdan/esp-idf-v5.0.3/components/driver/ledc.c - build/ide/esp_idf_components/driver/mcpwm.c + build/ide/esp_idf_components/driver/pulse_cnt.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/mcpwm.c - - - build/ide/esp_idf_components/driver/pcnt.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/pcnt.c - - - build/ide/esp_idf_components/driver/periph_ctrl.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/periph_ctrl.c - - - build/ide/esp_idf_components/driver/rmt.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/rmt.c - - - build/ide/esp_idf_components/driver/rtc_io.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/rtc_io.c - - - build/ide/esp_idf_components/driver/rtc_module.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/rtc_module.c + /home/bogdan/esp-idf-v5.0.3/components/driver/pulse_cnt.c build/ide/esp_idf_components/driver/sdio_slave.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/sdio_slave.c + /home/bogdan/esp-idf-v5.0.3/components/driver/sdio_slave.c + + + build/ide/esp_idf_components/driver/sdm.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/sdm.c build/ide/esp_idf_components/driver/sdmmc_host.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/sdmmc_host.c + /home/bogdan/esp-idf-v5.0.3/components/driver/sdmmc_host.c build/ide/esp_idf_components/driver/sdmmc_transaction.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/sdmmc_transaction.c + /home/bogdan/esp-idf-v5.0.3/components/driver/sdmmc_transaction.c build/ide/esp_idf_components/driver/sdspi_crc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/sdspi_crc.c + /home/bogdan/esp-idf-v5.0.3/components/driver/sdspi_crc.c build/ide/esp_idf_components/driver/sdspi_host.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/sdspi_host.c + /home/bogdan/esp-idf-v5.0.3/components/driver/sdspi_host.c build/ide/esp_idf_components/driver/sdspi_transaction.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/sdspi_transaction.c - - - build/ide/esp_idf_components/driver/sigmadelta.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/sigmadelta.c + /home/bogdan/esp-idf-v5.0.3/components/driver/sdspi_transaction.c build/ide/esp_idf_components/driver/spi_bus_lock.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/spi_bus_lock.c + /home/bogdan/esp-idf-v5.0.3/components/driver/spi_bus_lock.c build/ide/esp_idf_components/driver/spi_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/spi_common.c + /home/bogdan/esp-idf-v5.0.3/components/driver/spi_common.c build/ide/esp_idf_components/driver/spi_master.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/spi_master.c + /home/bogdan/esp-idf-v5.0.3/components/driver/spi_master.c build/ide/esp_idf_components/driver/spi_slave.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/spi_slave.c - - - build/ide/esp_idf_components/driver/timer.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/timer.c + /home/bogdan/esp-idf-v5.0.3/components/driver/spi_slave.c build/ide/esp_idf_components/driver/touch_sensor_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/touch_sensor_common.c + /home/bogdan/esp-idf-v5.0.3/components/driver/touch_sensor_common.c build/ide/esp_idf_components/driver/twai.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/twai.c + /home/bogdan/esp-idf-v5.0.3/components/driver/twai.c build/ide/esp_idf_components/driver/uart.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/uart.c + /home/bogdan/esp-idf-v5.0.3/components/driver/uart.c build/ide/esp_idf_components/esp-tls/esp_tls.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp-tls/esp_tls.c + /home/bogdan/esp-idf-v5.0.3/components/esp-tls/esp_tls.c build/ide/esp_idf_components/esp-tls/esp_tls_error_capture.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp-tls/esp_tls_error_capture.c + /home/bogdan/esp-idf-v5.0.3/components/esp-tls/esp_tls_error_capture.c build/ide/esp_idf_components/esp-tls/esp_tls_mbedtls.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp-tls/esp_tls_mbedtls.c + /home/bogdan/esp-idf-v5.0.3/components/esp-tls/esp_tls_mbedtls.c - build/ide/esp_idf_components/esp_adc_cal/esp_adc_cal_common.c + build/ide/esp_idf_components/esp_adc/adc_cali.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_adc_cal/esp_adc_cal_common.c + /home/bogdan/esp-idf-v5.0.3/components/esp_adc/adc_cali.c + + + build/ide/esp_idf_components/esp_adc/adc_cali_curve_fitting.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_adc/adc_cali_curve_fitting.c + + + build/ide/esp_idf_components/esp_adc/adc_common.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_adc/adc_common.c + + + build/ide/esp_idf_components/esp_adc/adc_continuous.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_adc/adc_continuous.c + + + build/ide/esp_idf_components/esp_adc/adc_oneshot.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_adc/adc_oneshot.c + + + build/ide/esp_idf_components/esp_app_format/esp_app_desc.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_app_format/esp_app_desc.c build/ide/esp_idf_components/esp_event/default_event_loop.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_event/default_event_loop.c + /home/bogdan/esp-idf-v5.0.3/components/esp_event/default_event_loop.c build/ide/esp_idf_components/esp_event/esp_event.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_event/esp_event.c + /home/bogdan/esp-idf-v5.0.3/components/esp_event/esp_event.c build/ide/esp_idf_components/esp_event/esp_event_private.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_event/esp_event_private.c - - - build/ide/esp_idf_components/esp_event/event_loop_legacy.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_event/event_loop_legacy.c - - - build/ide/esp_idf_components/esp_event/event_send.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_event/event_send.c + /home/bogdan/esp-idf-v5.0.3/components/esp_event/esp_event_private.c build/ide/esp_idf_components/esp_http_client/esp_http_client.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_client/esp_http_client.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_client/esp_http_client.c + + + build/ide/esp_idf_components/esp_hw_support/adc_share_hw_ctrl.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/adc_share_hw_ctrl.c build/ide/esp_idf_components/esp_hw_support/clk_ctrl_os.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/clk_ctrl_os.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/clk_ctrl_os.c - build/ide/esp_idf_components/esp_hw_support/compare_set.c + build/ide/esp_idf_components/esp_hw_support/cpu.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/compare_set.c - - - build/ide/esp_idf_components/esp_hw_support/cpu_util.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/cpu_util.c - - - build/ide/esp_idf_components/esp_hw_support/esp_async_memcpy.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/esp_async_memcpy.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/cpu.c build/ide/esp_idf_components/esp_hw_support/esp_clk.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/esp_clk.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/esp_clk.c + + + build/ide/esp_idf_components/esp_hw_support/esp_memory_utils.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/esp_memory_utils.c build/ide/esp_idf_components/esp_hw_support/hw_random.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/hw_random.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/hw_random.c build/ide/esp_idf_components/esp_hw_support/intr_alloc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/intr_alloc.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/intr_alloc.c build/ide/esp_idf_components/esp_hw_support/mac_addr.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/mac_addr.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/mac_addr.c + + + build/ide/esp_idf_components/esp_hw_support/periph_ctrl.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/periph_ctrl.c build/ide/esp_idf_components/esp_hw_support/regi2c_ctrl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/regi2c_ctrl.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/regi2c_ctrl.c + + + build/ide/esp_idf_components/esp_hw_support/rtc_module.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/rtc_module.c + + + build/ide/esp_idf_components/esp_hw_support/rtc_wdt.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/rtc_wdt.c + + + build/ide/esp_idf_components/esp_hw_support/sar_periph_ctrl_common.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/sar_periph_ctrl_common.c build/ide/esp_idf_components/esp_hw_support/sleep_gpio.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/sleep_gpio.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/sleep_gpio.c build/ide/esp_idf_components/esp_hw_support/sleep_mac_bb.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/sleep_mac_bb.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/sleep_mac_bb.c build/ide/esp_idf_components/esp_hw_support/sleep_modes.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/sleep_modes.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/sleep_modes.c + + + build/ide/esp_idf_components/esp_hw_support/sleep_wake_stub.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/sleep_wake_stub.c build/ide/esp_idf_components/esp_netif/esp_netif_defaults.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_netif/esp_netif_defaults.c + /home/bogdan/esp-idf-v5.0.3/components/esp_netif/esp_netif_defaults.c build/ide/esp_idf_components/esp_netif/esp_netif_handlers.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_netif/esp_netif_handlers.c + /home/bogdan/esp-idf-v5.0.3/components/esp_netif/esp_netif_handlers.c build/ide/esp_idf_components/esp_netif/esp_netif_objects.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_netif/esp_netif_objects.c + /home/bogdan/esp-idf-v5.0.3/components/esp_netif/esp_netif_objects.c + + + build/ide/esp_idf_components/esp_partition/partition.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_partition/partition.c + + + build/ide/esp_idf_components/esp_partition/partition_target.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_partition/partition_target.c build/ide/esp_idf_components/esp_pm/pm_impl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_pm/pm_impl.c + /home/bogdan/esp-idf-v5.0.3/components/esp_pm/pm_impl.c build/ide/esp_idf_components/esp_pm/pm_locks.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_pm/pm_locks.c + /home/bogdan/esp-idf-v5.0.3/components/esp_pm/pm_locks.c build/ide/esp_idf_components/esp_pm/pm_trace.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_pm/pm_trace.c + /home/bogdan/esp-idf-v5.0.3/components/esp_pm/pm_trace.c build/ide/esp_idf_components/esp_ringbuf/ringbuf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_ringbuf/ringbuf.c - - - build/ide/esp_idf_components/esp_serial_slave_link/essl.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_serial_slave_link/essl.c - - - build/ide/esp_idf_components/esp_serial_slave_link/essl_sdio.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_serial_slave_link/essl_sdio.c - - - build/ide/esp_idf_components/esp_serial_slave_link/essl_spi.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_serial_slave_link/essl_spi.c + /home/bogdan/esp-idf-v5.0.3/components/esp_ringbuf/ringbuf.c build/ide/esp_idf_components/esp_system/crosscore_int.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/crosscore_int.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/crosscore_int.c build/ide/esp_idf_components/esp_system/debug_stubs.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/debug_stubs.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/debug_stubs.c build/ide/esp_idf_components/esp_system/esp_err.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/esp_err.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/esp_err.c + + + build/ide/esp_idf_components/esp_system/esp_ipc.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_system/esp_ipc.c build/ide/esp_idf_components/esp_system/esp_system.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/esp_system.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/esp_system.c build/ide/esp_idf_components/esp_system/freertos_hooks.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/freertos_hooks.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/freertos_hooks.c build/ide/esp_idf_components/esp_system/int_wdt.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/int_wdt.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/int_wdt.c build/ide/esp_idf_components/esp_system/panic.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/panic.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/panic.c build/ide/esp_idf_components/esp_system/stack_check.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/stack_check.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/stack_check.c build/ide/esp_idf_components/esp_system/startup.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/startup.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/startup.c build/ide/esp_idf_components/esp_system/system_time.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/system_time.c - - - build/ide/esp_idf_components/esp_system/task_wdt.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/task_wdt.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/system_time.c build/ide/esp_idf_components/esp_system/ubsan.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/ubsan.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/ubsan.c build/ide/esp_idf_components/esp_system/xt_wdt.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/xt_wdt.c - - - build/ide/esp_idf_components/esp_websocket_client/esp_websocket_client.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_websocket_client/esp_websocket_client.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/xt_wdt.c build/ide/esp_idf_components/freertos/FreeRTOS-openocd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/FreeRTOS-openocd.c - - - build/ide/esp_idf_components/freertos/croutine.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/croutine.c - - - build/ide/esp_idf_components/freertos/event_groups.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/event_groups.c - - - build/ide/esp_idf_components/freertos/freertos_v8_compat.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/freertos_v8_compat.c - - - build/ide/esp_idf_components/freertos/list.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/list.c - - - build/ide/esp_idf_components/freertos/queue.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/queue.c - - - build/ide/esp_idf_components/freertos/stream_buffer.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/stream_buffer.c - - - build/ide/esp_idf_components/freertos/tasks.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/tasks.c - - - build/ide/esp_idf_components/freertos/timers.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/timers.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-openocd.c build/ide/esp_idf_components/hal/adc_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/adc_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/adc_hal.c + + + build/ide/esp_idf_components/hal/adc_hal_common.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/hal/adc_hal_common.c + + + build/ide/esp_idf_components/hal/adc_oneshot_hal.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/hal/adc_oneshot_hal.c build/ide/esp_idf_components/hal/aes_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/aes_hal.c - - - build/ide/esp_idf_components/hal/cpu_hal.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/cpu_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/aes_hal.c build/ide/esp_idf_components/hal/dac_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/dac_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/dac_hal.c build/ide/esp_idf_components/hal/efuse_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/efuse_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/efuse_hal.c build/ide/esp_idf_components/hal/emac_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/emac_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/emac_hal.c build/ide/esp_idf_components/hal/gpio_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/gpio_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/gpio_hal.c build/ide/esp_idf_components/hal/i2c_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/i2c_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/i2c_hal.c build/ide/esp_idf_components/hal/i2c_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/i2c_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/i2c_hal_iram.c build/ide/esp_idf_components/hal/i2s_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/i2s_hal.c - - - build/ide/esp_idf_components/hal/interrupt_controller_hal.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/interrupt_controller_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/i2s_hal.c build/ide/esp_idf_components/hal/ledc_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/ledc_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/ledc_hal.c build/ide/esp_idf_components/hal/ledc_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/ledc_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/ledc_hal_iram.c build/ide/esp_idf_components/hal/mcpwm_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/mcpwm_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/mcpwm_hal.c + + + build/ide/esp_idf_components/hal/mmu_hal.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/hal/mmu_hal.c build/ide/esp_idf_components/hal/mpu_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/mpu_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/mpu_hal.c build/ide/esp_idf_components/hal/pcnt_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/pcnt_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/pcnt_hal.c build/ide/esp_idf_components/hal/rmt_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/rmt_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/rmt_hal.c build/ide/esp_idf_components/hal/rtc_io_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/rtc_io_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/rtc_io_hal.c build/ide/esp_idf_components/hal/sdio_slave_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/sdio_slave_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/sdio_slave_hal.c + + + build/ide/esp_idf_components/hal/sdm_hal.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/hal/sdm_hal.c build/ide/esp_idf_components/hal/sha_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/sha_hal.c - - - build/ide/esp_idf_components/hal/sigmadelta_hal.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/sigmadelta_hal.c - - - build/ide/esp_idf_components/hal/soc_hal.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/soc_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/sha_hal.c build/ide/esp_idf_components/hal/spi_flash_encrypt_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/spi_flash_encrypt_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/spi_flash_encrypt_hal_iram.c build/ide/esp_idf_components/hal/spi_flash_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/spi_flash_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/spi_flash_hal.c build/ide/esp_idf_components/hal/spi_flash_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/spi_flash_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/spi_flash_hal_iram.c build/ide/esp_idf_components/hal/spi_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/spi_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/spi_hal.c build/ide/esp_idf_components/hal/spi_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/spi_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/spi_hal_iram.c build/ide/esp_idf_components/hal/spi_slave_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/spi_slave_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/spi_slave_hal.c build/ide/esp_idf_components/hal/spi_slave_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/spi_slave_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/spi_slave_hal_iram.c build/ide/esp_idf_components/hal/timer_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/timer_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/timer_hal.c + + + build/ide/esp_idf_components/hal/timer_hal_iram.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/hal/timer_hal_iram.c build/ide/esp_idf_components/hal/touch_sensor_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/touch_sensor_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/touch_sensor_hal.c build/ide/esp_idf_components/hal/twai_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/twai_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/twai_hal.c build/ide/esp_idf_components/hal/twai_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/twai_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/twai_hal_iram.c build/ide/esp_idf_components/hal/uart_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/uart_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/uart_hal.c build/ide/esp_idf_components/hal/uart_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/uart_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/uart_hal_iram.c build/ide/esp_idf_components/hal/wdt_hal_iram.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/wdt_hal_iram.c + /home/bogdan/esp-idf-v5.0.3/components/hal/wdt_hal_iram.c build/ide/esp_idf_components/heap/heap_caps.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/heap/heap_caps.c + /home/bogdan/esp-idf-v5.0.3/components/heap/heap_caps.c build/ide/esp_idf_components/heap/heap_caps_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/heap/heap_caps_init.c - - - build/ide/esp_idf_components/heap/heap_tlsf.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/heap/heap_tlsf.c + /home/bogdan/esp-idf-v5.0.3/components/heap/heap_caps_init.c build/ide/esp_idf_components/heap/multi_heap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/heap/multi_heap.c + /home/bogdan/esp-idf-v5.0.3/components/heap/multi_heap.c + + + build/ide/esp_idf_components/http_parser/http_parser.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/http_parser/http_parser.c build/ide/esp_idf_components/log/log.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/log/log.c + /home/bogdan/esp-idf-v5.0.3/components/log/log.c build/ide/esp_idf_components/log/log_buffers.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/log/log_buffers.c + /home/bogdan/esp-idf-v5.0.3/components/log/log_buffers.c build/ide/esp_idf_components/log/log_freertos.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/log/log_freertos.c - - - build/ide/esp_idf_components/mdns/mdns.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mdns/mdns.c - - - build/ide/esp_idf_components/mdns/mdns_console.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mdns/mdns_console.c - - - build/ide/esp_idf_components/mdns/mdns_networking_lwip.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mdns/mdns_networking_lwip.c + /home/bogdan/esp-idf-v5.0.3/components/log/log_freertos.c build/ide/esp_idf_components/newlib/abort.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/abort.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/abort.c build/ide/esp_idf_components/newlib/assert.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/assert.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/assert.c build/ide/esp_idf_components/newlib/heap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/heap.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/heap.c build/ide/esp_idf_components/newlib/locks.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/locks.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/locks.c build/ide/esp_idf_components/newlib/newlib_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/newlib_init.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/newlib_init.c build/ide/esp_idf_components/newlib/poll.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/poll.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/poll.c build/ide/esp_idf_components/newlib/pthread.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/pthread.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/pthread.c build/ide/esp_idf_components/newlib/random.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/random.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/random.c build/ide/esp_idf_components/newlib/realpath.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/realpath.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/realpath.c build/ide/esp_idf_components/newlib/reent_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/reent_init.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/reent_init.c build/ide/esp_idf_components/newlib/stdatomic.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/stdatomic.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/stdatomic.c build/ide/esp_idf_components/newlib/syscalls.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/syscalls.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/syscalls.c build/ide/esp_idf_components/newlib/sysconf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/sysconf.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/sysconf.c build/ide/esp_idf_components/newlib/termios.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/termios.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/termios.c build/ide/esp_idf_components/newlib/time.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/time.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/time.c build/ide/esp_idf_components/perfmon/xtensa_perfmon_access.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/perfmon/xtensa_perfmon_access.c + /home/bogdan/esp-idf-v5.0.3/components/perfmon/xtensa_perfmon_access.c build/ide/esp_idf_components/perfmon/xtensa_perfmon_apis.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/perfmon/xtensa_perfmon_apis.c + /home/bogdan/esp-idf-v5.0.3/components/perfmon/xtensa_perfmon_apis.c build/ide/esp_idf_components/perfmon/xtensa_perfmon_masks.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/perfmon/xtensa_perfmon_masks.c + /home/bogdan/esp-idf-v5.0.3/components/perfmon/xtensa_perfmon_masks.c build/ide/esp_idf_components/pthread/pthread.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/pthread/pthread.c + /home/bogdan/esp-idf-v5.0.3/components/pthread/pthread.c build/ide/esp_idf_components/pthread/pthread_cond_var.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/pthread/pthread_cond_var.c + /home/bogdan/esp-idf-v5.0.3/components/pthread/pthread_cond_var.c build/ide/esp_idf_components/pthread/pthread_local_storage.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/pthread/pthread_local_storage.c + /home/bogdan/esp-idf-v5.0.3/components/pthread/pthread_local_storage.c build/ide/esp_idf_components/pthread/pthread_rwlock.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/pthread/pthread_rwlock.c + /home/bogdan/esp-idf-v5.0.3/components/pthread/pthread_rwlock.c build/ide/esp_idf_components/sdmmc/sdmmc_cmd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/sdmmc/sdmmc_cmd.c + /home/bogdan/esp-idf-v5.0.3/components/sdmmc/sdmmc_cmd.c build/ide/esp_idf_components/sdmmc/sdmmc_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/sdmmc/sdmmc_common.c + /home/bogdan/esp-idf-v5.0.3/components/sdmmc/sdmmc_common.c build/ide/esp_idf_components/sdmmc/sdmmc_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/sdmmc/sdmmc_init.c + /home/bogdan/esp-idf-v5.0.3/components/sdmmc/sdmmc_init.c build/ide/esp_idf_components/sdmmc/sdmmc_io.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/sdmmc/sdmmc_io.c + /home/bogdan/esp-idf-v5.0.3/components/sdmmc/sdmmc_io.c build/ide/esp_idf_components/sdmmc/sdmmc_mmc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/sdmmc/sdmmc_mmc.c + /home/bogdan/esp-idf-v5.0.3/components/sdmmc/sdmmc_mmc.c build/ide/esp_idf_components/sdmmc/sdmmc_sd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/sdmmc/sdmmc_sd.c + /home/bogdan/esp-idf-v5.0.3/components/sdmmc/sdmmc_sd.c + + + build/ide/esp_idf_components/soc/dport_access_common.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/soc/dport_access_common.c build/ide/esp_idf_components/soc/lldesc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/lldesc.c - - - build/ide/esp_idf_components/soc/soc_include_legacy_warn.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/soc_include_legacy_warn.c + /home/bogdan/esp-idf-v5.0.3/components/soc/lldesc.c build/ide/esp_idf_components/spi_flash/cache_utils.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/cache_utils.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/cache_utils.c build/ide/esp_idf_components/spi_flash/esp_flash_api.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/esp_flash_api.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/esp_flash_api.c build/ide/esp_idf_components/spi_flash/esp_flash_spi_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/esp_flash_spi_init.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/esp_flash_spi_init.c + + + build/ide/esp_idf_components/spi_flash/flash_brownout_hook.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/flash_brownout_hook.c build/ide/esp_idf_components/spi_flash/flash_mmap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/flash_mmap.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/flash_mmap.c build/ide/esp_idf_components/spi_flash/flash_ops.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/flash_ops.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/flash_ops.c build/ide/esp_idf_components/spi_flash/memspi_host_driver.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/memspi_host_driver.c - - - build/ide/esp_idf_components/spi_flash/partition.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/partition.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/memspi_host_driver.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_boya.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_boya.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_boya.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_drivers.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_drivers.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_drivers.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_gd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_gd.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_gd.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_generic.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_generic.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_generic.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_issi.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_issi.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_issi.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_mxic.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_mxic.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_mxic.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_mxic_opi.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_mxic_opi.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_mxic_opi.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_th.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_th.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_th.c build/ide/esp_idf_components/spi_flash/spi_flash_chip_winbond.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_chip_winbond.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_chip_winbond.c build/ide/esp_idf_components/spi_flash/spi_flash_os_func_app.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_os_func_app.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_os_func_app.c build/ide/esp_idf_components/spi_flash/spi_flash_os_func_noos.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/spi_flash_os_func_noos.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/spi_flash_os_func_noos.c build/ide/esp_idf_components/spiffs/esp_spiffs.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spiffs/esp_spiffs.c + /home/bogdan/esp-idf-v5.0.3/components/spiffs/esp_spiffs.c build/ide/esp_idf_components/spiffs/spiffs_api.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spiffs/spiffs_api.c + /home/bogdan/esp-idf-v5.0.3/components/spiffs/spiffs_api.c build/ide/esp_idf_components/tcp_transport/transport.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/tcp_transport/transport.c + /home/bogdan/esp-idf-v5.0.3/components/tcp_transport/transport.c build/ide/esp_idf_components/tcp_transport/transport_internal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/tcp_transport/transport_internal.c + /home/bogdan/esp-idf-v5.0.3/components/tcp_transport/transport_internal.c build/ide/esp_idf_components/tcp_transport/transport_ssl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/tcp_transport/transport_ssl.c + /home/bogdan/esp-idf-v5.0.3/components/tcp_transport/transport_ssl.c build/ide/esp_idf_components/tcp_transport/transport_ws.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/tcp_transport/transport_ws.c - - - build/ide/esp_idf_components/tcpip_adapter/tcpip_adapter_compat.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/tcpip_adapter/tcpip_adapter_compat.c - - - build/ide/esp_idf_components/ulp/ulp.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/ulp/ulp.c - - - build/ide/esp_idf_components/ulp/ulp_macro.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/ulp/ulp_macro.c + /home/bogdan/esp-idf-v5.0.3/components/tcp_transport/transport_ws.c build/ide/esp_idf_components/unity/unity_port_esp32.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/unity/unity_port_esp32.c + /home/bogdan/esp-idf-v5.0.3/components/unity/unity_port_esp32.c build/ide/esp_idf_components/unity/unity_runner.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/unity/unity_runner.c + /home/bogdan/esp-idf-v5.0.3/components/unity/unity_runner.c + + + build/ide/esp_idf_components/unity/unity_utils_cache.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/unity/unity_utils_cache.c + + + build/ide/esp_idf_components/unity/unity_utils_freertos.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/unity/unity_utils_freertos.c + + + build/ide/esp_idf_components/unity/unity_utils_memory.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/unity/unity_utils_memory.c build/ide/esp_idf_components/vfs/vfs.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/vfs/vfs.c + /home/bogdan/esp-idf-v5.0.3/components/vfs/vfs.c build/ide/esp_idf_components/vfs/vfs_console.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/vfs/vfs_console.c + /home/bogdan/esp-idf-v5.0.3/components/vfs/vfs_console.c build/ide/esp_idf_components/vfs/vfs_eventfd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/vfs/vfs_eventfd.c + /home/bogdan/esp-idf-v5.0.3/components/vfs/vfs_eventfd.c build/ide/esp_idf_components/vfs/vfs_semihost.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/vfs/vfs_semihost.c + /home/bogdan/esp-idf-v5.0.3/components/vfs/vfs_semihost.c build/ide/esp_idf_components/vfs/vfs_uart.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/vfs/vfs_uart.c + /home/bogdan/esp-idf-v5.0.3/components/vfs/vfs_uart.c build/ide/esp_idf_components/wear_levelling/Partition.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wear_levelling/Partition.cpp + /home/bogdan/esp-idf-v5.0.3/components/wear_levelling/Partition.cpp build/ide/esp_idf_components/wear_levelling/SPI_Flash.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wear_levelling/SPI_Flash.cpp + /home/bogdan/esp-idf-v5.0.3/components/wear_levelling/SPI_Flash.cpp build/ide/esp_idf_components/wear_levelling/WL_Ext_Perf.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wear_levelling/WL_Ext_Perf.cpp + /home/bogdan/esp-idf-v5.0.3/components/wear_levelling/WL_Ext_Perf.cpp build/ide/esp_idf_components/wear_levelling/WL_Ext_Safe.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wear_levelling/WL_Ext_Safe.cpp + /home/bogdan/esp-idf-v5.0.3/components/wear_levelling/WL_Ext_Safe.cpp build/ide/esp_idf_components/wear_levelling/WL_Flash.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wear_levelling/WL_Flash.cpp + /home/bogdan/esp-idf-v5.0.3/components/wear_levelling/WL_Flash.cpp build/ide/esp_idf_components/wear_levelling/crc32.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wear_levelling/crc32.cpp + /home/bogdan/esp-idf-v5.0.3/components/wear_levelling/crc32.cpp build/ide/esp_idf_components/wear_levelling/wear_levelling.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wear_levelling/wear_levelling.cpp + /home/bogdan/esp-idf-v5.0.3/components/wear_levelling/wear_levelling.cpp build/ide/esp_idf_components/xtensa/eri.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/xtensa/eri.c + /home/bogdan/esp-idf-v5.0.3/components/xtensa/eri.c build/ide/esp_idf_components/xtensa/xt_trax.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/xtensa/xt_trax.c + /home/bogdan/esp-idf-v5.0.3/components/xtensa/xt_trax.c build/ide/esp_idf_components/xtensa/xtensa_intr.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/xtensa/xtensa_intr.c + /home/bogdan/esp-idf-v5.0.3/components/xtensa/xtensa_intr.c build/ide/esp_idf_components/xtensa/xtensa_intr_asm.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/xtensa/xtensa_intr_asm.S + /home/bogdan/esp-idf-v5.0.3/components/xtensa/xtensa_intr_asm.S build/ide/esp_idf_components/app_trace/gcov/gcov_rtio.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/app_trace/gcov/gcov_rtio.c + /home/bogdan/esp-idf-v5.0.3/components/app_trace/gcov/gcov_rtio.c + + + build/ide/esp_idf_components/app_trace/port/port_uart.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/app_trace/port/port_uart.c build/ide/esp_idf_components/bootloader_support/src/bootloader_clock_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_clock_init.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/bootloader_clock_init.c build/ide/esp_idf_components/bootloader_support/src/bootloader_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_common.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/bootloader_common.c build/ide/esp_idf_components/bootloader_support/src/bootloader_common_loader.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_common_loader.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/bootloader_common_loader.c build/ide/esp_idf_components/bootloader_support/src/bootloader_efuse.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_efuse.c - - - build/ide/esp_idf_components/bootloader_support/src/bootloader_flash.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_flash.c - - - build/ide/esp_idf_components/bootloader_support/src/bootloader_flash_config_esp32.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_flash_config_esp32.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/bootloader_efuse.c build/ide/esp_idf_components/bootloader_support/src/bootloader_mem.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_mem.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/bootloader_mem.c build/ide/esp_idf_components/bootloader_support/src/bootloader_random.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_random.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/bootloader_random.c build/ide/esp_idf_components/bootloader_support/src/bootloader_random_esp32.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_random_esp32.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/bootloader_random_esp32.c build/ide/esp_idf_components/bootloader_support/src/bootloader_utility.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/bootloader_utility.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/bootloader_utility.c build/ide/esp_idf_components/bootloader_support/src/esp_image_format.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/esp_image_format.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/esp_image_format.c build/ide/esp_idf_components/bootloader_support/src/flash_encrypt.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/flash_encrypt.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/flash_encrypt.c build/ide/esp_idf_components/bootloader_support/src/flash_partitions.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/flash_partitions.c - - - build/ide/esp_idf_components/bootloader_support/src/flash_qio_mode.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/flash_qio_mode.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/flash_partitions.c build/ide/esp_idf_components/bootloader_support/src/secure_boot.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/secure_boot.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/secure_boot.c build/ide/esp_idf_components/console/argtable3/arg_cmd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_cmd.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_cmd.c build/ide/esp_idf_components/console/argtable3/arg_date.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_date.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_date.c build/ide/esp_idf_components/console/argtable3/arg_dbl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_dbl.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_dbl.c build/ide/esp_idf_components/console/argtable3/arg_dstr.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_dstr.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_dstr.c build/ide/esp_idf_components/console/argtable3/arg_end.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_end.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_end.c build/ide/esp_idf_components/console/argtable3/arg_file.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_file.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_file.c build/ide/esp_idf_components/console/argtable3/arg_hashtable.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_hashtable.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_hashtable.c build/ide/esp_idf_components/console/argtable3/arg_int.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_int.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_int.c build/ide/esp_idf_components/console/argtable3/arg_lit.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_lit.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_lit.c build/ide/esp_idf_components/console/argtable3/arg_rem.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_rem.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_rem.c build/ide/esp_idf_components/console/argtable3/arg_rex.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_rex.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_rex.c build/ide/esp_idf_components/console/argtable3/arg_str.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_str.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_str.c build/ide/esp_idf_components/console/argtable3/arg_utils.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/arg_utils.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/arg_utils.c build/ide/esp_idf_components/console/argtable3/argtable3.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/argtable3/argtable3.c + /home/bogdan/esp-idf-v5.0.3/components/console/argtable3/argtable3.c build/ide/esp_idf_components/console/linenoise/linenoise.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/console/linenoise/linenoise.c + /home/bogdan/esp-idf-v5.0.3/components/console/linenoise/linenoise.c - build/ide/esp_idf_components/driver/esp32/adc.c + build/ide/esp_idf_components/driver/deprecated/adc_dma_legacy.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/esp32/adc.c + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/adc_dma_legacy.c + + + build/ide/esp_idf_components/driver/deprecated/adc_i2s_deprecated.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/adc_i2s_deprecated.c + + + build/ide/esp_idf_components/driver/deprecated/adc_legacy.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/adc_legacy.c + + + build/ide/esp_idf_components/driver/deprecated/i2s_legacy.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/i2s_legacy.c + + + build/ide/esp_idf_components/driver/deprecated/mcpwm_legacy.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/mcpwm_legacy.c + + + build/ide/esp_idf_components/driver/deprecated/pcnt_legacy.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/pcnt_legacy.c + + + build/ide/esp_idf_components/driver/deprecated/rmt_legacy.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/rmt_legacy.c + + + build/ide/esp_idf_components/driver/deprecated/sigma_delta_legacy.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/sigma_delta_legacy.c + + + build/ide/esp_idf_components/driver/deprecated/timer_legacy.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/deprecated/timer_legacy.c build/ide/esp_idf_components/driver/esp32/dac.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/esp32/dac.c + /home/bogdan/esp-idf-v5.0.3/components/driver/esp32/dac.c build/ide/esp_idf_components/driver/esp32/touch_sensor.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/driver/esp32/touch_sensor.c + /home/bogdan/esp-idf-v5.0.3/components/driver/esp32/touch_sensor.c + + + build/ide/esp_idf_components/driver/gpio/gpio.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/gpio/gpio.c + + + build/ide/esp_idf_components/driver/gpio/rtc_io.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/gpio/rtc_io.c + + + build/ide/esp_idf_components/driver/i2s/i2s_common.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/i2s/i2s_common.c + + + build/ide/esp_idf_components/driver/i2s/i2s_pdm.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/i2s/i2s_pdm.c + + + build/ide/esp_idf_components/driver/i2s/i2s_std.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/i2s/i2s_std.c + + + build/ide/esp_idf_components/driver/mcpwm/mcpwm_cap.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/mcpwm/mcpwm_cap.c + + + build/ide/esp_idf_components/driver/mcpwm/mcpwm_cmpr.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/mcpwm/mcpwm_cmpr.c + + + build/ide/esp_idf_components/driver/mcpwm/mcpwm_com.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/mcpwm/mcpwm_com.c + + + build/ide/esp_idf_components/driver/mcpwm/mcpwm_fault.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/mcpwm/mcpwm_fault.c + + + build/ide/esp_idf_components/driver/mcpwm/mcpwm_gen.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/mcpwm/mcpwm_gen.c + + + build/ide/esp_idf_components/driver/mcpwm/mcpwm_oper.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/mcpwm/mcpwm_oper.c + + + build/ide/esp_idf_components/driver/mcpwm/mcpwm_sync.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/mcpwm/mcpwm_sync.c + + + build/ide/esp_idf_components/driver/mcpwm/mcpwm_timer.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/mcpwm/mcpwm_timer.c + + + build/ide/esp_idf_components/driver/rmt/rmt_common.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/rmt/rmt_common.c + + + build/ide/esp_idf_components/driver/rmt/rmt_encoder.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/rmt/rmt_encoder.c + + + build/ide/esp_idf_components/driver/rmt/rmt_rx.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/rmt/rmt_rx.c + + + build/ide/esp_idf_components/driver/rmt/rmt_tx.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/driver/rmt/rmt_tx.c build/ide/esp_idf_components/efuse/esp32/esp_efuse_fields.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/efuse/esp32/esp_efuse_fields.c + /home/bogdan/esp-idf-v5.0.3/components/efuse/esp32/esp_efuse_fields.c build/ide/esp_idf_components/efuse/esp32/esp_efuse_table.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/efuse/esp32/esp_efuse_table.c + /home/bogdan/esp-idf-v5.0.3/components/efuse/esp32/esp_efuse_table.c build/ide/esp_idf_components/efuse/esp32/esp_efuse_utility.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/efuse/esp32/esp_efuse_utility.c + /home/bogdan/esp-idf-v5.0.3/components/efuse/esp32/esp_efuse_utility.c build/ide/esp_idf_components/efuse/src/esp_efuse_api.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/efuse/src/esp_efuse_api.c - - - build/ide/esp_idf_components/efuse/src/esp_efuse_api_key_esp32.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/efuse/src/esp_efuse_api_key_esp32.c + /home/bogdan/esp-idf-v5.0.3/components/efuse/src/esp_efuse_api.c build/ide/esp_idf_components/efuse/src/esp_efuse_fields.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/efuse/src/esp_efuse_fields.c + /home/bogdan/esp-idf-v5.0.3/components/efuse/src/esp_efuse_fields.c build/ide/esp_idf_components/efuse/src/esp_efuse_utility.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/efuse/src/esp_efuse_utility.c + /home/bogdan/esp-idf-v5.0.3/components/efuse/src/esp_efuse_utility.c build/ide/esp_idf_components/esp-tls/esp-tls-crypto/esp_tls_crypto.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c + /home/bogdan/esp-idf-v5.0.3/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c - build/ide/esp_idf_components/esp_adc_cal/esp32/esp_adc_cal.c + build/ide/esp_idf_components/esp_adc/deprecated/esp_adc_cal_common_legacy.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_adc_cal/esp32/esp_adc_cal.c + /home/bogdan/esp-idf-v5.0.3/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c + + + build/ide/esp_idf_components/esp_adc/esp32/adc_cali_line_fitting.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_adc/esp32/adc_cali_line_fitting.c build/ide/esp_idf_components/esp_common/src/esp_err_to_name.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_common/src/esp_err_to_name.c + /home/bogdan/esp-idf-v5.0.3/components/esp_common/src/esp_err_to_name.c build/ide/esp_idf_components/esp_eth/src/esp_eth.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth.c build/ide/esp_idf_components/esp_eth/src/esp_eth_mac_esp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth_mac_esp.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth_mac_esp.c build/ide/esp_idf_components/esp_eth/src/esp_eth_netif_glue.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth_netif_glue.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth_netif_glue.c - build/ide/esp_idf_components/esp_eth/src/esp_eth_phy.c + build/ide/esp_idf_components/esp_eth/src/esp_eth_phy_802_3.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth_phy.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth_phy_802_3.c build/ide/esp_idf_components/esp_eth/src/esp_eth_phy_dp83848.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth_phy_dp83848.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth_phy_dp83848.c build/ide/esp_idf_components/esp_eth/src/esp_eth_phy_ip101.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth_phy_ip101.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth_phy_ip101.c build/ide/esp_idf_components/esp_eth/src/esp_eth_phy_ksz80xx.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth_phy_ksz80xx.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth_phy_ksz80xx.c build/ide/esp_idf_components/esp_eth/src/esp_eth_phy_lan87xx.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth_phy_lan87xx.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth_phy_lan87xx.c build/ide/esp_idf_components/esp_eth/src/esp_eth_phy_rtl8201.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_eth/src/esp_eth_phy_rtl8201.c + /home/bogdan/esp-idf-v5.0.3/components/esp_eth/src/esp_eth_phy_rtl8201.c build/ide/esp_idf_components/esp_gdbstub/esp_common/gdbstub_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_gdbstub/esp_common/gdbstub_common.c + /home/bogdan/esp-idf-v5.0.3/components/esp_gdbstub/esp_common/gdbstub_common.c build/ide/esp_idf_components/esp_gdbstub/src/gdbstub.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_gdbstub/src/gdbstub.c + /home/bogdan/esp-idf-v5.0.3/components/esp_gdbstub/src/gdbstub.c build/ide/esp_idf_components/esp_gdbstub/src/packet.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_gdbstub/src/packet.c + /home/bogdan/esp-idf-v5.0.3/components/esp_gdbstub/src/packet.c build/ide/esp_idf_components/esp_gdbstub/xtensa/gdbstub-entry.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_gdbstub/xtensa/gdbstub-entry.S + /home/bogdan/esp-idf-v5.0.3/components/esp_gdbstub/xtensa/gdbstub-entry.S build/ide/esp_idf_components/esp_gdbstub/xtensa/gdbstub_xtensa.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_gdbstub/xtensa/gdbstub_xtensa.c + /home/bogdan/esp-idf-v5.0.3/components/esp_gdbstub/xtensa/gdbstub_xtensa.c + + + build/ide/esp_idf_components/esp_gdbstub/xtensa/xt_debugexception.S + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_gdbstub/xtensa/xt_debugexception.S build/ide/esp_idf_components/esp_hid/src/esp_hid_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hid/src/esp_hid_common.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hid/src/esp_hid_common.c build/ide/esp_idf_components/esp_hid/src/esp_hidd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hid/src/esp_hidd.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hid/src/esp_hidd.c build/ide/esp_idf_components/esp_hid/src/esp_hidh.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hid/src/esp_hidh.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hid/src/esp_hidh.c build/ide/esp_idf_components/esp_http_client/lib/http_auth.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_client/lib/http_auth.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_client/lib/http_auth.c build/ide/esp_idf_components/esp_http_client/lib/http_header.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_client/lib/http_header.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_client/lib/http_header.c build/ide/esp_idf_components/esp_http_client/lib/http_utils.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_client/lib/http_utils.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_client/lib/http_utils.c build/ide/esp_idf_components/esp_http_server/src/httpd_main.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_server/src/httpd_main.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_server/src/httpd_main.c build/ide/esp_idf_components/esp_http_server/src/httpd_parse.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_server/src/httpd_parse.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_server/src/httpd_parse.c build/ide/esp_idf_components/esp_http_server/src/httpd_sess.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_server/src/httpd_sess.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_server/src/httpd_sess.c build/ide/esp_idf_components/esp_http_server/src/httpd_txrx.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_server/src/httpd_txrx.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_server/src/httpd_txrx.c build/ide/esp_idf_components/esp_http_server/src/httpd_uri.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_server/src/httpd_uri.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_server/src/httpd_uri.c build/ide/esp_idf_components/esp_http_server/src/httpd_ws.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_server/src/httpd_ws.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_server/src/httpd_ws.c build/ide/esp_idf_components/esp_https_ota/src/esp_https_ota.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_https_ota/src/esp_https_ota.c - - - build/ide/esp_idf_components/esp_ipc/src/esp_ipc.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_ipc/src/esp_ipc.c + /home/bogdan/esp-idf-v5.0.3/components/esp_https_ota/src/esp_https_ota.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_common.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_common.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_io.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_io.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_panel_io.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_io_i2c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_io_i2c.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_panel_io_i2c.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_io_i2s.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_io_i2s.c - - - build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_io_i80.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_io_i80.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_panel_io_i2s.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_io_spi.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_io_spi.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_panel_io_spi.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_nt35510.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_nt35510.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_panel_nt35510.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_ops.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_ops.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_panel_ops.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_ssd1306.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_ssd1306.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_panel_ssd1306.c build/ide/esp_idf_components/esp_lcd/src/esp_lcd_panel_st7789.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_panel_st7789.c - - - build/ide/esp_idf_components/esp_lcd/src/esp_lcd_rgb_panel.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_lcd/src/esp_lcd_rgb_panel.c + /home/bogdan/esp-idf-v5.0.3/components/esp_lcd/src/esp_lcd_panel_st7789.c build/ide/esp_idf_components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c + /home/bogdan/esp-idf-v5.0.3/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c build/ide/esp_idf_components/esp_local_ctrl/src/esp_local_ctrl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_local_ctrl/src/esp_local_ctrl.c + /home/bogdan/esp-idf-v5.0.3/components/esp_local_ctrl/src/esp_local_ctrl.c build/ide/esp_idf_components/esp_local_ctrl/src/esp_local_ctrl_handler.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_local_ctrl/src/esp_local_ctrl_handler.c + /home/bogdan/esp-idf-v5.0.3/components/esp_local_ctrl/src/esp_local_ctrl_handler.c - build/ide/esp_idf_components/esp_netif/loopback/esp_netif_loopback.c + build/ide/esp_idf_components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_netif/loopback/esp_netif_loopback.c + /home/bogdan/esp-idf-v5.0.3/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c build/ide/esp_idf_components/esp_netif/lwip/esp_netif_lwip.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_netif/lwip/esp_netif_lwip.c + /home/bogdan/esp-idf-v5.0.3/components/esp_netif/lwip/esp_netif_lwip.c build/ide/esp_idf_components/esp_netif/lwip/esp_netif_lwip_defaults.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_netif/lwip/esp_netif_lwip_defaults.c - - - build/ide/esp_idf_components/esp_netif/lwip/esp_netif_sta_list.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_netif/lwip/esp_netif_sta_list.c + /home/bogdan/esp-idf-v5.0.3/components/esp_netif/lwip/esp_netif_lwip_defaults.c build/ide/esp_idf_components/esp_phy/src/lib_printf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_phy/src/lib_printf.c + /home/bogdan/esp-idf-v5.0.3/components/esp_phy/src/lib_printf.c build/ide/esp_idf_components/esp_phy/src/phy_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_phy/src/phy_init.c + /home/bogdan/esp-idf-v5.0.3/components/esp_phy/src/phy_init.c build/ide/esp_idf_components/esp_phy/src/phy_override.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_phy/src/phy_override.c + /home/bogdan/esp-idf-v5.0.3/components/esp_phy/src/phy_override.c build/ide/esp_idf_components/esp_rom/patches/esp_rom_crc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_rom/patches/esp_rom_crc.c + /home/bogdan/esp-idf-v5.0.3/components/esp_rom/patches/esp_rom_crc.c build/ide/esp_idf_components/esp_rom/patches/esp_rom_efuse.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_rom/patches/esp_rom_efuse.c + /home/bogdan/esp-idf-v5.0.3/components/esp_rom/patches/esp_rom_efuse.c build/ide/esp_idf_components/esp_rom/patches/esp_rom_longjmp.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_rom/patches/esp_rom_longjmp.S + /home/bogdan/esp-idf-v5.0.3/components/esp_rom/patches/esp_rom_longjmp.S + + + build/ide/esp_idf_components/esp_rom/patches/esp_rom_regi2c.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_rom/patches/esp_rom_regi2c.c + + + build/ide/esp_idf_components/esp_rom/patches/esp_rom_spiflash.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_rom/patches/esp_rom_spiflash.c build/ide/esp_idf_components/esp_rom/patches/esp_rom_sys.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_rom/patches/esp_rom_sys.c - - - build/ide/esp_idf_components/esp_rom/patches/esp_rom_tjpgd.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_rom/patches/esp_rom_tjpgd.c + /home/bogdan/esp-idf-v5.0.3/components/esp_rom/patches/esp_rom_sys.c build/ide/esp_idf_components/esp_rom/patches/esp_rom_uart.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_rom/patches/esp_rom_uart.c + /home/bogdan/esp-idf-v5.0.3/components/esp_rom/patches/esp_rom_uart.c build/ide/esp_idf_components/esp_system/port/brownout.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/brownout.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/brownout.c build/ide/esp_idf_components/esp_system/port/cpu_start.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/cpu_start.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/cpu_start.c build/ide/esp_idf_components/esp_system/port/panic_handler.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/panic_handler.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/panic_handler.c + + + build/ide/esp_idf_components/esp_system/task_wdt/task_wdt.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_system/task_wdt/task_wdt.c + + + build/ide/esp_idf_components/esp_system/task_wdt/task_wdt_impl_timergroup.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_system/task_wdt/task_wdt_impl_timergroup.c build/ide/esp_idf_components/esp_timer/src/esp_timer.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_timer/src/esp_timer.c + /home/bogdan/esp-idf-v5.0.3/components/esp_timer/src/esp_timer.c build/ide/esp_idf_components/esp_timer/src/esp_timer_impl_lac.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_timer/src/esp_timer_impl_lac.c + /home/bogdan/esp-idf-v5.0.3/components/esp_timer/src/esp_timer_impl_lac.c build/ide/esp_idf_components/esp_timer/src/ets_timer_legacy.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_timer/src/ets_timer_legacy.c + /home/bogdan/esp-idf-v5.0.3/components/esp_timer/src/ets_timer_legacy.c build/ide/esp_idf_components/esp_timer/src/system_time.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_timer/src/system_time.c + /home/bogdan/esp-idf-v5.0.3/components/esp_timer/src/system_time.c build/ide/esp_idf_components/esp_wifi/esp32/esp_adapter.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_wifi/esp32/esp_adapter.c + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/esp32/esp_adapter.c build/ide/esp_idf_components/esp_wifi/src/coexist.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_wifi/src/coexist.c + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/src/coexist.c build/ide/esp_idf_components/esp_wifi/src/mesh_event.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_wifi/src/mesh_event.c + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/src/mesh_event.c build/ide/esp_idf_components/esp_wifi/src/smartconfig.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_wifi/src/smartconfig.c + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/src/smartconfig.c build/ide/esp_idf_components/esp_wifi/src/smartconfig_ack.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_wifi/src/smartconfig_ack.c + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/src/smartconfig_ack.c build/ide/esp_idf_components/esp_wifi/src/wifi_default.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_wifi/src/wifi_default.c + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/src/wifi_default.c + + + build/ide/esp_idf_components/esp_wifi/src/wifi_default_ap.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/src/wifi_default_ap.c build/ide/esp_idf_components/esp_wifi/src/wifi_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_wifi/src/wifi_init.c + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/src/wifi_init.c build/ide/esp_idf_components/esp_wifi/src/wifi_netif.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_wifi/src/wifi_netif.c + /home/bogdan/esp-idf-v5.0.3/components/esp_wifi/src/wifi_netif.c build/ide/esp_idf_components/espcoredump/src/core_dump_binary.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/espcoredump/src/core_dump_binary.c + /home/bogdan/esp-idf-v5.0.3/components/espcoredump/src/core_dump_binary.c build/ide/esp_idf_components/espcoredump/src/core_dump_checksum.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/espcoredump/src/core_dump_checksum.c + /home/bogdan/esp-idf-v5.0.3/components/espcoredump/src/core_dump_checksum.c build/ide/esp_idf_components/espcoredump/src/core_dump_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/espcoredump/src/core_dump_common.c + /home/bogdan/esp-idf-v5.0.3/components/espcoredump/src/core_dump_common.c build/ide/esp_idf_components/espcoredump/src/core_dump_elf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/espcoredump/src/core_dump_elf.c + /home/bogdan/esp-idf-v5.0.3/components/espcoredump/src/core_dump_elf.c build/ide/esp_idf_components/espcoredump/src/core_dump_flash.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/espcoredump/src/core_dump_flash.c + /home/bogdan/esp-idf-v5.0.3/components/espcoredump/src/core_dump_flash.c build/ide/esp_idf_components/espcoredump/src/core_dump_uart.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/espcoredump/src/core_dump_uart.c + /home/bogdan/esp-idf-v5.0.3/components/espcoredump/src/core_dump_uart.c build/ide/esp_idf_components/fatfs/diskio/diskio.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/diskio/diskio.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/diskio/diskio.c build/ide/esp_idf_components/fatfs/diskio/diskio_rawflash.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/diskio/diskio_rawflash.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/diskio/diskio_rawflash.c build/ide/esp_idf_components/fatfs/diskio/diskio_sdmmc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/diskio/diskio_sdmmc.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/diskio/diskio_sdmmc.c build/ide/esp_idf_components/fatfs/diskio/diskio_wl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/diskio/diskio_wl.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/diskio/diskio_wl.c build/ide/esp_idf_components/fatfs/src/ff.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/src/ff.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/src/ff.c build/ide/esp_idf_components/fatfs/src/ffunicode.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/src/ffunicode.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/src/ffunicode.c build/ide/esp_idf_components/fatfs/vfs/vfs_fat.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/vfs/vfs_fat.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/vfs/vfs_fat.c build/ide/esp_idf_components/fatfs/vfs/vfs_fat_sdmmc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/vfs/vfs_fat_sdmmc.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/vfs/vfs_fat_sdmmc.c build/ide/esp_idf_components/fatfs/vfs/vfs_fat_spiflash.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/vfs/vfs_fat_spiflash.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/vfs/vfs_fat_spiflash.c - build/ide/esp_idf_components/freertos/esp_additions/task_snapshot.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/croutine.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/esp_additions/task_snapshot.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/croutine.c - build/ide/esp_idf_components/freertos/port/port_common.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/event_groups.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/port_common.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/event_groups.c - build/ide/esp_idf_components/freertos/port/port_systick.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/list.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/port_systick.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/list.c - build/ide/esp_idf_components/hal/esp32/adc_hal.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/queue.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/esp32/adc_hal.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/queue.c + + + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/stream_buffer.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/stream_buffer.c + + + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/tasks.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/tasks.c + + + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/timers.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/timers.c + + + build/ide/esp_idf_components/freertos/esp_additions/freertos_v8_compat.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/freertos/esp_additions/freertos_v8_compat.c build/ide/esp_idf_components/hal/esp32/brownout_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/esp32/brownout_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/esp32/brownout_hal.c build/ide/esp_idf_components/hal/esp32/efuse_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/esp32/efuse_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/esp32/efuse_hal.c build/ide/esp_idf_components/hal/esp32/gpio_hal_workaround.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/esp32/gpio_hal_workaround.c - - - build/ide/esp_idf_components/hal/esp32/interrupt_descriptor_table.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/esp32/interrupt_descriptor_table.c + /home/bogdan/esp-idf-v5.0.3/components/hal/esp32/gpio_hal_workaround.c build/ide/esp_idf_components/hal/esp32/touch_sensor_hal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/hal/esp32/touch_sensor_hal.c + /home/bogdan/esp-idf-v5.0.3/components/hal/esp32/touch_sensor_hal.c build/ide/esp_idf_components/heap/port/memory_layout_utils.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/heap/port/memory_layout_utils.c + /home/bogdan/esp-idf-v5.0.3/components/heap/port/memory_layout_utils.c - build/ide/esp_idf_components/jsmn/src/jsmn.c + build/ide/esp_idf_components/heap/tlsf/tlsf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/jsmn/src/jsmn.c + /home/bogdan/esp-idf-v5.0.3/components/heap/tlsf/tlsf.c build/ide/esp_idf_components/json/cJSON/cJSON.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/json/cJSON/cJSON.c + /home/bogdan/esp-idf-v5.0.3/components/json/cJSON/cJSON.c build/ide/esp_idf_components/json/cJSON/cJSON_Utils.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/json/cJSON/cJSON_Utils.c - - - build/ide/esp_idf_components/libsodium/port/randombytes_esp32.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/port/randombytes_esp32.c + /home/bogdan/esp-idf-v5.0.3/components/json/cJSON/cJSON_Utils.c build/ide/esp_idf_components/mbedtls/esp_crt_bundle/esp_crt_bundle.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c build/ide/esp_idf_components/mbedtls/port/esp_bignum.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/esp_bignum.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/esp_bignum.c build/ide/esp_idf_components/mbedtls/port/esp_hardware.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/esp_hardware.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/esp_hardware.c build/ide/esp_idf_components/mbedtls/port/esp_mem.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/esp_mem.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/esp_mem.c build/ide/esp_idf_components/mbedtls/port/esp_timing.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/esp_timing.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/esp_timing.c build/ide/esp_idf_components/mbedtls/port/mbedtls_debug.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/mbedtls_debug.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/mbedtls_debug.c build/ide/esp_idf_components/mbedtls/port/net_sockets.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/net_sockets.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/net_sockets.c build/ide/esp_idf_components/mqtt/esp-mqtt/mqtt_client.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mqtt/esp-mqtt/mqtt_client.c + /home/bogdan/esp-idf-v5.0.3/components/mqtt/esp-mqtt/mqtt_client.c build/ide/esp_idf_components/newlib/port/esp_time_impl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/newlib/port/esp_time_impl.c - - - build/ide/esp_idf_components/nghttp/port/http_parser.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/port/http_parser.c + /home/bogdan/esp-idf-v5.0.3/components/newlib/port/esp_time_impl.c build/ide/esp_idf_components/nvs_flash/src/nvs_api.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_api.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_api.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_cxx_api.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_cxx_api.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_cxx_api.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_handle_locked.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_handle_locked.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_handle_locked.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_handle_simple.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_handle_simple.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_handle_simple.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_item_hash_list.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_item_hash_list.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_item_hash_list.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_page.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_page.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_page.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_pagemanager.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_pagemanager.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_pagemanager.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_partition.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_partition.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_partition.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_partition_lookup.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_partition_lookup.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_partition_lookup.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_partition_manager.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_partition_manager.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_partition_manager.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_storage.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_storage.cpp + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_storage.cpp build/ide/esp_idf_components/nvs_flash/src/nvs_types.cpp 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nvs_flash/src/nvs_types.cpp - - - build/ide/esp_idf_components/openssl/library/ssl_bio.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/library/ssl_bio.c - - - build/ide/esp_idf_components/openssl/library/ssl_cert.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/library/ssl_cert.c - - - build/ide/esp_idf_components/openssl/library/ssl_err.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/library/ssl_err.c - - - build/ide/esp_idf_components/openssl/library/ssl_lib.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/library/ssl_lib.c - - - build/ide/esp_idf_components/openssl/library/ssl_methods.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/library/ssl_methods.c - - - build/ide/esp_idf_components/openssl/library/ssl_pkey.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/library/ssl_pkey.c - - - build/ide/esp_idf_components/openssl/library/ssl_stack.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/library/ssl_stack.c - - - build/ide/esp_idf_components/openssl/library/ssl_x509.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/library/ssl_x509.c - - - build/ide/esp_idf_components/openssl/platform/ssl_pm.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/platform/ssl_pm.c - - - build/ide/esp_idf_components/openssl/platform/ssl_port.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/openssl/platform/ssl_port.c + /home/bogdan/esp-idf-v5.0.3/components/nvs_flash/src/nvs_types.cpp build/ide/esp_idf_components/protocomm/proto-c/constants.pb-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/proto-c/constants.pb-c.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/proto-c/constants.pb-c.c build/ide/esp_idf_components/protocomm/proto-c/sec0.pb-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/proto-c/sec0.pb-c.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/proto-c/sec0.pb-c.c build/ide/esp_idf_components/protocomm/proto-c/sec1.pb-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/proto-c/sec1.pb-c.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/proto-c/sec1.pb-c.c + + + build/ide/esp_idf_components/protocomm/proto-c/sec2.pb-c.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/protocomm/proto-c/sec2.pb-c.c build/ide/esp_idf_components/protocomm/proto-c/session.pb-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/proto-c/session.pb-c.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/proto-c/session.pb-c.c build/ide/esp_idf_components/soc/esp32/adc_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/adc_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/adc_periph.c build/ide/esp_idf_components/soc/esp32/dac_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/dac_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/dac_periph.c + + + build/ide/esp_idf_components/soc/esp32/dport_access.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/dport_access.c build/ide/esp_idf_components/soc/esp32/gpio_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/gpio_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/gpio_periph.c build/ide/esp_idf_components/soc/esp32/i2c_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/i2c_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/i2c_periph.c build/ide/esp_idf_components/soc/esp32/i2s_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/i2s_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/i2s_periph.c build/ide/esp_idf_components/soc/esp32/interrupts.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/interrupts.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/interrupts.c build/ide/esp_idf_components/soc/esp32/lcd_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/lcd_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/lcd_periph.c build/ide/esp_idf_components/soc/esp32/ledc_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/ledc_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/ledc_periph.c build/ide/esp_idf_components/soc/esp32/mcpwm_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/mcpwm_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/mcpwm_periph.c build/ide/esp_idf_components/soc/esp32/pcnt_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/pcnt_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/pcnt_periph.c build/ide/esp_idf_components/soc/esp32/rmt_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/rmt_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/rmt_periph.c build/ide/esp_idf_components/soc/esp32/rtc_io_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/rtc_io_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/rtc_io_periph.c build/ide/esp_idf_components/soc/esp32/sdio_slave_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/sdio_slave_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/sdio_slave_periph.c + + + build/ide/esp_idf_components/soc/esp32/sdm_periph.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/sdm_periph.c build/ide/esp_idf_components/soc/esp32/sdmmc_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/sdmmc_periph.c - - - build/ide/esp_idf_components/soc/esp32/sigmadelta_periph.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/sigmadelta_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/sdmmc_periph.c build/ide/esp_idf_components/soc/esp32/spi_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/spi_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/spi_periph.c build/ide/esp_idf_components/soc/esp32/timer_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/timer_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/timer_periph.c build/ide/esp_idf_components/soc/esp32/touch_sensor_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/touch_sensor_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/touch_sensor_periph.c build/ide/esp_idf_components/soc/esp32/uart_periph.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/soc/esp32/uart_periph.c + /home/bogdan/esp-idf-v5.0.3/components/soc/esp32/uart_periph.c build/ide/esp_idf_components/spi_flash/esp32/flash_ops_esp32.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/esp32/flash_ops_esp32.c + /home/bogdan/esp-idf-v5.0.3/components/spi_flash/esp32/flash_ops_esp32.c - build/ide/esp_idf_components/spi_flash/esp32/spi_flash_rom_patch.c + build/ide/esp_idf_components/ulp/ulp_common/ulp_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spi_flash/esp32/spi_flash_rom_patch.c + /home/bogdan/esp-idf-v5.0.3/components/ulp/ulp_common/ulp_common.c build/ide/esp_idf_components/wifi_provisioning/proto-c/wifi_config.pb-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/proto-c/wifi_config.pb-c.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/proto-c/wifi_config.pb-c.c build/ide/esp_idf_components/wifi_provisioning/proto-c/wifi_constants.pb-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c build/ide/esp_idf_components/wifi_provisioning/proto-c/wifi_scan.pb-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c build/ide/esp_idf_components/wifi_provisioning/src/handlers.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/src/handlers.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/src/handlers.c build/ide/esp_idf_components/wifi_provisioning/src/manager.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/src/manager.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/src/manager.c build/ide/esp_idf_components/wifi_provisioning/src/scheme_console.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/src/scheme_console.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/src/scheme_console.c build/ide/esp_idf_components/wifi_provisioning/src/scheme_softap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/src/scheme_softap.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/src/scheme_softap.c build/ide/esp_idf_components/wifi_provisioning/src/wifi_config.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/src/wifi_config.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/src/wifi_config.c build/ide/esp_idf_components/wifi_provisioning/src/wifi_scan.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wifi_provisioning/src/wifi_scan.c + /home/bogdan/esp-idf-v5.0.3/components/wifi_provisioning/src/wifi_scan.c + + + build/ide/esp_idf_components/wpa_supplicant/port/eloop.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/port/eloop.c build/ide/esp_idf_components/wpa_supplicant/port/os_xtensa.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/port/os_xtensa.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/port/os_xtensa.c + + + build/ide/esp_idf_components/bootloader_support/bootloader_flash/src/bootloader_flash.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/bootloader_flash/src/bootloader_flash.c + + + build/ide/esp_idf_components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c + + + build/ide/esp_idf_components/bootloader_support/bootloader_flash/src/flash_qio_mode.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c build/ide/esp_idf_components/bootloader_support/src/idf/bootloader_sha.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/bootloader_support/src/idf/bootloader_sha.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cborencoder.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cborencoder.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cborencoder_close_container_checked.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cborencoder_close_container_checked.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cborerrorstrings.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cborerrorstrings.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cborparser.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cborparser.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cborparser_dup_string.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cborparser_dup_string.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cborpretty.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cborpretty.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cborpretty_stdio.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cborpretty_stdio.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cbortojson.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cbortojson.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/cborvalidation.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/cborvalidation.c - - - build/ide/esp_idf_components/cbor/tinycbor/src/open_memstream.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cbor/tinycbor/src/open_memstream.c + /home/bogdan/esp-idf-v5.0.3/components/bootloader_support/src/idf/bootloader_sha.c build/ide/esp_idf_components/cmock/CMock/src/cmock.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/cmock/CMock/src/cmock.c + /home/bogdan/esp-idf-v5.0.3/components/cmock/CMock/src/cmock.c - build/ide/esp_idf_components/coap/libcoap/src/address.c + build/ide/esp_idf_components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/address.c - - - build/ide/esp_idf_components/coap/libcoap/src/async.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/async.c - - - build/ide/esp_idf_components/coap/libcoap/src/block.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/block.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_asn1.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_asn1.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_cache.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_cache.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_debug.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_debug.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_event.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_event.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_hashkey.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_hashkey.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_io.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_io.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_mbedtls.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_mbedtls.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_notls.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_notls.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_prng.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_prng.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_session.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_session.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_tcp.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_tcp.c - - - build/ide/esp_idf_components/coap/libcoap/src/coap_time.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/coap_time.c - - - build/ide/esp_idf_components/coap/libcoap/src/encode.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/encode.c - - - build/ide/esp_idf_components/coap/libcoap/src/mem.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/mem.c - - - build/ide/esp_idf_components/coap/libcoap/src/net.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/net.c - - - build/ide/esp_idf_components/coap/libcoap/src/option.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/option.c - - - build/ide/esp_idf_components/coap/libcoap/src/pdu.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/pdu.c - - - build/ide/esp_idf_components/coap/libcoap/src/resource.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/resource.c - - - build/ide/esp_idf_components/coap/libcoap/src/str.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/str.c - - - build/ide/esp_idf_components/coap/libcoap/src/subscribe.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/subscribe.c - - - build/ide/esp_idf_components/coap/libcoap/src/uri.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/coap/libcoap/src/uri.c + /home/bogdan/esp-idf-v5.0.3/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c build/ide/esp_idf_components/esp_http_server/src/util/ctrl_sock.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_http_server/src/util/ctrl_sock.c + /home/bogdan/esp-idf-v5.0.3/components/esp_http_server/src/util/ctrl_sock.c build/ide/esp_idf_components/esp_hw_support/port/esp32/cache_sram_mmu.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/cache_sram_mmu.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/cache_sram_mmu.c build/ide/esp_idf_components/esp_hw_support/port/esp32/chip_info.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/chip_info.c - - - build/ide/esp_idf_components/esp_hw_support/port/esp32/dport_access.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/dport_access.c - - - build/ide/esp_idf_components/esp_hw_support/port/esp32/esp_himem.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/esp_himem.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/chip_info.c build/ide/esp_idf_components/esp_hw_support/port/esp32/rtc_clk.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/rtc_clk.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/rtc_clk.c build/ide/esp_idf_components/esp_hw_support/port/esp32/rtc_clk_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/rtc_clk_init.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/rtc_clk_init.c build/ide/esp_idf_components/esp_hw_support/port/esp32/rtc_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/rtc_init.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/rtc_init.c build/ide/esp_idf_components/esp_hw_support/port/esp32/rtc_pm.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/rtc_pm.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/rtc_pm.c build/ide/esp_idf_components/esp_hw_support/port/esp32/rtc_sleep.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/rtc_sleep.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/rtc_sleep.c build/ide/esp_idf_components/esp_hw_support/port/esp32/rtc_time.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/rtc_time.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/rtc_time.c - build/ide/esp_idf_components/esp_hw_support/port/esp32/rtc_wdt.c + build/ide/esp_idf_components/esp_hw_support/port/esp32/sar_periph_ctrl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/rtc_wdt.c + /home/bogdan/esp-idf-v5.0.3/components/esp_hw_support/port/esp32/sar_periph_ctrl.c - build/ide/esp_idf_components/esp_hw_support/port/esp32/spiram.c + build/ide/esp_idf_components/esp_netif/lwip/netif/esp_pbuf_ref.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/spiram.c + /home/bogdan/esp-idf-v5.0.3/components/esp_netif/lwip/netif/esp_pbuf_ref.c - build/ide/esp_idf_components/esp_hw_support/port/esp32/spiram_psram.c + build/ide/esp_idf_components/esp_netif/lwip/netif/ethernetif.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_hw_support/port/esp32/spiram_psram.c + /home/bogdan/esp-idf-v5.0.3/components/esp_netif/lwip/netif/ethernetif.c - build/ide/esp_idf_components/esp_ipc/src/esp_ipc_isr/esp_ipc_isr.c + build/ide/esp_idf_components/esp_netif/lwip/netif/wlanif.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_ipc/src/esp_ipc_isr/esp_ipc_isr.c - - - build/ide/esp_idf_components/esp_ipc/src/esp_ipc_isr/esp_ipc_isr_handler.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_ipc/src/esp_ipc_isr/esp_ipc_isr_handler.S - - - build/ide/esp_idf_components/esp_ipc/src/esp_ipc_isr/esp_ipc_isr_routines.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_ipc/src/esp_ipc_isr/esp_ipc_isr_routines.S + /home/bogdan/esp-idf-v5.0.3/components/esp_netif/lwip/netif/wlanif.c build/ide/esp_idf_components/fatfs/port/freertos/ffsystem.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/fatfs/port/freertos/ffsystem.c + /home/bogdan/esp-idf-v5.0.3/components/fatfs/port/freertos/ffsystem.c - build/ide/esp_idf_components/freemodbus/freemodbus/common/esp_modbus_master.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/port_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/common/esp_modbus_master.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/port_common.c - build/ide/esp_idf_components/freemodbus/freemodbus/common/esp_modbus_master_serial.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/port_systick.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/common/esp_modbus_master_serial.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/common/esp_modbus_master_tcp.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/common/esp_modbus_master_tcp.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/common/esp_modbus_slave.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/common/esp_modbus_slave.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/common/esp_modbus_slave_serial.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/common/esp_modbus_slave_serial.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/common/esp_modbus_slave_tcp.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/common/esp_modbus_slave_tcp.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/mb.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/mb.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/mb_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/mb_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/port.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/port.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/portevent.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/portevent.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/portevent_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/portevent_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/portother.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/portother.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/portother_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/portother_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/portserial.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/portserial.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/portserial_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/portserial_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/porttimer.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/porttimer.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/port/porttimer_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/port/porttimer_m.c - - - build/ide/esp_idf_components/freertos/port/xtensa/port.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/xtensa/port.c - - - build/ide/esp_idf_components/freertos/port/xtensa/portasm.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/xtensa/portasm.S - - - build/ide/esp_idf_components/freertos/port/xtensa/xtensa_context.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/xtensa/xtensa_context.S - - - build/ide/esp_idf_components/freertos/port/xtensa/xtensa_init.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/xtensa/xtensa_init.c - - - build/ide/esp_idf_components/freertos/port/xtensa/xtensa_overlay_os_hook.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/xtensa/xtensa_overlay_os_hook.c - - - build/ide/esp_idf_components/freertos/port/xtensa/xtensa_vector_defaults.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/xtensa/xtensa_vector_defaults.S - - - build/ide/esp_idf_components/freertos/port/xtensa/xtensa_vectors.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freertos/port/xtensa/xtensa_vectors.S + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/port_systick.c build/ide/esp_idf_components/heap/port/esp32/memory_layout.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/heap/port/esp32/memory_layout.c + /home/bogdan/esp-idf-v5.0.3/components/heap/port/esp32/memory_layout.c build/ide/esp_idf_components/lwip/apps/dhcpserver/dhcpserver.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/apps/dhcpserver/dhcpserver.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/apps/dhcpserver/dhcpserver.c build/ide/esp_idf_components/lwip/apps/ping/esp_ping.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/apps/ping/esp_ping.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/apps/ping/esp_ping.c build/ide/esp_idf_components/lwip/apps/ping/ping.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/apps/ping/ping.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/apps/ping/ping.c build/ide/esp_idf_components/lwip/apps/ping/ping_sock.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/apps/ping/ping_sock.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/apps/ping/ping_sock.c build/ide/esp_idf_components/lwip/apps/sntp/sntp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/apps/sntp/sntp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/apps/sntp/sntp.c + + + build/ide/esp_idf_components/lwip/port/esp32/sockets_ext.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/lwip/port/esp32/sockets_ext.c build/ide/esp_idf_components/lwip/port/esp32/vfs_lwip.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/port/esp32/vfs_lwip.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/port/esp32/vfs_lwip.c build/ide/esp_idf_components/mbedtls/mbedtls/library/aes.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/aes.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/aes.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/aesce.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/aesce.c build/ide/esp_idf_components/mbedtls/mbedtls/library/aesni.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/aesni.c - - - build/ide/esp_idf_components/mbedtls/mbedtls/library/arc4.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/arc4.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/aesni.c build/ide/esp_idf_components/mbedtls/mbedtls/library/aria.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/aria.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/aria.c build/ide/esp_idf_components/mbedtls/mbedtls/library/asn1parse.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/asn1parse.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/asn1parse.c build/ide/esp_idf_components/mbedtls/mbedtls/library/asn1write.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/asn1write.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/asn1write.c build/ide/esp_idf_components/mbedtls/mbedtls/library/base64.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/base64.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/base64.c build/ide/esp_idf_components/mbedtls/mbedtls/library/bignum.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/bignum.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/bignum.c - build/ide/esp_idf_components/mbedtls/mbedtls/library/blowfish.c + build/ide/esp_idf_components/mbedtls/mbedtls/library/bignum_core.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/blowfish.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/bignum_core.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/bignum_mod.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/bignum_mod.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/bignum_mod_raw.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/bignum_mod_raw.c build/ide/esp_idf_components/mbedtls/mbedtls/library/camellia.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/camellia.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/camellia.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ccm.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ccm.c - - - build/ide/esp_idf_components/mbedtls/mbedtls/library/certs.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/certs.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ccm.c build/ide/esp_idf_components/mbedtls/mbedtls/library/chacha20.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/chacha20.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/chacha20.c build/ide/esp_idf_components/mbedtls/mbedtls/library/chachapoly.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/chachapoly.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/chachapoly.c build/ide/esp_idf_components/mbedtls/mbedtls/library/cipher.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/cipher.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/cipher.c build/ide/esp_idf_components/mbedtls/mbedtls/library/cipher_wrap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/cipher_wrap.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/cipher_wrap.c build/ide/esp_idf_components/mbedtls/mbedtls/library/cmac.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/cmac.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/cmac.c build/ide/esp_idf_components/mbedtls/mbedtls/library/constant_time.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/constant_time.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/constant_time.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ctr_drbg.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ctr_drbg.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ctr_drbg.c build/ide/esp_idf_components/mbedtls/mbedtls/library/debug.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/debug.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/debug.c build/ide/esp_idf_components/mbedtls/mbedtls/library/des.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/des.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/des.c build/ide/esp_idf_components/mbedtls/mbedtls/library/dhm.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/dhm.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/dhm.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ecdh.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ecdh.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ecdh.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ecdsa.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ecdsa.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ecdsa.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ecjpake.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ecjpake.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ecjpake.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ecp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ecp.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ecp.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ecp_curves.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ecp_curves.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ecp_curves.c build/ide/esp_idf_components/mbedtls/mbedtls/library/entropy.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/entropy.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/entropy.c build/ide/esp_idf_components/mbedtls/mbedtls/library/entropy_poll.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/entropy_poll.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/entropy_poll.c build/ide/esp_idf_components/mbedtls/mbedtls/library/error.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/error.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/error.c build/ide/esp_idf_components/mbedtls/mbedtls/library/gcm.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/gcm.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/gcm.c - build/ide/esp_idf_components/mbedtls/mbedtls/library/havege.c + build/ide/esp_idf_components/mbedtls/mbedtls/library/hash_info.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/havege.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/hash_info.c build/ide/esp_idf_components/mbedtls/mbedtls/library/hkdf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/hkdf.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/hkdf.c build/ide/esp_idf_components/mbedtls/mbedtls/library/hmac_drbg.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/hmac_drbg.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/hmac_drbg.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/lmots.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/lmots.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/lms.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/lms.c build/ide/esp_idf_components/mbedtls/mbedtls/library/md.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/md.c - - - build/ide/esp_idf_components/mbedtls/mbedtls/library/md2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/md2.c - - - build/ide/esp_idf_components/mbedtls/mbedtls/library/md4.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/md4.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/md.c build/ide/esp_idf_components/mbedtls/mbedtls/library/md5.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/md5.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/md5.c build/ide/esp_idf_components/mbedtls/mbedtls/library/memory_buffer_alloc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/memory_buffer_alloc.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/memory_buffer_alloc.c build/ide/esp_idf_components/mbedtls/mbedtls/library/mps_reader.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/mps_reader.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/mps_reader.c build/ide/esp_idf_components/mbedtls/mbedtls/library/mps_trace.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/mps_trace.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/mps_trace.c build/ide/esp_idf_components/mbedtls/mbedtls/library/nist_kw.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/nist_kw.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/nist_kw.c build/ide/esp_idf_components/mbedtls/mbedtls/library/oid.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/oid.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/oid.c build/ide/esp_idf_components/mbedtls/mbedtls/library/padlock.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/padlock.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/padlock.c build/ide/esp_idf_components/mbedtls/mbedtls/library/pem.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/pem.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/pem.c build/ide/esp_idf_components/mbedtls/mbedtls/library/pk.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/pk.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/pk.c build/ide/esp_idf_components/mbedtls/mbedtls/library/pk_wrap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/pk_wrap.c - - - build/ide/esp_idf_components/mbedtls/mbedtls/library/pkcs11.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/pkcs11.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/pk_wrap.c build/ide/esp_idf_components/mbedtls/mbedtls/library/pkcs12.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/pkcs12.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/pkcs12.c build/ide/esp_idf_components/mbedtls/mbedtls/library/pkcs5.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/pkcs5.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/pkcs5.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/pkcs7.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/pkcs7.c build/ide/esp_idf_components/mbedtls/mbedtls/library/pkparse.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/pkparse.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/pkparse.c build/ide/esp_idf_components/mbedtls/mbedtls/library/pkwrite.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/pkwrite.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/pkwrite.c build/ide/esp_idf_components/mbedtls/mbedtls/library/platform.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/platform.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/platform.c build/ide/esp_idf_components/mbedtls/mbedtls/library/platform_util.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/platform_util.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/platform_util.c build/ide/esp_idf_components/mbedtls/mbedtls/library/poly1305.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/poly1305.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/poly1305.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_aead.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_aead.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_aead.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_cipher.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_cipher.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_cipher.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_client.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_client.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_client.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_ecp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_ecp.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_ecp.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_hash.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_hash.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_hash.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_mac.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_mac.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_mac.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_pake.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_pake.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_rsa.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_rsa.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_rsa.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_se.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_se.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_se.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_slot_management.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_crypto_storage.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_crypto_storage.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_crypto_storage.c build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_its_file.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/psa_its_file.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_its_file.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/psa_util.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/psa_util.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ripemd160.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ripemd160.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ripemd160.c build/ide/esp_idf_components/mbedtls/mbedtls/library/rsa.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/rsa.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/rsa.c - build/ide/esp_idf_components/mbedtls/mbedtls/library/rsa_internal.c + build/ide/esp_idf_components/mbedtls/mbedtls/library/rsa_alt_helpers.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/rsa_internal.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/rsa_alt_helpers.c build/ide/esp_idf_components/mbedtls/mbedtls/library/sha1.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/sha1.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/sha1.c build/ide/esp_idf_components/mbedtls/mbedtls/library/sha256.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/sha256.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/sha256.c build/ide/esp_idf_components/mbedtls/mbedtls/library/sha512.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/sha512.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/sha512.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_cache.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_cache.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_cache.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_ciphersuites.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_ciphersuites.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_ciphersuites.c - build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_cli.c + build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_client.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_cli.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_client.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_cookie.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_cookie.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_cookie.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_msg.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_msg.c - - - build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_srv.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_srv.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_msg.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_ticket.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_ticket.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_ticket.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_tls.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_tls.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_tls.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_tls12_client.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_tls12_client.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_tls12_server.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_tls12_server.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_tls13_client.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_tls13_client.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_tls13_generic.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_tls13_generic.c build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_tls13_keys.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/ssl_tls13_keys.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_tls13_keys.c + + + build/ide/esp_idf_components/mbedtls/mbedtls/library/ssl_tls13_server.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/ssl_tls13_server.c build/ide/esp_idf_components/mbedtls/mbedtls/library/threading.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/threading.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/threading.c build/ide/esp_idf_components/mbedtls/mbedtls/library/timing.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/timing.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/timing.c build/ide/esp_idf_components/mbedtls/mbedtls/library/version.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/version.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/version.c build/ide/esp_idf_components/mbedtls/mbedtls/library/version_features.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/version_features.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/version_features.c build/ide/esp_idf_components/mbedtls/mbedtls/library/x509.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/x509.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/x509.c build/ide/esp_idf_components/mbedtls/mbedtls/library/x509_create.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/x509_create.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/x509_create.c build/ide/esp_idf_components/mbedtls/mbedtls/library/x509_crl.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/x509_crl.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/x509_crl.c build/ide/esp_idf_components/mbedtls/mbedtls/library/x509_crt.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/x509_crt.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/x509_crt.c build/ide/esp_idf_components/mbedtls/mbedtls/library/x509_csr.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/x509_csr.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/x509_csr.c build/ide/esp_idf_components/mbedtls/mbedtls/library/x509write_crt.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/x509write_crt.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/x509write_crt.c build/ide/esp_idf_components/mbedtls/mbedtls/library/x509write_csr.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/x509write_csr.c - - - build/ide/esp_idf_components/mbedtls/mbedtls/library/xtea.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/mbedtls/library/xtea.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/mbedtls/library/x509write_csr.c build/ide/esp_idf_components/mbedtls/port/aes/esp_aes_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/aes/esp_aes_common.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/aes/esp_aes_common.c + + + build/ide/esp_idf_components/mbedtls/port/aes/esp_aes_gcm.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/aes/esp_aes_gcm.c build/ide/esp_idf_components/mbedtls/port/aes/esp_aes_xts.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/aes/esp_aes_xts.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/aes/esp_aes_xts.c build/ide/esp_idf_components/mbedtls/port/esp32/bignum.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/esp32/bignum.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/esp32/bignum.c build/ide/esp_idf_components/mbedtls/port/md/esp_md.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/md/esp_md.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/md/esp_md.c build/ide/esp_idf_components/mbedtls/port/sha/esp_sha.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/sha/esp_sha.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/sha/esp_sha.c build/ide/esp_idf_components/mqtt/esp-mqtt/lib/mqtt_msg.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mqtt/esp-mqtt/lib/mqtt_msg.c + /home/bogdan/esp-idf-v5.0.3/components/mqtt/esp-mqtt/lib/mqtt_msg.c build/ide/esp_idf_components/mqtt/esp-mqtt/lib/mqtt_outbox.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mqtt/esp-mqtt/lib/mqtt_outbox.c + /home/bogdan/esp-idf-v5.0.3/components/mqtt/esp-mqtt/lib/mqtt_outbox.c build/ide/esp_idf_components/mqtt/esp-mqtt/lib/platform_esp32_idf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_buf.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_buf.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_callbacks.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_callbacks.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_debug.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_debug.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_frame.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_frame.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_hd.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_hd.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_hd_huffman.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_helper.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_helper.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_http.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_http.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_map.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_map.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_mem.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_mem.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_npn.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_npn.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_option.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_option.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_outbound_item.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_outbound_item.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_pq.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_pq.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_priority_spec.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_priority_spec.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_queue.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_queue.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_rcbuf.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_rcbuf.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_session.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_session.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_stream.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_stream.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_submit.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_submit.c - - - build/ide/esp_idf_components/nghttp/nghttp2/lib/nghttp2_version.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/nghttp/nghttp2/lib/nghttp2_version.c + /home/bogdan/esp-idf-v5.0.3/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c build/ide/esp_idf_components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c + /home/bogdan/esp-idf-v5.0.3/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c build/ide/esp_idf_components/protocomm/src/common/protocomm.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/src/common/protocomm.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/src/common/protocomm.c build/ide/esp_idf_components/protocomm/src/security/security0.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/src/security/security0.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/src/security/security0.c build/ide/esp_idf_components/protocomm/src/security/security1.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/src/security/security1.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/src/security/security1.c + + + build/ide/esp_idf_components/protocomm/src/security/security2.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/protocomm/src/security/security2.c build/ide/esp_idf_components/protocomm/src/transports/protocomm_console.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/src/transports/protocomm_console.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/src/transports/protocomm_console.c build/ide/esp_idf_components/protocomm/src/transports/protocomm_httpd.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/protocomm/src/transports/protocomm_httpd.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/src/transports/protocomm_httpd.c build/ide/esp_idf_components/spiffs/spiffs/src/spiffs_cache.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spiffs/spiffs/src/spiffs_cache.c + /home/bogdan/esp-idf-v5.0.3/components/spiffs/spiffs/src/spiffs_cache.c build/ide/esp_idf_components/spiffs/spiffs/src/spiffs_check.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spiffs/spiffs/src/spiffs_check.c + /home/bogdan/esp-idf-v5.0.3/components/spiffs/spiffs/src/spiffs_check.c build/ide/esp_idf_components/spiffs/spiffs/src/spiffs_gc.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spiffs/spiffs/src/spiffs_gc.c + /home/bogdan/esp-idf-v5.0.3/components/spiffs/spiffs/src/spiffs_gc.c build/ide/esp_idf_components/spiffs/spiffs/src/spiffs_hydrogen.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spiffs/spiffs/src/spiffs_hydrogen.c + /home/bogdan/esp-idf-v5.0.3/components/spiffs/spiffs/src/spiffs_hydrogen.c build/ide/esp_idf_components/spiffs/spiffs/src/spiffs_nucleus.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/spiffs/spiffs/src/spiffs_nucleus.c + /home/bogdan/esp-idf-v5.0.3/components/spiffs/spiffs/src/spiffs_nucleus.c + + + build/ide/esp_idf_components/unity/port/esp/unity_utils_memory_esp.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/unity/port/esp/unity_utils_memory_esp.c build/ide/esp_idf_components/unity/unity/src/unity.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/unity/unity/src/unity.c + /home/bogdan/esp-idf-v5.0.3/components/unity/unity/src/unity.c build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/esp_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/esp_supplicant/src/esp_common.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/esp_common.c build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/esp_hostap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c + + + build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/esp_owe.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/esp_owe.c build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/esp_wpa2.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/esp_supplicant/src/esp_wpa2.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/esp_wpa2.c build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/esp_wps.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/esp_supplicant/src/esp_wps.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/esp_wps.c build/ide/esp_idf_components/wpa_supplicant/src/ap/ap_config.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/ap/ap_config.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/ap/ap_config.c build/ide/esp_idf_components/wpa_supplicant/src/ap/ieee802_1x.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/ap/ieee802_1x.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/ap/ieee802_1x.c + + + build/ide/esp_idf_components/wpa_supplicant/src/ap/sta_info.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/ap/sta_info.c build/ide/esp_idf_components/wpa_supplicant/src/ap/wpa_auth.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/ap/wpa_auth.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/ap/wpa_auth.c build/ide/esp_idf_components/wpa_supplicant/src/ap/wpa_auth_ie.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/ap/wpa_auth_ie.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/ap/wpa_auth_ie.c build/ide/esp_idf_components/wpa_supplicant/src/common/dragonfly.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/common/dragonfly.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/common/dragonfly.c + + + build/ide/esp_idf_components/wpa_supplicant/src/common/ieee802_11_common.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/common/ieee802_11_common.c build/ide/esp_idf_components/wpa_supplicant/src/common/sae.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/common/sae.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/common/sae.c build/ide/esp_idf_components/wpa_supplicant/src/common/wpa_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/common/wpa_common.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/common/wpa_common.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/aes-ccm.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/aes-ccm.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/aes-ccm.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/aes-gcm.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/aes-gcm.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/aes-gcm.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/aes-omac1.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/aes-omac1.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/aes-omac1.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/aes-siv.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/aes-siv.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/aes-siv.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/aes-unwrap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/aes-unwrap.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/aes-unwrap.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/aes-wrap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/aes-wrap.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/aes-wrap.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/ccmp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/ccmp.c - - - build/ide/esp_idf_components/wpa_supplicant/src/crypto/crypto_mbedtls-bignum.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/crypto_mbedtls-bignum.c - - - build/ide/esp_idf_components/wpa_supplicant/src/crypto/crypto_mbedtls-ec.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/crypto_mbedtls-ec.c - - - build/ide/esp_idf_components/wpa_supplicant/src/crypto/crypto_mbedtls.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/crypto_mbedtls.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/ccmp.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/crypto_ops.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/crypto_ops.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/crypto_ops.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/des-internal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/des-internal.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/des-internal.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/dh_group5.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/dh_group5.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/dh_group5.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/dh_groups.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/dh_groups.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/dh_groups.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/md4-internal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/md4-internal.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/md4-internal.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/ms_funcs.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/ms_funcs.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/ms_funcs.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/rc4.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/rc4.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/rc4.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/sha1-prf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/sha1-prf.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/sha1-prf.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/sha1-tlsprf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/sha1-tlsprf.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/sha1-tlsprf.c + + + build/ide/esp_idf_components/wpa_supplicant/src/crypto/sha1-tprf.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/sha1-tprf.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/sha256-kdf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/sha256-kdf.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/sha256-kdf.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/sha256-prf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/sha256-prf.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/sha256-prf.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/sha256-tlsprf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/sha256-tlsprf.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/sha256-tlsprf.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/sha384-prf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/sha384-prf.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/sha384-prf.c build/ide/esp_idf_components/wpa_supplicant/src/crypto/sha384-tlsprf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/sha384-tlsprf.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/crypto/sha384-tlsprf.c - build/ide/esp_idf_components/wpa_supplicant/src/crypto/tls_mbedtls.c + build/ide/esp_idf_components/wpa_supplicant/src/eap_common/eap_wsc_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/crypto/tls_mbedtls.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_common/eap_wsc_common.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/chap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/chap.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/chap.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_common.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_common.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_fast.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_fast.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_fast.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_fast_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_fast_common.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_fast_common.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_fast_pac.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_mschapv2.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_peap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_peap.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_peap.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_peap_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_peap_common.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_peap_common.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_tls.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_tls.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_tls.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_tls_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_tls_common.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_tls_common.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/eap_ttls.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/eap_ttls.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/eap_ttls.c build/ide/esp_idf_components/wpa_supplicant/src/eap_peer/mschapv2.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/eap_peer/mschapv2.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/eap_peer/mschapv2.c build/ide/esp_idf_components/wpa_supplicant/src/rsn_supp/pmksa_cache.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c build/ide/esp_idf_components/wpa_supplicant/src/rsn_supp/wpa.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/rsn_supp/wpa.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/rsn_supp/wpa.c build/ide/esp_idf_components/wpa_supplicant/src/rsn_supp/wpa_ie.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/rsn_supp/wpa_ie.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/rsn_supp/wpa_ie.c build/ide/esp_idf_components/wpa_supplicant/src/utils/base64.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/utils/base64.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/utils/base64.c build/ide/esp_idf_components/wpa_supplicant/src/utils/bitfield.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/utils/bitfield.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/utils/bitfield.c build/ide/esp_idf_components/wpa_supplicant/src/utils/common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/utils/common.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/utils/common.c build/ide/esp_idf_components/wpa_supplicant/src/utils/ext_password.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/utils/ext_password.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/utils/ext_password.c build/ide/esp_idf_components/wpa_supplicant/src/utils/json.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/utils/json.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/utils/json.c build/ide/esp_idf_components/wpa_supplicant/src/utils/uuid.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/utils/uuid.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/utils/uuid.c build/ide/esp_idf_components/wpa_supplicant/src/utils/wpa_debug.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/utils/wpa_debug.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/utils/wpa_debug.c build/ide/esp_idf_components/wpa_supplicant/src/utils/wpabuf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/utils/wpabuf.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/utils/wpabuf.c build/ide/esp_idf_components/wpa_supplicant/src/wps/wps.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/wps/wps.c build/ide/esp_idf_components/wpa_supplicant/src/wps/wps_attr_build.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps_attr_build.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/wps/wps_attr_build.c build/ide/esp_idf_components/wpa_supplicant/src/wps/wps_attr_parse.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps_attr_parse.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/wps/wps_attr_parse.c build/ide/esp_idf_components/wpa_supplicant/src/wps/wps_attr_process.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps_attr_process.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/wps/wps_attr_process.c build/ide/esp_idf_components/wpa_supplicant/src/wps/wps_common.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps_common.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/wps/wps_common.c build/ide/esp_idf_components/wpa_supplicant/src/wps/wps_dev_attr.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps_dev_attr.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/wps/wps_dev_attr.c build/ide/esp_idf_components/wpa_supplicant/src/wps/wps_enrollee.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps_enrollee.c - - - build/ide/esp_idf_components/wpa_supplicant/src/wps/wps_registrar.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps_registrar.c - - - build/ide/esp_idf_components/wpa_supplicant/src/wps/wps_validate.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/wpa_supplicant/src/wps/wps_validate.c - - - build/ide/esp_idf_components/asio/asio/asio/src/asio.cpp - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/asio/asio/asio/src/asio.cpp + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/src/wps/wps_enrollee.c build/ide/esp_idf_components/esp_system/port/arch/xtensa/debug_helpers.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/arch/xtensa/debug_helpers.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/debug_helpers.c build/ide/esp_idf_components/esp_system/port/arch/xtensa/debug_helpers_asm.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/arch/xtensa/debug_helpers_asm.S + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/debug_helpers_asm.S build/ide/esp_idf_components/esp_system/port/arch/xtensa/debug_stubs.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/arch/xtensa/debug_stubs.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/debug_stubs.c + + + build/ide/esp_idf_components/esp_system/port/arch/xtensa/esp_ipc_isr.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/esp_ipc_isr.c + + + build/ide/esp_idf_components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S + + + build/ide/esp_idf_components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S + 1 + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S build/ide/esp_idf_components/esp_system/port/arch/xtensa/expression_with_stack.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/arch/xtensa/expression_with_stack.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/expression_with_stack.c build/ide/esp_idf_components/esp_system/port/arch/xtensa/expression_with_stack_asm.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S build/ide/esp_idf_components/esp_system/port/arch/xtensa/panic_arch.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/arch/xtensa/panic_arch.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/panic_arch.c build/ide/esp_idf_components/esp_system/port/arch/xtensa/panic_handler_asm.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/arch/xtensa/panic_handler_asm.S + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/panic_handler_asm.S build/ide/esp_idf_components/esp_system/port/arch/xtensa/trax.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/arch/xtensa/trax.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/arch/xtensa/trax.c build/ide/esp_idf_components/esp_system/port/soc/esp32/cache_err_int.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/soc/esp32/cache_err_int.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/soc/esp32/cache_err_int.c build/ide/esp_idf_components/esp_system/port/soc/esp32/clk.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/soc/esp32/clk.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/soc/esp32/clk.c build/ide/esp_idf_components/esp_system/port/soc/esp32/highint_hdl.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/soc/esp32/highint_hdl.S + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/soc/esp32/highint_hdl.S build/ide/esp_idf_components/esp_system/port/soc/esp32/reset_reason.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/soc/esp32/reset_reason.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/soc/esp32/reset_reason.c build/ide/esp_idf_components/esp_system/port/soc/esp32/system_internal.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/esp_system/port/soc/esp32/system_internal.c + /home/bogdan/esp-idf-v5.0.3/components/esp_system/port/soc/esp32/system_internal.c build/ide/esp_idf_components/espcoredump/src/port/xtensa/core_dump_port.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/espcoredump/src/port/xtensa/core_dump_port.c + /home/bogdan/esp-idf-v5.0.3/components/espcoredump/src/port/xtensa/core_dump_port.c - build/ide/esp_idf_components/expat/expat/expat/lib/xmlparse.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/expat/expat/expat/lib/xmlparse.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c - build/ide/esp_idf_components/expat/expat/expat/lib/xmlrole.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/expat/expat/expat/lib/xmlrole.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S - build/ide/esp_idf_components/expat/expat/expat/lib/xmltok.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/expat/expat/expat/lib/xmltok.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S - build/ide/esp_idf_components/expat/expat/expat/lib/xmltok_impl.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/expat/expat/expat/lib/xmltok_impl.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c - build/ide/esp_idf_components/expat/expat/expat/lib/xmltok_ns.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/expat/expat/expat/lib/xmltok_ns.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/ascii/mbascii.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vector_defaults.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/ascii/mbascii.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vector_defaults.S - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/ascii/mbascii_m.c + build/ide/esp_idf_components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/ascii/mbascii_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfunccoils.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfunccoils.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfunccoils_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfunccoils_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfuncdiag.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfuncdiag.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfuncdisc.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfuncdisc.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfuncdisc_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfuncdisc_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfuncholding.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfuncholding.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfuncholding_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfuncholding_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfuncinput.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfuncinput.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfuncinput_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfuncinput_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbfuncother.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbfuncother.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/functions/mbutils.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/functions/mbutils.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/rtu/mbcrc.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/rtu/mbcrc.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/rtu/mbrtu.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/rtu/mbrtu.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/rtu/mbrtu_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/rtu/mbrtu_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/tcp/mbtcp.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/tcp/mbtcp.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/modbus/tcp/mbtcp_m.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/modbus/tcp/mbtcp_m.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/serial_master/modbus_controller/mbc_serial_master.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/serial_master/modbus_controller/mbc_serial_master.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/serial_slave/modbus_controller/mbc_serial_slave.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/serial_slave/modbus_controller/mbc_serial_slave.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/tcp_master/modbus_controller/mbc_tcp_master.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/tcp_master/modbus_controller/mbc_tcp_master.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/tcp_master/port/port_tcp_master.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/tcp_master/port/port_tcp_master.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/tcp_slave/modbus_controller/mbc_tcp_slave.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/tcp_slave/modbus_controller/mbc_tcp_slave.c - - - build/ide/esp_idf_components/freemodbus/freemodbus/tcp_slave/port/port_tcp_slave.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/freemodbus/freemodbus/tcp_slave/port/port_tcp_slave.c + /home/bogdan/esp-idf-v5.0.3/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S build/ide/esp_idf_components/lwip/lwip/src/api/api_lib.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/api_lib.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/api_lib.c build/ide/esp_idf_components/lwip/lwip/src/api/api_msg.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/api_msg.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/api_msg.c build/ide/esp_idf_components/lwip/lwip/src/api/err.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/err.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/err.c build/ide/esp_idf_components/lwip/lwip/src/api/if_api.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/if_api.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/if_api.c build/ide/esp_idf_components/lwip/lwip/src/api/netbuf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/netbuf.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/netbuf.c build/ide/esp_idf_components/lwip/lwip/src/api/netdb.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/netdb.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/netdb.c build/ide/esp_idf_components/lwip/lwip/src/api/netifapi.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/netifapi.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/netifapi.c build/ide/esp_idf_components/lwip/lwip/src/api/sockets.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/sockets.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/sockets.c build/ide/esp_idf_components/lwip/lwip/src/api/tcpip.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/api/tcpip.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/api/tcpip.c build/ide/esp_idf_components/lwip/lwip/src/core/def.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/def.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/def.c build/ide/esp_idf_components/lwip/lwip/src/core/dns.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/dns.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/dns.c build/ide/esp_idf_components/lwip/lwip/src/core/inet_chksum.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/inet_chksum.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/inet_chksum.c build/ide/esp_idf_components/lwip/lwip/src/core/init.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/init.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/init.c build/ide/esp_idf_components/lwip/lwip/src/core/ip.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ip.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ip.c build/ide/esp_idf_components/lwip/lwip/src/core/mem.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/mem.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/mem.c build/ide/esp_idf_components/lwip/lwip/src/core/memp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/memp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/memp.c build/ide/esp_idf_components/lwip/lwip/src/core/netif.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/netif.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/netif.c build/ide/esp_idf_components/lwip/lwip/src/core/pbuf.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/pbuf.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/pbuf.c build/ide/esp_idf_components/lwip/lwip/src/core/raw.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/raw.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/raw.c build/ide/esp_idf_components/lwip/lwip/src/core/stats.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/stats.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/stats.c build/ide/esp_idf_components/lwip/lwip/src/core/sys.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/sys.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/sys.c build/ide/esp_idf_components/lwip/lwip/src/core/tcp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/tcp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/tcp.c build/ide/esp_idf_components/lwip/lwip/src/core/tcp_in.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/tcp_in.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/tcp_in.c build/ide/esp_idf_components/lwip/lwip/src/core/tcp_out.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/tcp_out.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/tcp_out.c build/ide/esp_idf_components/lwip/lwip/src/core/timeouts.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/timeouts.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/timeouts.c build/ide/esp_idf_components/lwip/lwip/src/core/udp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/udp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/udp.c + + + build/ide/esp_idf_components/lwip/lwip/src/netif/bridgeif.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/bridgeif.c + + + build/ide/esp_idf_components/lwip/lwip/src/netif/bridgeif_fdb.c + 1 + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/bridgeif_fdb.c build/ide/esp_idf_components/lwip/lwip/src/netif/ethernet.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ethernet.c - - - build/ide/esp_idf_components/lwip/lwip/src/netif/lowpan6.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/lowpan6.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ethernet.c build/ide/esp_idf_components/lwip/lwip/src/netif/slipif.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/slipif.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/slipif.c build/ide/esp_idf_components/lwip/port/esp32/debug/lwip_debug.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/port/esp32/debug/lwip_debug.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/port/esp32/debug/lwip_debug.c build/ide/esp_idf_components/lwip/port/esp32/freertos/sys_arch.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/port/esp32/freertos/sys_arch.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/port/esp32/freertos/sys_arch.c build/ide/esp_idf_components/lwip/port/esp32/hooks/lwip_default_hooks.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/port/esp32/hooks/lwip_default_hooks.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/port/esp32/hooks/lwip_default_hooks.c build/ide/esp_idf_components/lwip/port/esp32/hooks/tcp_isn_default.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/port/esp32/hooks/tcp_isn_default.c - - - build/ide/esp_idf_components/lwip/port/esp32/netif/dhcp_state.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/port/esp32/netif/dhcp_state.c - - - build/ide/esp_idf_components/lwip/port/esp32/netif/ethernetif.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/port/esp32/netif/ethernetif.c - - - build/ide/esp_idf_components/lwip/port/esp32/netif/wlanif.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/port/esp32/netif/wlanif.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/port/esp32/hooks/tcp_isn_default.c build/ide/esp_idf_components/mbedtls/port/aes/block/esp_aes.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/aes/block/esp_aes.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/aes/block/esp_aes.c build/ide/esp_idf_components/mbedtls/port/sha/parallel_engine/esp_sha1.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/sha/parallel_engine/esp_sha1.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/sha/parallel_engine/esp_sha1.c build/ide/esp_idf_components/mbedtls/port/sha/parallel_engine/esp_sha256.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/sha/parallel_engine/esp_sha256.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/sha/parallel_engine/esp_sha256.c build/ide/esp_idf_components/mbedtls/port/sha/parallel_engine/esp_sha512.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/sha/parallel_engine/esp_sha512.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/sha/parallel_engine/esp_sha512.c build/ide/esp_idf_components/mbedtls/port/sha/parallel_engine/sha.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/mbedtls/port/sha/parallel_engine/sha.c + /home/bogdan/esp-idf-v5.0.3/components/mbedtls/port/sha/parallel_engine/sha.c - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.c + build/ide/esp_idf_components/protocomm/src/crypto/srp6a/esp_srp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/src/crypto/srp6a/esp_srp.c - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.c + build/ide/esp_idf_components/protocomm/src/crypto/srp6a/esp_srp_mpi.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.c + /home/bogdan/esp-idf-v5.0.3/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.c + build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.c + build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c + build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.c + build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c + build/ide/esp_idf_components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/randombytes/randombytes.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/randombytes/randombytes.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/sodium/codecs.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/sodium/codecs.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/sodium/core.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/sodium/core.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/sodium/runtime.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/sodium/runtime.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/sodium/utils.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/sodium/utils.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/sodium/version.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/sodium/version.c + /home/bogdan/esp-idf-v5.0.3/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c build/ide/esp_idf_components/lwip/lwip/src/apps/netbiosns/netbiosns.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/apps/netbiosns/netbiosns.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/apps/netbiosns/netbiosns.c build/ide/esp_idf_components/lwip/lwip/src/apps/sntp/sntp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/apps/sntp/sntp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/apps/sntp/sntp.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/autoip.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/autoip.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/autoip.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/dhcp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/dhcp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/dhcp.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/etharp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/etharp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/etharp.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/icmp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/icmp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/icmp.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/igmp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/igmp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/igmp.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/ip4.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/ip4.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/ip4.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/ip4_addr.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/ip4_addr.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/ip4_addr.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/ip4_frag.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/ip4_frag.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/ip4_frag.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv4/ip4_napt.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv4/ip4_napt.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv4/ip4_napt.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/dhcp6.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/dhcp6.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/dhcp6.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/ethip6.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/ethip6.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/ethip6.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/icmp6.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/icmp6.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/icmp6.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/inet6.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/inet6.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/inet6.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/ip6.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/ip6.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/ip6.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/ip6_addr.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/ip6_addr.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/ip6_addr.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/ip6_frag.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/ip6_frag.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/ip6_frag.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/mld6.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/mld6.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/mld6.c build/ide/esp_idf_components/lwip/lwip/src/core/ipv6/nd6.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/core/ipv6/nd6.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/core/ipv6/nd6.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/auth.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/auth.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/auth.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/ccp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/ccp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/ccp.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/chap-md5.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/chap-md5.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/chap-md5.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/chap-new.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/chap-new.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/chap-new.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/chap_ms.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/chap_ms.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/chap_ms.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/demand.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/demand.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/demand.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/eap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/eap.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/eap.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/ecp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/ecp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/ecp.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/eui64.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/eui64.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/eui64.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/fsm.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/fsm.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/fsm.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/ipcp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/ipcp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/ipcp.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/ipv6cp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/ipv6cp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/ipv6cp.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/lcp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/lcp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/lcp.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/magic.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/magic.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/magic.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/mppe.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/mppe.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/mppe.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/multilink.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/multilink.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/multilink.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/ppp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/ppp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/ppp.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/pppapi.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/pppapi.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/pppapi.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/pppcrypt.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/pppcrypt.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/pppcrypt.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/pppoe.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/pppoe.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/pppoe.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/pppol2tp.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/pppol2tp.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/pppol2tp.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/pppos.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/pppos.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/pppos.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/upap.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/upap.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/upap.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/utils.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/utils.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/utils.c build/ide/esp_idf_components/lwip/lwip/src/netif/ppp/vj.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/lwip/lwip/src/netif/ppp/vj.c + /home/bogdan/esp-idf-v5.0.3/components/lwip/lwip/src/netif/ppp/vj.c - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c + build/ide/esp_idf_components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_core/ed25519/core_ed25519.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_core/ed25519/core_ed25519.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_core/ed25519/core_ristretto255.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_core/ed25519/core_ristretto255.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx512f.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx512f.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2id.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2id.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_scalarmult/ristretto255/ref10/scalarmult_ristretto255_ref10.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/ristretto255/ref10/scalarmult_ristretto255_ref10.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c - - - build/ide/esp_idf_components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c - 1 - C:/Users/bogd/esp-idf-v4.4.5/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c + /home/bogdan/esp-idf-v5.0.3/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a582af..59ef67c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,4 +9,4 @@ project(${ProjectId}) # Include espfs ROM in foldef HTML include(components/webguiapp/extlibs/libespfs/cmake/include.cmake) -target_add_espfs(webguiapp_ref_implement.elf espfs HTML) \ No newline at end of file +target_add_espfs(WebguiappTemplate.elf espfs HTML) \ No newline at end of file diff --git a/HTML/espfs.paths b/HTML/espfs.paths index 19b9087..d068239 100644 --- a/HTML/espfs.paths +++ b/HTML/espfs.paths @@ -1,32 +1,32 @@ -adapters.html -api -api/dbg.json -api/dbg2.json -api/gendata.json -api/mem.json -api/set1.json -api/set2.json -api/set3.json -api/stat.json -api/status.json -api/tmr.json -api/wifiscan.json -application.html -favicon.ico -index.html -info.html -reboot.html -res -res/appstyles.css -res/ca_cert.pem -res/cron.js -res/crondata.js -res/dynamic.css -res/iconsfont.css -res/iconsfont.woff2 -res/logo.png -res/main.js -res/res.js -res/styles.css -services.html +adapters.html +api +api/dbg.json +api/dbg2.json +api/gendata.json +api/mem.json +api/set1.json +api/set2.json +api/set3.json +api/stat.json +api/status.json +api/tmr.json +api/wifiscan.json +application.html +favicon.ico +index.html +info.html +reboot.html +res +res/appstyles.css +res/ca_cert.pem +res/cron.js +res/crondata.js +res/dynamic.css +res/iconsfont.css +res/iconsfont.woff2 +res/logo.png +res/main.js +res/res.js +res/styles.css +services.html system.html \ No newline at end of file diff --git a/dependencies.lock b/dependencies.lock index 7ea1560..f06e99a 100644 --- a/dependencies.lock +++ b/dependencies.lock @@ -1,9 +1,9 @@ -dependencies: - idf: - component_hash: null - source: - type: idf - version: 4.4.5 -manifest_hash: cc4f7a08a6eeed39d05fbfb84ff3df9215bdf0009945794b887b5e99cbaee95b -target: esp32 -version: 1.0.0 +dependencies: + idf: + component_hash: null + source: + type: idf + version: 5.0.3 +manifest_hash: cc4f7a08a6eeed39d05fbfb84ff3df9215bdf0009945794b887b5e99cbaee95b +target: esp32 +version: 1.0.0 diff --git a/sdkconfig b/sdkconfig index 6a65271..10350d2 100644 --- a/sdkconfig +++ b/sdkconfig @@ -1,1607 +1,1863 @@ -# -# Automatically generated file. DO NOT EDIT. -# Espressif IoT Development Framework (ESP-IDF) Project Configuration -# -CONFIG_IDF_CMAKE=y -CONFIG_IDF_TARGET_ARCH_XTENSA=y -CONFIG_IDF_TARGET="esp32" -CONFIG_IDF_TARGET_ESP32=y -CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 - -# -# SDK tool configuration -# -CONFIG_SDK_TOOLPREFIX="xtensa-esp32-elf-" -# CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set -# end of SDK tool configuration - -# -# Build type -# -CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y -# CONFIG_APP_BUILD_TYPE_ELF_RAM is not set -CONFIG_APP_BUILD_GENERATE_BINARIES=y -CONFIG_APP_BUILD_BOOTLOADER=y -CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y -# end of Build type - -# -# Application manager -# -CONFIG_APP_COMPILE_TIME_DATE=y -# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set -# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set -CONFIG_APP_PROJECT_VER_FROM_CONFIG=y -CONFIG_APP_PROJECT_VER="0.0.0.0" -CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16 -# end of Application manager - -# -# Bootloader config -# -CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000 -CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y -# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set -# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set -# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set -# CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set -# CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set -# CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set -CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y -# CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set -# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set -CONFIG_BOOTLOADER_LOG_LEVEL=3 -# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set -CONFIG_BOOTLOADER_SPI_WP_PIN=7 -CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y -# CONFIG_BOOTLOADER_FACTORY_RESET is not set -# CONFIG_BOOTLOADER_APP_TEST is not set -CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y -CONFIG_BOOTLOADER_WDT_ENABLE=y -# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE is not set -CONFIG_BOOTLOADER_WDT_TIME_MS=9000 -# CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is not set -# CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP is not set -# CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON is not set -# CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set -CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 -# CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set -CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y -# end of Bootloader config - -# -# Security features -# -# CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set -# CONFIG_SECURE_BOOT is not set -# CONFIG_SECURE_FLASH_ENC_ENABLED is not set -# end of Security features - -# -# Serial flasher config -# -CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200 -# CONFIG_ESPTOOLPY_NO_STUB is not set -CONFIG_ESPTOOLPY_FLASHMODE_QIO=y -# CONFIG_ESPTOOLPY_FLASHMODE_QOUT is not set -# CONFIG_ESPTOOLPY_FLASHMODE_DIO is not set -# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set -CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y -CONFIG_ESPTOOLPY_FLASHMODE="dio" -CONFIG_ESPTOOLPY_FLASHFREQ_80M=y -# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set -# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set -# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set -CONFIG_ESPTOOLPY_FLASHFREQ="80m" -# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set -# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y -# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set -# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set -# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set -# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set -# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE="4MB" -CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y -CONFIG_ESPTOOLPY_BEFORE_RESET=y -# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set -CONFIG_ESPTOOLPY_BEFORE="default_reset" -CONFIG_ESPTOOLPY_AFTER_RESET=y -# CONFIG_ESPTOOLPY_AFTER_NORESET is not set -CONFIG_ESPTOOLPY_AFTER="hard_reset" -# CONFIG_ESPTOOLPY_MONITOR_BAUD_CONSOLE is not set -# CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B is not set -# CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B is not set -CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B=y -# CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B is not set -# CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B is not set -# CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB is not set -# CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER is not set -CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL=115200 -CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 -# end of Serial flasher config - -# -# Partition Table -# -# CONFIG_PARTITION_TABLE_SINGLE_APP is not set -# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set -# CONFIG_PARTITION_TABLE_TWO_OTA is not set -CONFIG_PARTITION_TABLE_CUSTOM=y -CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_user_ota.csv" -CONFIG_PARTITION_TABLE_FILENAME="partitions_user_ota.csv" -CONFIG_PARTITION_TABLE_OFFSET=0x8000 -CONFIG_PARTITION_TABLE_MD5=y -# end of Partition Table - -# -# Compiler options -# -CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y -# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set -# CONFIG_COMPILER_OPTIMIZATION_PERF is not set -# CONFIG_COMPILER_OPTIMIZATION_NONE is not set -CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y -# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set -# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set -CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 -# CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT is not set -CONFIG_COMPILER_HIDE_PATHS_MACROS=y -# CONFIG_COMPILER_CXX_EXCEPTIONS is not set -# CONFIG_COMPILER_CXX_RTTI is not set -CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y -# CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set -# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set -# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set -# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set -# CONFIG_COMPILER_DISABLE_GCC8_WARNINGS is not set -# CONFIG_COMPILER_DUMP_RTL_FILES is not set -# end of Compiler options - -# -# Component config -# - -# -# Application Level Tracing -# -# CONFIG_APPTRACE_DEST_JTAG is not set -CONFIG_APPTRACE_DEST_NONE=y -CONFIG_APPTRACE_LOCK_ENABLE=y -# end of Application Level Tracing - -# -# ESP-ASIO -# -# CONFIG_ASIO_SSL_SUPPORT is not set -# end of ESP-ASIO - -# -# Bluetooth -# -# CONFIG_BT_ENABLED is not set -# end of Bluetooth - -# -# CoAP Configuration -# -CONFIG_COAP_MBEDTLS_PSK=y -# CONFIG_COAP_MBEDTLS_PKI is not set -# CONFIG_COAP_MBEDTLS_DEBUG is not set -CONFIG_COAP_LOG_DEFAULT_LEVEL=0 -# end of CoAP Configuration - -# -# Driver configurations -# - -# -# ADC configuration -# -# CONFIG_ADC_FORCE_XPD_FSM is not set -CONFIG_ADC_DISABLE_DAC=y -# end of ADC configuration - -# -# MCPWM configuration -# -# CONFIG_MCPWM_ISR_IN_IRAM is not set -# end of MCPWM configuration - -# -# SPI configuration -# -# CONFIG_SPI_MASTER_IN_IRAM is not set -CONFIG_SPI_MASTER_ISR_IN_IRAM=y -# CONFIG_SPI_SLAVE_IN_IRAM is not set -CONFIG_SPI_SLAVE_ISR_IN_IRAM=y -# end of SPI configuration - -# -# TWAI configuration -# -# CONFIG_TWAI_ISR_IN_IRAM is not set -# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set -# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set -# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set -# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set -# CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM is not set -# end of TWAI configuration - -# -# UART configuration -# -# CONFIG_UART_ISR_IN_IRAM is not set -# end of UART configuration - -# -# RTCIO configuration -# -# CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC is not set -# end of RTCIO configuration - -# -# GPIO Configuration -# -# CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set -# end of GPIO Configuration - -# -# GDMA Configuration -# -# CONFIG_GDMA_CTRL_FUNC_IN_IRAM is not set -# CONFIG_GDMA_ISR_IRAM_SAFE is not set -# end of GDMA Configuration -# end of Driver configurations - -# -# eFuse Bit Manager -# -# CONFIG_EFUSE_CUSTOM_TABLE is not set -# CONFIG_EFUSE_VIRTUAL is not set -# CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE is not set -CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4=y -# CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT is not set -CONFIG_EFUSE_MAX_BLK_LEN=192 -# end of eFuse Bit Manager - -# -# ESP-TLS -# -CONFIG_ESP_TLS_USING_MBEDTLS=y -# CONFIG_ESP_TLS_USE_SECURE_ELEMENT is not set -# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set -# CONFIG_ESP_TLS_SERVER is not set -# CONFIG_ESP_TLS_PSK_VERIFICATION is not set -# CONFIG_ESP_TLS_INSECURE is not set -# end of ESP-TLS - -# -# ESP32-specific -# -CONFIG_ESP32_REV_MIN_0=y -# CONFIG_ESP32_REV_MIN_1 is not set -# CONFIG_ESP32_REV_MIN_1_1 is not set -# CONFIG_ESP32_REV_MIN_2 is not set -# CONFIG_ESP32_REV_MIN_3 is not set -# CONFIG_ESP32_REV_MIN_3_1 is not set -CONFIG_ESP32_REV_MIN=0 -CONFIG_ESP32_REV_MIN_FULL=0 -CONFIG_ESP_REV_MIN_FULL=0 -CONFIG_ESP32_REV_MAX_FULL_STR_OPT=y -CONFIG_ESP32_REV_MAX_FULL=399 -CONFIG_ESP_REV_MAX_FULL=399 -CONFIG_ESP32_DPORT_WORKAROUND=y -# CONFIG_ESP32_DEFAULT_CPU_FREQ_80 is not set -CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y -# CONFIG_ESP32_DEFAULT_CPU_FREQ_240 is not set -CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160 -# CONFIG_ESP32_SPIRAM_SUPPORT is not set -# CONFIG_ESP32_TRAX is not set -CONFIG_ESP32_TRACEMEM_RESERVE_DRAM=0x0 -# CONFIG_ESP32_ULP_COPROC_ENABLED is not set -CONFIG_ESP32_ULP_COPROC_RESERVE_MEM=0 -CONFIG_ESP32_DEBUG_OCDAWARE=y -CONFIG_ESP32_BROWNOUT_DET=y -CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0=y -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 is not set -CONFIG_ESP32_BROWNOUT_DET_LVL=0 -CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y -# CONFIG_ESP32_TIME_SYSCALL_USE_RTC is not set -# CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 is not set -# CONFIG_ESP32_TIME_SYSCALL_USE_NONE is not set -CONFIG_ESP32_RTC_CLK_SRC_INT_RC=y -# CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS is not set -# CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC is not set -# CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 is not set -CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 -CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 -CONFIG_ESP32_XTAL_FREQ_40=y -# CONFIG_ESP32_XTAL_FREQ_26 is not set -# CONFIG_ESP32_XTAL_FREQ_AUTO is not set -CONFIG_ESP32_XTAL_FREQ=40 -# CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE is not set -# CONFIG_ESP32_NO_BLOBS is not set -# CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set -# CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set -# CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE is not set -CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL=5 -# end of ESP32-specific - -# -# ADC-Calibration -# -CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y -CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y -CONFIG_ADC_CAL_LUT_ENABLE=y -# end of ADC-Calibration - -# -# Common ESP-related -# -CONFIG_ESP_ERR_TO_NAME_LOOKUP=y -# end of Common ESP-related - -# -# Ethernet -# -CONFIG_ETH_ENABLED=y -CONFIG_ETH_USE_ESP32_EMAC=y -CONFIG_ETH_PHY_INTERFACE_RMII=y -CONFIG_ETH_RMII_CLK_INPUT=y -# CONFIG_ETH_RMII_CLK_OUTPUT is not set -CONFIG_ETH_RMII_CLK_IN_GPIO=0 -CONFIG_ETH_DMA_BUFFER_SIZE=512 -CONFIG_ETH_DMA_RX_BUFFER_NUM=10 -CONFIG_ETH_DMA_TX_BUFFER_NUM=10 -CONFIG_ETH_USE_SPI_ETHERNET=y -# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set -# CONFIG_ETH_SPI_ETHERNET_W5500 is not set -# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set -# CONFIG_ETH_USE_OPENETH is not set -# end of Ethernet - -# -# Event Loop Library -# -# CONFIG_ESP_EVENT_LOOP_PROFILING is not set -CONFIG_ESP_EVENT_POST_FROM_ISR=y -CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y -# end of Event Loop Library - -# -# GDB Stub -# -# end of GDB Stub - -# -# ESP HTTP client -# -CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y -# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set -CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y -# end of ESP HTTP client - -# -# HTTP Server -# -CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024 -CONFIG_HTTPD_MAX_URI_LEN=512 -CONFIG_HTTPD_ERR_RESP_NO_DELAY=y -CONFIG_HTTPD_PURGE_BUF_LEN=32 -# CONFIG_HTTPD_LOG_PURGE_DATA is not set -# CONFIG_HTTPD_WS_SUPPORT is not set -# end of HTTP Server - -# -# ESP HTTPS OTA -# -# CONFIG_OTA_ALLOW_HTTP is not set -# end of ESP HTTPS OTA - -# -# ESP HTTPS server -# -# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set -# end of ESP HTTPS server - -# -# Hardware Settings -# - -# -# MAC Config -# -CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y -CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y -CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y -CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y -# CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO is not set -CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR=y -CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 -# CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR is not set -# end of MAC Config - -# -# Sleep Config -# -# CONFIG_ESP_SLEEP_POWER_DOWN_FLASH is not set -CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND=y -# CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND is not set -CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y -# CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU is not set -# end of Sleep Config - -# -# RTC Clock Config -# -# end of RTC Clock Config -# end of Hardware Settings - -# -# IPC (Inter-Processor Call) -# -CONFIG_ESP_IPC_TASK_STACK_SIZE=1536 -CONFIG_ESP_IPC_USES_CALLERS_PRIORITY=y -CONFIG_ESP_IPC_ISR_ENABLE=y -# end of IPC (Inter-Processor Call) - -# -# LCD and Touch Panel -# - -# -# LCD Peripheral Configuration -# -CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE=32 -# end of LCD Peripheral Configuration -# end of LCD and Touch Panel - -# -# ESP NETIF Adapter -# -CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 -CONFIG_ESP_NETIF_TCPIP_LWIP=y -# CONFIG_ESP_NETIF_LOOPBACK is not set -CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER=y -# end of ESP NETIF Adapter - -# -# PHY -# -CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y -# CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION is not set -CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 -CONFIG_ESP_PHY_MAX_TX_POWER=20 -CONFIG_ESP_PHY_RF_CAL_PARTIAL=y -# CONFIG_ESP_PHY_RF_CAL_NONE is not set -# CONFIG_ESP_PHY_RF_CAL_FULL is not set -CONFIG_ESP_PHY_CALIBRATION_MODE=0 -# end of PHY - -# -# Power Management -# -# CONFIG_PM_ENABLE is not set -# end of Power Management - -# -# ESP Ringbuf -# -# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set -# CONFIG_RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH is not set -# end of ESP Ringbuf - -# -# ESP System Settings -# -# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set -CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y -# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set -# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set -# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set - -# -# Memory protection -# -# end of Memory protection - -CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 -CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 -CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 -CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y -# CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 is not set -# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set -CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 -CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 -CONFIG_ESP_CONSOLE_UART_DEFAULT=y -# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set -# CONFIG_ESP_CONSOLE_NONE is not set -CONFIG_ESP_CONSOLE_UART=y -CONFIG_ESP_CONSOLE_MULTIPLE_UART=y -CONFIG_ESP_CONSOLE_UART_NUM=0 -CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 -CONFIG_ESP_INT_WDT=y -CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 -CONFIG_ESP_INT_WDT_CHECK_CPU1=y -CONFIG_ESP_TASK_WDT=y -# CONFIG_ESP_TASK_WDT_PANIC is not set -CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 -CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y -CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=y -# CONFIG_ESP_PANIC_HANDLER_IRAM is not set -# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set -# CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 is not set -CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y -# end of ESP System Settings - -# -# High resolution timer (esp_timer) -# -# CONFIG_ESP_TIMER_PROFILING is not set -CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y -CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y -CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 -CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 -# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set -# CONFIG_ESP_TIMER_IMPL_FRC2 is not set -CONFIG_ESP_TIMER_IMPL_TG0_LAC=y -# end of High resolution timer (esp_timer) - -# -# Wi-Fi -# -CONFIG_ESP32_WIFI_ENABLED=y -CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 -CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 -# CONFIG_ESP32_WIFI_STATIC_TX_BUFFER is not set -CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y -CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 -CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 -# CONFIG_ESP32_WIFI_CSI_ENABLED is not set -CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y -CONFIG_ESP32_WIFI_TX_BA_WIN=6 -CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y -CONFIG_ESP32_WIFI_RX_BA_WIN=6 -CONFIG_ESP32_WIFI_NVS_ENABLED=y -CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0=y -# CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1 is not set -CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752 -CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32 -CONFIG_ESP32_WIFI_IRAM_OPT=y -CONFIG_ESP32_WIFI_RX_IRAM_OPT=y -CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y -# CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set -# CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE is not set -# CONFIG_ESP_WIFI_GMAC_SUPPORT is not set -CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y -# CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT is not set -CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=7 -# end of Wi-Fi - -# -# Core dump -# -# CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set -# CONFIG_ESP_COREDUMP_ENABLE_TO_UART is not set -CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y -# end of Core dump - -# -# FAT Filesystem support -# -# CONFIG_FATFS_CODEPAGE_DYNAMIC is not set -CONFIG_FATFS_CODEPAGE_437=y -# CONFIG_FATFS_CODEPAGE_720 is not set -# CONFIG_FATFS_CODEPAGE_737 is not set -# CONFIG_FATFS_CODEPAGE_771 is not set -# CONFIG_FATFS_CODEPAGE_775 is not set -# CONFIG_FATFS_CODEPAGE_850 is not set -# CONFIG_FATFS_CODEPAGE_852 is not set -# CONFIG_FATFS_CODEPAGE_855 is not set -# CONFIG_FATFS_CODEPAGE_857 is not set -# CONFIG_FATFS_CODEPAGE_860 is not set -# CONFIG_FATFS_CODEPAGE_861 is not set -# CONFIG_FATFS_CODEPAGE_862 is not set -# CONFIG_FATFS_CODEPAGE_863 is not set -# CONFIG_FATFS_CODEPAGE_864 is not set -# CONFIG_FATFS_CODEPAGE_865 is not set -# CONFIG_FATFS_CODEPAGE_866 is not set -# CONFIG_FATFS_CODEPAGE_869 is not set -# CONFIG_FATFS_CODEPAGE_932 is not set -# CONFIG_FATFS_CODEPAGE_936 is not set -# CONFIG_FATFS_CODEPAGE_949 is not set -# CONFIG_FATFS_CODEPAGE_950 is not set -CONFIG_FATFS_CODEPAGE=437 -CONFIG_FATFS_LFN_NONE=y -# CONFIG_FATFS_LFN_HEAP is not set -# CONFIG_FATFS_LFN_STACK is not set -CONFIG_FATFS_FS_LOCK=0 -CONFIG_FATFS_TIMEOUT_MS=10000 -CONFIG_FATFS_PER_FILE_CACHE=y -# CONFIG_FATFS_USE_FASTSEEK is not set -# end of FAT Filesystem support - -# -# Modbus configuration -# -CONFIG_FMB_COMM_MODE_TCP_EN=y -CONFIG_FMB_TCP_PORT_DEFAULT=502 -CONFIG_FMB_TCP_PORT_MAX_CONN=5 -CONFIG_FMB_TCP_CONNECTION_TOUT_SEC=20 -CONFIG_FMB_COMM_MODE_RTU_EN=y -CONFIG_FMB_COMM_MODE_ASCII_EN=y -CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND=150 -CONFIG_FMB_MASTER_DELAY_MS_CONVERT=200 -CONFIG_FMB_QUEUE_LENGTH=20 -CONFIG_FMB_PORT_TASK_STACK_SIZE=4096 -CONFIG_FMB_SERIAL_BUF_SIZE=256 -CONFIG_FMB_SERIAL_ASCII_BITS_PER_SYMB=8 -CONFIG_FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS=1000 -CONFIG_FMB_PORT_TASK_PRIO=10 -# CONFIG_FMB_PORT_TASK_AFFINITY_NO_AFFINITY is not set -CONFIG_FMB_PORT_TASK_AFFINITY_CPU0=y -# CONFIG_FMB_PORT_TASK_AFFINITY_CPU1 is not set -CONFIG_FMB_PORT_TASK_AFFINITY=0x0 -CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT=y -CONFIG_FMB_CONTROLLER_SLAVE_ID=0x00112233 -CONFIG_FMB_CONTROLLER_NOTIFY_TIMEOUT=20 -CONFIG_FMB_CONTROLLER_NOTIFY_QUEUE_SIZE=20 -CONFIG_FMB_CONTROLLER_STACK_SIZE=4096 -CONFIG_FMB_EVENT_QUEUE_TIMEOUT=20 -# CONFIG_FMB_TIMER_PORT_ENABLED is not set -# CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD is not set -# end of Modbus configuration - -# -# FreeRTOS -# -# CONFIG_FREERTOS_UNICORE is not set -CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF -CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER=y -CONFIG_FREERTOS_CORETIMER_0=y -# CONFIG_FREERTOS_CORETIMER_1 is not set -CONFIG_FREERTOS_SYSTICK_USES_CCOUNT=y -CONFIG_FREERTOS_HZ=100 -CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION=y -# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set -# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set -CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y -# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set -CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y -CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 -CONFIG_FREERTOS_ASSERT_FAIL_ABORT=y -# CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE is not set -# CONFIG_FREERTOS_ASSERT_DISABLE is not set -CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 -CONFIG_FREERTOS_ISR_STACKSIZE=1536 -# CONFIG_FREERTOS_LEGACY_HOOKS is not set -CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 -CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y -# CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set -CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 -CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 -CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 -CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 -CONFIG_FREERTOS_USE_TRACE_FACILITY=y -CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y -# CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID is not set -CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y -CONFIG_FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER=y -# CONFIG_FREERTOS_RUN_TIME_STATS_USING_CPU_CLK is not set -CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y -CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y -# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set -# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set -CONFIG_FREERTOS_DEBUG_OCDAWARE=y -# CONFIG_FREERTOS_FPU_IN_ISR is not set -CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y -# CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH is not set -# end of FreeRTOS - -# -# Hardware Abstraction Layer (HAL) and Low Level (LL) -# -CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y -# CONFIG_HAL_ASSERTION_DISABLE is not set -# CONFIG_HAL_ASSERTION_SILIENT is not set -# CONFIG_HAL_ASSERTION_ENABLE is not set -CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 -# end of Hardware Abstraction Layer (HAL) and Low Level (LL) - -# -# Heap memory debugging -# -CONFIG_HEAP_POISONING_DISABLED=y -# CONFIG_HEAP_POISONING_LIGHT is not set -# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set -CONFIG_HEAP_TRACING_OFF=y -# CONFIG_HEAP_TRACING_STANDALONE is not set -# CONFIG_HEAP_TRACING_TOHOST is not set -# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set -# end of Heap memory debugging - -# -# jsmn -# -# CONFIG_JSMN_PARENT_LINKS is not set -# CONFIG_JSMN_STRICT is not set -# end of jsmn - -# -# libsodium -# -# end of libsodium - -# -# Log output -# -# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set -# CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set -# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set -CONFIG_LOG_DEFAULT_LEVEL_INFO=y -# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set -# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set -CONFIG_LOG_DEFAULT_LEVEL=3 -CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y -# CONFIG_LOG_MAXIMUM_LEVEL_DEBUG is not set -# CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE is not set -CONFIG_LOG_MAXIMUM_LEVEL=3 -CONFIG_LOG_COLORS=y -CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y -# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set -# end of Log output - -# -# LWIP -# -CONFIG_LWIP_LOCAL_HOSTNAME="espressif" -# CONFIG_LWIP_NETIF_API is not set -# CONFIG_LWIP_TCPIP_CORE_LOCKING is not set -# CONFIG_LWIP_CHECK_THREAD_SAFETY is not set -CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y -# CONFIG_LWIP_L2_TO_L3_COPY is not set -# CONFIG_LWIP_IRAM_OPTIMIZATION is not set -CONFIG_LWIP_TIMERS_ONDEMAND=y -CONFIG_LWIP_MAX_SOCKETS=10 -# CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set -# CONFIG_LWIP_SO_LINGER is not set -CONFIG_LWIP_SO_REUSE=y -CONFIG_LWIP_SO_REUSE_RXTOALL=y -# CONFIG_LWIP_SO_RCVBUF is not set -# CONFIG_LWIP_NETBUF_RECVINFO is not set -CONFIG_LWIP_IP4_FRAG=y -CONFIG_LWIP_IP6_FRAG=y -# CONFIG_LWIP_IP4_REASSEMBLY is not set -# CONFIG_LWIP_IP6_REASSEMBLY is not set -# CONFIG_LWIP_IP_FORWARD is not set -# CONFIG_LWIP_STATS is not set -# CONFIG_LWIP_ETHARP_TRUST_IP_MAC is not set -CONFIG_LWIP_ESP_GRATUITOUS_ARP=y -CONFIG_LWIP_GARP_TMR_INTERVAL=60 -CONFIG_LWIP_ESP_MLDV6_REPORT=y -CONFIG_LWIP_MLDV6_TMR_INTERVAL=40 -CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 -CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y -# CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set -CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y -# CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set -CONFIG_LWIP_DHCP_OPTIONS_LEN=68 -CONFIG_LWIP_DHCP_COARSE_TIMER_SECS=1 - -# -# DHCP server -# -CONFIG_LWIP_DHCPS=y -CONFIG_LWIP_DHCPS_LEASE_UNIT=60 -CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 -# end of DHCP server - -# CONFIG_LWIP_AUTOIP is not set -CONFIG_LWIP_IPV6=y -# CONFIG_LWIP_IPV6_AUTOCONFIG is not set -CONFIG_LWIP_IPV6_NUM_ADDRESSES=3 -# CONFIG_LWIP_IPV6_FORWARD is not set -# CONFIG_LWIP_NETIF_STATUS_CALLBACK is not set -CONFIG_LWIP_NETIF_LOOPBACK=y -CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 - -# -# TCP -# -CONFIG_LWIP_MAX_ACTIVE_TCP=16 -CONFIG_LWIP_MAX_LISTENING_TCP=16 -CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y -CONFIG_LWIP_TCP_MAXRTX=12 -CONFIG_LWIP_TCP_SYNMAXRTX=12 -CONFIG_LWIP_TCP_MSS=1440 -CONFIG_LWIP_TCP_TMR_INTERVAL=250 -CONFIG_LWIP_TCP_MSL=60000 -CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=20000 -CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5744 -CONFIG_LWIP_TCP_WND_DEFAULT=5744 -CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 -CONFIG_LWIP_TCP_QUEUE_OOSEQ=y -# CONFIG_LWIP_TCP_SACK_OUT is not set -# CONFIG_LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES is not set -CONFIG_LWIP_TCP_OVERSIZE_MSS=y -# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set -# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set -CONFIG_LWIP_TCP_RTO_TIME=1500 -# end of TCP - -# -# UDP -# -CONFIG_LWIP_MAX_UDP_PCBS=16 -CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 -# end of UDP - -# -# Checksums -# -# CONFIG_LWIP_CHECKSUM_CHECK_IP is not set -# CONFIG_LWIP_CHECKSUM_CHECK_UDP is not set -CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y -# end of Checksums - -CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 -CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y -# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set -# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set -CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF -# CONFIG_LWIP_PPP_SUPPORT is not set -CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 -CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 -# CONFIG_LWIP_SLIP_SUPPORT is not set - -# -# ICMP -# -CONFIG_LWIP_ICMP=y -# CONFIG_LWIP_MULTICAST_PING is not set -# CONFIG_LWIP_BROADCAST_PING is not set -# end of ICMP - -# -# LWIP RAW API -# -CONFIG_LWIP_MAX_RAW_PCBS=16 -# end of LWIP RAW API - -# -# SNTP -# -CONFIG_LWIP_SNTP_MAX_SERVERS=3 -# CONFIG_LWIP_DHCP_GET_NTP_SRV is not set -CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 -# end of SNTP - -CONFIG_LWIP_ESP_LWIP_ASSERT=y - -# -# Hooks -# -# CONFIG_LWIP_HOOK_TCP_ISN_NONE is not set -CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y -# CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM is not set -CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y -# CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT is not set -# CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM is not set -CONFIG_LWIP_HOOK_ND6_GET_GW_NONE=y -# CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT is not set -# CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM is not set -CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y -# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set -# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set -# end of Hooks - -# CONFIG_LWIP_DEBUG is not set -# end of LWIP - -# -# mbedTLS -# -CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y -# CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set -# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set -CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y -CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 -CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 -# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set -# CONFIG_MBEDTLS_DEBUG is not set - -# -# mbedTLS v2.28.x related -# -# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set -# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set -# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set -CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y -# end of mbedTLS v2.28.x related - -# -# Certificate Bundle -# -CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y -CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y -# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set -# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set -# CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set -CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 -# end of Certificate Bundle - -# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set -# CONFIG_MBEDTLS_CMAC_C is not set -CONFIG_MBEDTLS_HARDWARE_AES=y -CONFIG_MBEDTLS_HARDWARE_MPI=y -CONFIG_MBEDTLS_HARDWARE_SHA=y -CONFIG_MBEDTLS_ROM_MD5=y -# CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set -# CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY is not set -CONFIG_MBEDTLS_HAVE_TIME=y -# CONFIG_MBEDTLS_HAVE_TIME_DATE is not set -CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y -CONFIG_MBEDTLS_SHA512_C=y -CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y -# CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set -# CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set -# CONFIG_MBEDTLS_TLS_DISABLED is not set -CONFIG_MBEDTLS_TLS_SERVER=y -CONFIG_MBEDTLS_TLS_CLIENT=y -CONFIG_MBEDTLS_TLS_ENABLED=y - -# -# TLS Key Exchange Methods -# -# CONFIG_MBEDTLS_PSK_MODES is not set -CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y -CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA=y -CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y -CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y -CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y -CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y -CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y -# end of TLS Key Exchange Methods - -CONFIG_MBEDTLS_SSL_RENEGOTIATION=y -# CONFIG_MBEDTLS_SSL_PROTO_SSL3 is not set -CONFIG_MBEDTLS_SSL_PROTO_TLS1=y -CONFIG_MBEDTLS_SSL_PROTO_TLS1_1=y -CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y -# CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 is not set -# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set -CONFIG_MBEDTLS_SSL_ALPN=y -CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y -CONFIG_MBEDTLS_X509_CHECK_KEY_USAGE=y -CONFIG_MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE=y -CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y - -# -# Symmetric Ciphers -# -CONFIG_MBEDTLS_AES_C=y -# CONFIG_MBEDTLS_CAMELLIA_C is not set -# CONFIG_MBEDTLS_DES_C is not set -CONFIG_MBEDTLS_RC4_DISABLED=y -# CONFIG_MBEDTLS_RC4_ENABLED_NO_DEFAULT is not set -# CONFIG_MBEDTLS_RC4_ENABLED is not set -# CONFIG_MBEDTLS_BLOWFISH_C is not set -# CONFIG_MBEDTLS_XTEA_C is not set -CONFIG_MBEDTLS_CCM_C=y -CONFIG_MBEDTLS_GCM_C=y -# CONFIG_MBEDTLS_NIST_KW_C is not set -# end of Symmetric Ciphers - -# CONFIG_MBEDTLS_RIPEMD160_C is not set - -# -# Certificates -# -CONFIG_MBEDTLS_PEM_PARSE_C=y -CONFIG_MBEDTLS_PEM_WRITE_C=y -CONFIG_MBEDTLS_X509_CRL_PARSE_C=y -CONFIG_MBEDTLS_X509_CSR_PARSE_C=y -# end of Certificates - -CONFIG_MBEDTLS_ECP_C=y -CONFIG_MBEDTLS_ECDH_C=y -CONFIG_MBEDTLS_ECDSA_C=y -# CONFIG_MBEDTLS_ECJPAKE_C is not set -CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y -CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y -CONFIG_MBEDTLS_ECP_NIST_OPTIM=y -# CONFIG_MBEDTLS_POLY1305_C is not set -# CONFIG_MBEDTLS_CHACHA20_C is not set -# CONFIG_MBEDTLS_HKDF_C is not set -# CONFIG_MBEDTLS_THREADING_C is not set -# CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI is not set -# CONFIG_MBEDTLS_SECURITY_RISKS is not set -# end of mbedTLS - -# -# mDNS -# -CONFIG_MDNS_MAX_SERVICES=10 -CONFIG_MDNS_TASK_PRIORITY=1 -CONFIG_MDNS_TASK_STACK_SIZE=4096 -# CONFIG_MDNS_TASK_AFFINITY_NO_AFFINITY is not set -CONFIG_MDNS_TASK_AFFINITY_CPU0=y -# CONFIG_MDNS_TASK_AFFINITY_CPU1 is not set -CONFIG_MDNS_TASK_AFFINITY=0x0 -CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS=2000 -# CONFIG_MDNS_STRICT_MODE is not set -CONFIG_MDNS_TIMER_PERIOD_MS=100 -# CONFIG_MDNS_NETWORKING_SOCKET is not set -CONFIG_MDNS_MULTIPLE_INSTANCE=y -# end of mDNS - -# -# ESP-MQTT Configurations -# -CONFIG_MQTT_PROTOCOL_311=y -CONFIG_MQTT_TRANSPORT_SSL=y -CONFIG_MQTT_TRANSPORT_WEBSOCKET=y -CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y -# CONFIG_MQTT_MSG_ID_INCREMENTAL is not set -# CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED is not set -# CONFIG_MQTT_REPORT_DELETED_MESSAGES is not set -# CONFIG_MQTT_USE_CUSTOM_CONFIG is not set -# CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED is not set -# CONFIG_MQTT_CUSTOM_OUTBOX is not set -# end of ESP-MQTT Configurations - -# -# Newlib -# -CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y -# CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF is not set -# CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR is not set -# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set -# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set -CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y -# CONFIG_NEWLIB_NANO_FORMAT is not set -# end of Newlib - -# -# NVS -# -# CONFIG_NVS_ASSERT_ERROR_CHECK is not set -# end of NVS - -# -# OpenSSL -# -# CONFIG_OPENSSL_DEBUG is not set -CONFIG_OPENSSL_ERROR_STACK=y -# CONFIG_OPENSSL_ASSERT_DO_NOTHING is not set -CONFIG_OPENSSL_ASSERT_EXIT=y -# end of OpenSSL - -# -# OpenThread -# -# CONFIG_OPENTHREAD_ENABLED is not set -# end of OpenThread - -# -# PThreads -# -CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 -CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 -CONFIG_PTHREAD_STACK_MIN=768 -CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY=y -# CONFIG_PTHREAD_DEFAULT_CORE_0 is not set -# CONFIG_PTHREAD_DEFAULT_CORE_1 is not set -CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 -CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" -# end of PThreads - -# -# SPI Flash driver -# -# CONFIG_SPI_FLASH_VERIFY_WRITE is not set -# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set -CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y -CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y -# CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set -# CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set -# CONFIG_SPI_FLASH_USE_LEGACY_IMPL is not set -# CONFIG_SPI_FLASH_SHARE_SPI1_BUS is not set -# CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set -CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y -CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 -CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 -CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 -# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set -# CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED is not set -# CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST is not set - -# -# Auto-detect flash chips -# -CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=y -CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=y -CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y -CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=y -# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set -# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set -# end of Auto-detect flash chips - -CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y -# end of SPI Flash driver - -# -# SPIFFS Configuration -# -CONFIG_SPIFFS_MAX_PARTITIONS=3 - -# -# SPIFFS Cache Configuration -# -CONFIG_SPIFFS_CACHE=y -CONFIG_SPIFFS_CACHE_WR=y -# CONFIG_SPIFFS_CACHE_STATS is not set -# end of SPIFFS Cache Configuration - -CONFIG_SPIFFS_PAGE_CHECK=y -CONFIG_SPIFFS_GC_MAX_RUNS=10 -# CONFIG_SPIFFS_GC_STATS is not set -CONFIG_SPIFFS_PAGE_SIZE=256 -CONFIG_SPIFFS_OBJ_NAME_LEN=32 -# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set -CONFIG_SPIFFS_USE_MAGIC=y -CONFIG_SPIFFS_USE_MAGIC_LENGTH=y -CONFIG_SPIFFS_META_LENGTH=4 -CONFIG_SPIFFS_USE_MTIME=y - -# -# Debug Configuration -# -# CONFIG_SPIFFS_DBG is not set -# CONFIG_SPIFFS_API_DBG is not set -# CONFIG_SPIFFS_GC_DBG is not set -# CONFIG_SPIFFS_CACHE_DBG is not set -# CONFIG_SPIFFS_CHECK_DBG is not set -# CONFIG_SPIFFS_TEST_VISUALISATION is not set -# end of Debug Configuration -# end of SPIFFS Configuration - -# -# TCP Transport -# - -# -# Websocket -# -CONFIG_WS_TRANSPORT=y -CONFIG_WS_BUFFER_SIZE=1024 -# end of Websocket -# end of TCP Transport - -# -# Unity unit testing library -# -CONFIG_UNITY_ENABLE_FLOAT=y -CONFIG_UNITY_ENABLE_DOUBLE=y -# CONFIG_UNITY_ENABLE_64BIT is not set -# CONFIG_UNITY_ENABLE_COLOR is not set -CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y -# CONFIG_UNITY_ENABLE_FIXTURE is not set -# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set -# end of Unity unit testing library - -# -# Root Hub configuration -# -# end of Root Hub configuration - -# -# Virtual file system -# -CONFIG_VFS_SUPPORT_IO=y -CONFIG_VFS_SUPPORT_DIR=y -CONFIG_VFS_SUPPORT_SELECT=y -CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y -CONFIG_VFS_SUPPORT_TERMIOS=y - -# -# Host File System I/O (Semihosting) -# -CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 -# end of Host File System I/O (Semihosting) -# end of Virtual file system - -# -# Wear Levelling -# -# CONFIG_WL_SECTOR_SIZE_512 is not set -CONFIG_WL_SECTOR_SIZE_4096=y -CONFIG_WL_SECTOR_SIZE=4096 -# end of Wear Levelling - -# -# Wi-Fi Provisioning Manager -# -CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 -CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 -# CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION is not set -# end of Wi-Fi Provisioning Manager - -# -# Supplicant -# -CONFIG_WPA_MBEDTLS_CRYPTO=y -# CONFIG_WPA_WAPI_PSK is not set -# CONFIG_WPA_SUITE_B_192 is not set -# CONFIG_WPA_DEBUG_PRINT is not set -# CONFIG_WPA_TESTING_OPTIONS is not set -# CONFIG_WPA_WPS_STRICT is not set -# CONFIG_WPA_11KV_SUPPORT is not set -# CONFIG_WPA_MBO_SUPPORT is not set -# CONFIG_WPA_DPP_SUPPORT is not set -# end of Supplicant - -# -# esp-modem -# -CONFIG_ESP_MODEM_CMUX_DEFRAGMENT_PAYLOAD=y -CONFIG_ESP_MODEM_CMUX_DELAY_AFTER_DLCI_SETUP=0 -# end of esp-modem - -# -# The Things Network -# -# CONFIG_TTN_LORA_FREQ_DISABLED is not set -# CONFIG_TTN_LORA_FREQ_EU_868 is not set -# CONFIG_TTN_LORA_FREQ_US_915 is not set -# CONFIG_TTN_LORA_FREQ_AU_915 is not set -# CONFIG_TTN_LORA_FREQ_AS_923 is not set -# CONFIG_TTN_LORA_FREQ_AS_923_JP is not set -# CONFIG_TTN_LORA_FREQ_KR_920 is not set -# CONFIG_TTN_LORA_FREQ_IN_866 is not set -CONFIG_TTN_LORA_FREQ_RU_864=y -# CONFIG_TTN_RADIO_SX1272_73 is not set -CONFIG_TTN_RADIO_SX1276_77_78_79=y -CONFIG_TTN_SPI_FREQ=10000000 -CONFIG_TTN_RESET_STATES_FLOATING=y -# CONFIG_TTN_RESET_STATES_ASSERTED is not set -CONFIG_TTN_BG_TASK_PRIO=10 -# CONFIG_TTN_PROVISION_UART_DEFAULT is not set -# CONFIG_TTN_PROVISION_UART_CUSTOM is not set -CONFIG_TTN_PROVISION_UART_NONE=y -CONFIG_TTN_PROVISION_UART_NUM=0 -# end of The Things Network - -# -# WebGUIApp -# -CONFIG_GPIO_RANGE_MIN=0 -CONFIG_GPIO_RANGE_MAX=39 -CONFIG_BOARD_HARDWARE_REVISION=1 -CONFIG_DEVICE_MODEL_NAME="DEVICE MODEL NAME" -CONFIG_WEBGUIAPP_HOSTNAME="DEVICE_HOSTNAME" -CONFIG_WEBGUIAPP_USERNAME="user" -CONFIG_WEBGUIAPP_USERPASS="password" -CONFIG_MAIN_FUNCTIONAL_BUTTON_GPIO=-1 -# CONFIG_DEBUG_MODE_ENABLE is not set -# CONFIG_RESET_MODE_ENABLE is not set - -# -# Web UI settings -# -CONFIG_WEBGUIAPP_DEFAULT_COLOR_SCHEME=1 -CONFIG_WEBGUIAPP_ACCENT_COLOR="#dba617" -CONFIG_WEBGUIAPP_SCH1_BACKGROUNG_COLOR="#e0e0dd" -CONFIG_WEBGUIAPP_SCH1_PANEL_COLOR="#f0f0ed" -CONFIG_WEBGUIAPP_SCH1_MENU_COLOR="#ededea" -CONFIG_WEBGUIAPP_SCH1_TEXT_COLOR="#404040" -CONFIG_WEBGUIAPP_SCH1_BORDER_COLOR="#00000066" -CONFIG_WEBGUIAPP_SCH2_BACKGROUNG_COLOR="#1D2327" -CONFIG_WEBGUIAPP_SCH2_PANEL_COLOR="#2c3338" -CONFIG_WEBGUIAPP_SCH2_MENU_COLOR="#3c434a" -CONFIG_WEBGUIAPP_SCH2_TEXT_COLOR="#F0F0F0" -CONFIG_WEBGUIAPP_SCH2_BORDER_COLOR="#ffffff66" -# end of Web UI settings - -# -# OTA settings -# -CONFIG_WEBGUIAPP_OTA_AUTOUPDATE_ENABLE=y -# CONFIG_WEBGUIAPP_OTA_RESET_ENABLE is not set -CONFIG_WEBGUIAPP_OTA_HOST="https://iotronic.cloud/firmware/firmware.bin" -CONFIG_WEBGUIAPP_OTA_AUTOUPDATE_PERIOD=3600 -# end of OTA settings - -# -# SNTP client settings -# -CONFIG_WEBGUIAPP_SNTP_AUTOUPDATE_ENABLE=y -CONFIG_WEBGUIAPP_SNTP_HOST_1="1.pool.ntp.org" -CONFIG_WEBGUIAPP_SNTP_HOST_2="2.pool.ntp.org" -CONFIG_WEBGUIAPP_SNTP_HOST_3="3.pool.ntp.org" -CONFIG_WEBGUIAPP_SNTP_AUTOUPDATE_PERIOD=3600 -CONFIG_WEBGUIAPP_SNTP_TIMEZONE=2 -# end of SNTP client settings - -# -# CRON settings -# -CONFIG_WEBGUIAPP_CRON_ENABLE=y -CONFIG_WEBGUIAPP_CRON_NUMBER=16 -# end of CRON settings - -# -# SPI settings -# -CONFIG_WEBGUIAPP_SPI_ENABLE=y -CONFIG_SPI_HOST=1 -CONFIG_SPI_SCLK_GPIO=18 -CONFIG_SPI_MOSI_GPIO=23 -CONFIG_SPI_MISO_GPIO=19 -# end of SPI settings - -# -# I2C settings -# -CONFIG_WEBGUIAPP_I2C_ENABLE=y -CONFIG_I2C_HOST=0 -CONFIG_I2C_SCL_GPIO=22 -CONFIG_I2C_SDA_GPIO=21 -CONFIG_I2C_CLOCK=400000 -# end of I2C settings - -# -# WiFi settings -# -CONFIG_WEBGUIAPP_WIFI_ENABLE=y -CONFIG_WEBGUIAPP_WIFI_ON=y -CONFIG_WEBGUIAPP_WIFI_DHCP_ON=y -CONFIG_WEBGUIAPP_WIFI_SSID_AP="YourAP" -CONFIG_WEBGUIAPP_WIFI_KEY_AP="123456789" -CONFIG_WEBGUIAPP_WIFI_SSID_STA="YourSTA" -CONFIG_WEBGUIAPP_WIFI_KEY_STA="123456789" -CONFIG_WEBGUIAPP_WIFI_IP_AP="192.168.150.1" -CONFIG_WEBGUIAPP_WIFI_IP_STA="192.168.150.1" -CONFIG_WEBGUIAPP_WIFI_MASK_STA="255.255.255.0" -CONFIG_WEBGUIAPP_WIFI_GATEWAY_STA="192.168.150.1" -# end of WiFi settings - -# -# Ethernet settings -# -# CONFIG_WEBGUIAPP_ETHERNET_ENABLE is not set -# end of Ethernet settings - -# -# GPRS settings -# -# CONFIG_WEBGUIAPP_GPRS_ENABLE is not set -# end of GPRS settings - -# -# LoRaWAN settings -# -# CONFIG_WEBGUIAPP_LORAWAN_ENABLE is not set -# end of LoRaWAN settings - -# -# MQTT settings -# -CONFIG_WEBGUIAPP_MQTT_ENABLE=y -CONFIG_WEBGUIAPP_MQTT_CLIENTS_NUM=2 -# CONFIG_WEBGUIAPP_MQTT_ON is not set -CONFIG_WEBGUIAPP_MQTT_MAX_TOPIC_LENGTH=128 -CONFIG_WEBGUIAPP_MQTT_SERVER_URL="mqttbroker.com" -CONFIG_WEBGUIAPP_MQTT_SERVER_PORT=1883 -CONFIG_WEBGUIAPP_MQTT_CLIENT_ID_1="DEV1" -CONFIG_WEBGUIAPP_MQTT_CLIENT_ID_2="DEV2" -CONFIG_WEBGUIAPP_MQTT_SYSTEM_NAME="SYSTEMNAME" -CONFIG_WEBGUIAPP_MQTT_GROUP_NAME="GROUPNAME" -CONFIG_WEBGUIAPP_MQTT_USERNAME="username" -CONFIG_WEBGUIAPP_MQTT_PASSWORD="password" -CONFIG_WEBGUIAPP_MQTT_DEBUG_LEVEL=1 -# end of MQTT settings - -# -# DNS settings -# -CONFIG_WEBGUIAPP_DNS1_ADDRESS_DEFAULT="8.8.8.8" -CONFIG_WEBGUIAPP_DNS2_ADDRESS_DEFAULT="8.8.4.4" -CONFIG_WEBGUIAPP_DNS3_ADDRESS_DEFAULT="1.1.1.1" -# end of DNS settings - -# -# libespfs -# -# CONFIG_ESPFS_LOG_LEVEL_NONE is not set -# CONFIG_ESPFS_LOG_LEVEL_ERROR is not set -CONFIG_ESPFS_LOG_LEVEL_WARNING=y -# CONFIG_ESPFS_LOG_LEVEL_INFO is not set -# CONFIG_ESPFS_LOG_LEVEL_DEBUG is not set -# CONFIG_ESPFS_LOG_LEVEL_VERBOSE is not set -CONFIG_ESPFS_MAX_PARTITIONS=1 -CONFIG_ESPFS_USE_HEATSHRINK=y -# end of libespfs -# end of WebGUIApp -# end of Component config - -# -# Compatibility options -# -# CONFIG_LEGACY_INCLUDE_COMMON_HEADERS is not set -# end of Compatibility options - -# Deprecated options for backward compatibility -CONFIG_TOOLPREFIX="xtensa-esp32-elf-" -# CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set -# CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set -# CONFIG_LOG_BOOTLOADER_LEVEL_WARN is not set -CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y -# CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG is not set -# CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE is not set -CONFIG_LOG_BOOTLOADER_LEVEL=3 -# CONFIG_APP_ROLLBACK_ENABLE is not set -# CONFIG_FLASH_ENCRYPTION_ENABLED is not set -CONFIG_FLASHMODE_QIO=y -# CONFIG_FLASHMODE_QOUT is not set -# CONFIG_FLASHMODE_DIO is not set -# CONFIG_FLASHMODE_DOUT is not set -# CONFIG_MONITOR_BAUD_9600B is not set -# CONFIG_MONITOR_BAUD_57600B is not set -CONFIG_MONITOR_BAUD_115200B=y -# CONFIG_MONITOR_BAUD_230400B is not set -# CONFIG_MONITOR_BAUD_921600B is not set -# CONFIG_MONITOR_BAUD_2MB is not set -# CONFIG_MONITOR_BAUD_OTHER is not set -CONFIG_MONITOR_BAUD_OTHER_VAL=115200 -CONFIG_MONITOR_BAUD=115200 -CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG=y -# CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE is not set -CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y -# CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is not set -# CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED is not set -CONFIG_OPTIMIZATION_ASSERTION_LEVEL=2 -# CONFIG_CXX_EXCEPTIONS is not set -CONFIG_STACK_CHECK_NONE=y -# CONFIG_STACK_CHECK_NORM is not set -# CONFIG_STACK_CHECK_STRONG is not set -# CONFIG_STACK_CHECK_ALL is not set -# CONFIG_WARN_WRITE_STRINGS is not set -# CONFIG_DISABLE_GCC8_WARNINGS is not set -# CONFIG_ESP32_APPTRACE_DEST_TRAX is not set -CONFIG_ESP32_APPTRACE_DEST_NONE=y -CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y -CONFIG_ADC2_DISABLE_DAC=y -# CONFIG_SPIRAM_SUPPORT is not set -CONFIG_TRACEMEM_RESERVE_DRAM=0x0 -# CONFIG_ULP_COPROC_ENABLED is not set -CONFIG_ULP_COPROC_RESERVE_MEM=0 -CONFIG_BROWNOUT_DET=y -CONFIG_BROWNOUT_DET_LVL_SEL_0=y -# CONFIG_BROWNOUT_DET_LVL_SEL_1 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_7 is not set -CONFIG_BROWNOUT_DET_LVL=0 -CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y -# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL is not set -# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC is not set -# CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 is not set -# CONFIG_DISABLE_BASIC_ROM_CONSOLE is not set -# CONFIG_NO_BLOBS is not set -# CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set -# CONFIG_EVENT_LOOP_PROFILING is not set -CONFIG_POST_EVENTS_FROM_ISR=y -CONFIG_POST_EVENTS_FROM_IRAM_ISR=y -# CONFIG_TWO_UNIVERSAL_MAC_ADDRESS is not set -CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y -CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 -# CONFIG_ESP_SYSTEM_PD_FLASH is not set -# CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND is not set -CONFIG_IPC_TASK_STACK_SIZE=1536 -CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y -# CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION is not set -CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 -CONFIG_ESP32_PHY_MAX_TX_POWER=20 -# CONFIG_ESP32S2_PANIC_PRINT_HALT is not set -CONFIG_ESP32S2_PANIC_PRINT_REBOOT=y -# CONFIG_ESP32S2_PANIC_SILENT_REBOOT is not set -# CONFIG_ESP32S2_PANIC_GDBSTUB is not set -CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 -CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2304 -CONFIG_MAIN_TASK_STACK_SIZE=3584 -CONFIG_CONSOLE_UART_DEFAULT=y -# CONFIG_CONSOLE_UART_CUSTOM is not set -# CONFIG_ESP_CONSOLE_UART_NONE is not set -CONFIG_CONSOLE_UART=y -CONFIG_CONSOLE_UART_NUM=0 -CONFIG_CONSOLE_UART_BAUDRATE=115200 -CONFIG_INT_WDT=y -CONFIG_INT_WDT_TIMEOUT_MS=300 -CONFIG_INT_WDT_CHECK_CPU1=y -CONFIG_TASK_WDT=y -# CONFIG_TASK_WDT_PANIC is not set -CONFIG_TASK_WDT_TIMEOUT_S=5 -CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y -CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=y -# CONFIG_ESP32_DEBUG_STUBS_ENABLE is not set -CONFIG_TIMER_TASK_STACK_SIZE=3584 -# CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH is not set -# CONFIG_ESP32_ENABLE_COREDUMP_TO_UART is not set -CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y -CONFIG_MB_MASTER_TIMEOUT_MS_RESPOND=150 -CONFIG_MB_MASTER_DELAY_MS_CONVERT=200 -CONFIG_MB_QUEUE_LENGTH=20 -CONFIG_MB_SERIAL_TASK_STACK_SIZE=4096 -CONFIG_MB_SERIAL_BUF_SIZE=256 -CONFIG_MB_SERIAL_TASK_PRIO=10 -CONFIG_MB_CONTROLLER_SLAVE_ID_SUPPORT=y -CONFIG_MB_CONTROLLER_SLAVE_ID=0x00112233 -CONFIG_MB_CONTROLLER_NOTIFY_TIMEOUT=20 -CONFIG_MB_CONTROLLER_NOTIFY_QUEUE_SIZE=20 -CONFIG_MB_CONTROLLER_STACK_SIZE=4096 -CONFIG_MB_EVENT_QUEUE_TIMEOUT=20 -# CONFIG_MB_TIMER_PORT_ENABLED is not set -# CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK is not set -CONFIG_TIMER_TASK_PRIORITY=1 -CONFIG_TIMER_TASK_STACK_DEPTH=2048 -CONFIG_TIMER_QUEUE_LENGTH=10 -# CONFIG_L2_TO_L3_COPY is not set -# CONFIG_USE_ONLY_LWIP_SELECT is not set -CONFIG_ESP_GRATUITOUS_ARP=y -CONFIG_GARP_TMR_INTERVAL=60 -CONFIG_TCPIP_RECVMBOX_SIZE=32 -CONFIG_TCP_MAXRTX=12 -CONFIG_TCP_SYNMAXRTX=12 -CONFIG_TCP_MSS=1440 -CONFIG_TCP_MSL=60000 -CONFIG_TCP_SND_BUF_DEFAULT=5744 -CONFIG_TCP_WND_DEFAULT=5744 -CONFIG_TCP_RECVMBOX_SIZE=6 -CONFIG_TCP_QUEUE_OOSEQ=y -# CONFIG_ESP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES is not set -CONFIG_TCP_OVERSIZE_MSS=y -# CONFIG_TCP_OVERSIZE_QUARTER_MSS is not set -# CONFIG_TCP_OVERSIZE_DISABLE is not set -CONFIG_UDP_RECVMBOX_SIZE=6 -CONFIG_TCPIP_TASK_STACK_SIZE=3072 -CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY=y -# CONFIG_TCPIP_TASK_AFFINITY_CPU0 is not set -# CONFIG_TCPIP_TASK_AFFINITY_CPU1 is not set -CONFIG_TCPIP_TASK_AFFINITY=0x7FFFFFFF -# CONFIG_PPP_SUPPORT is not set -CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 -CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 -CONFIG_ESP32_PTHREAD_STACK_MIN=768 -CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY=y -# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 is not set -# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 is not set -CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT=-1 -CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread" -CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y -# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS is not set -# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED is not set -CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y -CONFIG_SUPPORT_TERMIOS=y -CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 -# End of deprecated options +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) Project Configuration +# +CONFIG_SOC_BROWNOUT_RESET_SUPPORTED="Not determined" +CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED="Not determined" +CONFIG_SOC_DPORT_WORKAROUND="Not determined" +CONFIG_SOC_CAPS_ECO_VER_MAX=301 +CONFIG_SOC_ADC_SUPPORTED=y +CONFIG_SOC_DAC_SUPPORTED=y +CONFIG_SOC_MCPWM_SUPPORTED=y +CONFIG_SOC_SDMMC_HOST_SUPPORTED=y +CONFIG_SOC_BT_SUPPORTED=y +CONFIG_SOC_PCNT_SUPPORTED=y +CONFIG_SOC_WIFI_SUPPORTED=y +CONFIG_SOC_SDIO_SLAVE_SUPPORTED=y +CONFIG_SOC_TWAI_SUPPORTED=y +CONFIG_SOC_EMAC_SUPPORTED=y +CONFIG_SOC_ULP_SUPPORTED=y +CONFIG_SOC_CCOMP_TIMER_SUPPORTED=y +CONFIG_SOC_RTC_FAST_MEM_SUPPORTED=y +CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED=y +CONFIG_SOC_RTC_MEM_SUPPORTED=y +CONFIG_SOC_I2S_SUPPORTED=y +CONFIG_SOC_RMT_SUPPORTED=y +CONFIG_SOC_SDM_SUPPORTED=y +CONFIG_SOC_SUPPORT_COEXISTENCE=y +CONFIG_SOC_AES_SUPPORTED=y +CONFIG_SOC_MPI_SUPPORTED=y +CONFIG_SOC_SHA_SUPPORTED=y +CONFIG_SOC_FLASH_ENC_SUPPORTED=y +CONFIG_SOC_SECURE_BOOT_SUPPORTED=y +CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y +CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL=5 +CONFIG_SOC_XTAL_SUPPORT_26M=y +CONFIG_SOC_XTAL_SUPPORT_40M=y +CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT=y +CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DMA_SUPPORTED=y +CONFIG_SOC_ADC_PERIPH_NUM=2 +CONFIG_SOC_ADC_MAX_CHANNEL_NUM=10 +CONFIG_SOC_ADC_ATTEN_NUM=4 +CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=2 +CONFIG_SOC_ADC_PATT_LEN_MAX=16 +CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_DIGI_RESULT_BYTES=2 +CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=2 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=20 +CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 +CONFIG_SOC_RTC_SLOW_CLOCK_SUPPORT_8MD256=y +CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y +CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=5 +CONFIG_SOC_CPU_CORES_NUM=2 +CONFIG_SOC_CPU_INTR_NUM=32 +CONFIG_SOC_CPU_HAS_FPU=y +CONFIG_SOC_CPU_BREAKPOINTS_NUM=2 +CONFIG_SOC_CPU_WATCHPOINTS_NUM=2 +CONFIG_SOC_CPU_WATCHPOINT_SIZE=64 +CONFIG_SOC_DAC_PERIPH_NUM=2 +CONFIG_SOC_DAC_RESOLUTION=8 +CONFIG_SOC_GPIO_PORT=1 +CONFIG_SOC_GPIO_PIN_COUNT=40 +CONFIG_SOC_GPIO_VALID_GPIO_MASK=0xFFFFFFFFFF +CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0xEF0FEA +CONFIG_SOC_I2C_NUM=2 +CONFIG_SOC_I2C_FIFO_LEN=32 +CONFIG_SOC_I2C_SUPPORT_SLAVE=y +CONFIG_SOC_I2C_SUPPORT_APB=y +CONFIG_SOC_CLK_APLL_SUPPORTED=y +CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ=350000000 +CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ=500000000 +CONFIG_SOC_APLL_MIN_HZ=5303031 +CONFIG_SOC_APLL_MAX_HZ=125000000 +CONFIG_SOC_I2S_NUM=2 +CONFIG_SOC_I2S_HW_VERSION_1=y +CONFIG_SOC_I2S_SUPPORTS_APLL=y +CONFIG_SOC_I2S_SUPPORTS_PDM=y +CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y +CONFIG_SOC_I2S_SUPPORTS_PDM_RX=y +CONFIG_SOC_I2S_SUPPORTS_ADC_DAC=y +CONFIG_SOC_I2S_SUPPORTS_ADC=y +CONFIG_SOC_I2S_SUPPORTS_DAC=y +CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA=y +CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD=y +CONFIG_SOC_I2S_LCD_I80_VARIANT=y +CONFIG_SOC_LCD_I80_SUPPORTED=y +CONFIG_SOC_LCD_I80_BUSES=2 +CONFIG_SOC_LCD_I80_BUS_WIDTH=24 +CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX=y +CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK=y +CONFIG_SOC_LEDC_SUPPORT_REF_TICK=y +CONFIG_SOC_LEDC_SUPPORT_HS_MODE=y +CONFIG_SOC_LEDC_CHANNEL_NUM=8 +CONFIG_SOC_LEDC_TIMER_BIT_WIDE_NUM=20 +CONFIG_SOC_MCPWM_GROUPS=2 +CONFIG_SOC_MCPWM_TIMERS_PER_GROUP=3 +CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP=3 +CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP=3 +CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP=y +CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER=3 +CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP=3 +CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 +CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 +CONFIG_SOC_PCNT_GROUPS=1 +CONFIG_SOC_PCNT_UNITS_PER_GROUP=8 +CONFIG_SOC_PCNT_CHANNELS_PER_UNIT=2 +CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT=2 +CONFIG_SOC_RMT_GROUPS=1 +CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=8 +CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=8 +CONFIG_SOC_RMT_CHANNELS_PER_GROUP=8 +CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=64 +CONFIG_SOC_RMT_SUPPORT_REF_TICK=y +CONFIG_SOC_RMT_SUPPORT_APB=y +CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT=y +CONFIG_SOC_RTCIO_PIN_COUNT=18 +CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED=y +CONFIG_SOC_RTCIO_HOLD_SUPPORTED=y +CONFIG_SOC_RTCIO_WAKE_SUPPORTED=y +CONFIG_SOC_SDM_GROUPS=1 +CONFIG_SOC_SDM_CHANNELS_PER_GROUP=8 +CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED=y +CONFIG_SOC_SPI_AS_CS_SUPPORTED=y +CONFIG_SOC_SPI_PERIPH_NUM=3 +CONFIG_SOC_SPI_DMA_CHAN_NUM=2 +CONFIG_SOC_SPI_MAX_CS_NUM=3 +CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 +CONFIG_SOC_SPI_MAX_PRE_DIVIDER=8192 +CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED=y +CONFIG_SOC_TIMER_GROUPS=2 +CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=2 +CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=64 +CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=4 +CONFIG_SOC_TIMER_GROUP_SUPPORT_APB=y +CONFIG_SOC_TOUCH_VERSION_1=y +CONFIG_SOC_TOUCH_SENSOR_NUM=10 +CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX=0xFF +CONFIG_SOC_TWAI_BRP_MIN=2 +CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT=y +CONFIG_SOC_UART_NUM=3 +CONFIG_SOC_UART_SUPPORT_APB_CLK=y +CONFIG_SOC_UART_SUPPORT_REF_TICK=y +CONFIG_SOC_UART_FIFO_LEN=128 +CONFIG_SOC_UART_BITRATE_MAX=5000000 +CONFIG_SOC_SPIRAM_SUPPORTED=y +CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE=y +CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG=y +CONFIG_SOC_SHA_SUPPORT_SHA1=y +CONFIG_SOC_SHA_SUPPORT_SHA256=y +CONFIG_SOC_SHA_SUPPORT_SHA384=y +CONFIG_SOC_SHA_SUPPORT_SHA512=y +CONFIG_SOC_RSA_MAX_BIT_LEN=4096 +CONFIG_SOC_AES_SUPPORT_AES_128=y +CONFIG_SOC_AES_SUPPORT_AES_192=y +CONFIG_SOC_AES_SUPPORT_AES_256=y +CONFIG_SOC_SECURE_BOOT_V1=y +CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=y +CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=32 +CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 +CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD=y +CONFIG_SOC_PM_SUPPORT_MODEM_PD=y +CONFIG_SOC_SDMMC_USE_IOMUX=y +CONFIG_SOC_SDMMC_NUM_SLOTS=2 +CONFIG_SOC_WIFI_WAPI_SUPPORT=y +CONFIG_SOC_WIFI_CSI_SUPPORT=y +CONFIG_SOC_WIFI_MESH_SUPPORT=y +CONFIG_SOC_BLE_SUPPORTED=y +CONFIG_SOC_BLE_MESH_SUPPORTED=y +CONFIG_SOC_BT_CLASSIC_SUPPORTED=y +CONFIG_IDF_CMAKE=y +CONFIG_IDF_TARGET_ARCH_XTENSA=y +CONFIG_IDF_TARGET_ARCH="xtensa" +CONFIG_IDF_TARGET="esp32" +CONFIG_IDF_TARGET_ESP32=y +CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 + +# +# Build type +# +CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y +# CONFIG_APP_BUILD_TYPE_ELF_RAM is not set +CONFIG_APP_BUILD_GENERATE_BINARIES=y +CONFIG_APP_BUILD_BOOTLOADER=y +CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y +# CONFIG_APP_REPRODUCIBLE_BUILD is not set +# CONFIG_APP_NO_BLOBS is not set +# CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +# CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set +# end of Build type + +# +# Bootloader config +# +CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000 +CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set +CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y +# CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set +CONFIG_BOOTLOADER_LOG_LEVEL=3 +# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set +CONFIG_BOOTLOADER_SPI_WP_PIN=7 +CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y +# CONFIG_BOOTLOADER_FACTORY_RESET is not set +# CONFIG_BOOTLOADER_APP_TEST is not set +CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y +CONFIG_BOOTLOADER_WDT_ENABLE=y +# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE is not set +CONFIG_BOOTLOADER_WDT_TIME_MS=9000 +# CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set +CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 +# CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set +CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y +# end of Bootloader config + +# +# Security features +# +CONFIG_SECURE_BOOT_V1_SUPPORTED=y +# CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set +# CONFIG_SECURE_BOOT is not set +# CONFIG_SECURE_FLASH_ENC_ENABLED is not set +# end of Security features + +# +# Application manager +# +CONFIG_APP_COMPILE_TIME_DATE=y +# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set +# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set +CONFIG_APP_PROJECT_VER_FROM_CONFIG=y +CONFIG_APP_PROJECT_VER="0.0.0.0" +CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16 +# end of Application manager + +CONFIG_ESP_ROM_HAS_CRC_LE=y +CONFIG_ESP_ROM_HAS_CRC_BE=y +CONFIG_ESP_ROM_HAS_MZ_CRC32=y +CONFIG_ESP_ROM_HAS_JPEG_DECODE=y +CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND=y + +# +# Serial flasher config +# +# CONFIG_ESPTOOLPY_NO_STUB is not set +CONFIG_ESPTOOLPY_FLASHMODE_QIO=y +# CONFIG_ESPTOOLPY_FLASHMODE_QOUT is not set +# CONFIG_ESPTOOLPY_FLASHMODE_DIO is not set +# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set +CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y +CONFIG_ESPTOOLPY_FLASHMODE="dio" +CONFIG_ESPTOOLPY_FLASHFREQ_80M=y +# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set +# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set +# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set +CONFIG_ESPTOOLPY_FLASHFREQ="80m" +# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE="4MB" +# CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set +CONFIG_ESPTOOLPY_BEFORE_RESET=y +# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +# CONFIG_ESPTOOLPY_AFTER_NORESET is not set +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 +# end of Serial flasher config + +# +# Partition Table +# +# CONFIG_PARTITION_TABLE_SINGLE_APP is not set +# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set +# CONFIG_PARTITION_TABLE_TWO_OTA is not set +CONFIG_PARTITION_TABLE_CUSTOM=y +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_user_ota.csv" +CONFIG_PARTITION_TABLE_FILENAME="partitions_user_ota.csv" +CONFIG_PARTITION_TABLE_OFFSET=0x8000 +CONFIG_PARTITION_TABLE_MD5=y +# end of Partition Table + +# +# Compiler options +# +CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set +# CONFIG_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_COMPILER_OPTIMIZATION_NONE is not set +CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set +CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB=y +CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT is not set +CONFIG_COMPILER_HIDE_PATHS_MACROS=y +# CONFIG_COMPILER_CXX_EXCEPTIONS is not set +# CONFIG_COMPILER_CXX_RTTI is not set +CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y +# CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set +# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set +# CONFIG_COMPILER_DUMP_RTL_FILES is not set +# end of Compiler options + +# +# Component config +# + +# +# Application Level Tracing +# +# CONFIG_APPTRACE_DEST_JTAG is not set +CONFIG_APPTRACE_DEST_NONE=y +# CONFIG_APPTRACE_DEST_UART1 is not set +# CONFIG_APPTRACE_DEST_UART2 is not set +CONFIG_APPTRACE_DEST_UART_NONE=y +CONFIG_APPTRACE_UART_TASK_PRIO=1 +CONFIG_APPTRACE_LOCK_ENABLE=y +# end of Application Level Tracing + +# +# Bluetooth +# +# CONFIG_BT_ENABLED is not set +# end of Bluetooth + +# +# Driver Configurations +# + +# +# Legacy ADC Configuration +# +CONFIG_ADC_DISABLE_DAC=y +# CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set + +# +# Legacy ADC Calibration Configuration +# +CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y +CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CAL_LUT_ENABLE=y +# CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy ADC Calibration Configuration +# end of Legacy ADC Configuration + +# +# SPI Configuration +# +# CONFIG_SPI_MASTER_IN_IRAM is not set +CONFIG_SPI_MASTER_ISR_IN_IRAM=y +# CONFIG_SPI_SLAVE_IN_IRAM is not set +CONFIG_SPI_SLAVE_ISR_IN_IRAM=y +# end of SPI Configuration + +# +# TWAI Configuration +# +# CONFIG_TWAI_ISR_IN_IRAM is not set +# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set +# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set +# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set +# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set +# CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM is not set +# end of TWAI Configuration + +# +# UART Configuration +# +# CONFIG_UART_ISR_IN_IRAM is not set +# end of UART Configuration + +# +# GPIO Configuration +# +# CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set +# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +# end of GPIO Configuration + +# +# Sigma Delta Modulator Configuration +# +# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_SDM_ENABLE_DEBUG_LOG is not set +# end of Sigma Delta Modulator Configuration + +# +# GPTimer Configuration +# +# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set +# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set +# CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set +# end of GPTimer Configuration + +# +# PCNT Configuration +# +# CONFIG_PCNT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_PCNT_ISR_IRAM_SAFE is not set +# CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_PCNT_ENABLE_DEBUG_LOG is not set +# end of PCNT Configuration + +# +# RMT Configuration +# +# CONFIG_RMT_ISR_IRAM_SAFE is not set +# CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_RMT_ENABLE_DEBUG_LOG is not set +# end of RMT Configuration + +# +# MCPWM Configuration +# +# CONFIG_MCPWM_ISR_IRAM_SAFE is not set +# CONFIG_MCPWM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_MCPWM_ENABLE_DEBUG_LOG is not set +# end of MCPWM Configuration + +# +# I2S Configuration +# +# CONFIG_I2S_ISR_IRAM_SAFE is not set +# CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_I2S_ENABLE_DEBUG_LOG is not set +# end of I2S Configuration +# end of Driver Configurations + +# +# eFuse Bit Manager +# +# CONFIG_EFUSE_CUSTOM_TABLE is not set +# CONFIG_EFUSE_VIRTUAL is not set +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE is not set +CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4=y +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT is not set +CONFIG_EFUSE_MAX_BLK_LEN=192 +# end of eFuse Bit Manager + +# +# ESP-TLS +# +CONFIG_ESP_TLS_USING_MBEDTLS=y +# CONFIG_ESP_TLS_USE_SECURE_ELEMENT is not set +# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER is not set +# CONFIG_ESP_TLS_PSK_VERIFICATION is not set +# CONFIG_ESP_TLS_INSECURE is not set +# end of ESP-TLS + +# +# ADC and ADC Calibration +# +# CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE is not set + +# +# ADC Calibration Configurations +# +CONFIG_ADC_CALI_EFUSE_TP_ENABLE=y +CONFIG_ADC_CALI_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CALI_LUT_ENABLE=y +# end of ADC Calibration Configurations + +CONFIG_ADC_DISABLE_DAC_OUTPUT=y +# end of ADC and ADC Calibration + +# +# Common ESP-related +# +CONFIG_ESP_ERR_TO_NAME_LOOKUP=y +# end of Common ESP-related + +# +# Ethernet +# +CONFIG_ETH_ENABLED=y +CONFIG_ETH_USE_ESP32_EMAC=y +CONFIG_ETH_PHY_INTERFACE_RMII=y +CONFIG_ETH_RMII_CLK_INPUT=y +# CONFIG_ETH_RMII_CLK_OUTPUT is not set +CONFIG_ETH_RMII_CLK_IN_GPIO=0 +CONFIG_ETH_DMA_BUFFER_SIZE=512 +CONFIG_ETH_DMA_RX_BUFFER_NUM=10 +CONFIG_ETH_DMA_TX_BUFFER_NUM=10 +CONFIG_ETH_USE_SPI_ETHERNET=y +# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set +# CONFIG_ETH_SPI_ETHERNET_W5500 is not set +# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set +# CONFIG_ETH_USE_OPENETH is not set +# CONFIG_ETH_TRANSMIT_MUTEX is not set +# end of Ethernet + +# +# Event Loop Library +# +# CONFIG_ESP_EVENT_LOOP_PROFILING is not set +CONFIG_ESP_EVENT_POST_FROM_ISR=y +CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y +# end of Event Loop Library + +# +# GDB Stub +# +# end of GDB Stub + +# +# ESP HTTP client +# +CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y +# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set +CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y +# end of ESP HTTP client + +# +# HTTP Server +# +CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024 +CONFIG_HTTPD_MAX_URI_LEN=512 +CONFIG_HTTPD_ERR_RESP_NO_DELAY=y +CONFIG_HTTPD_PURGE_BUF_LEN=32 +# CONFIG_HTTPD_LOG_PURGE_DATA is not set +# CONFIG_HTTPD_WS_SUPPORT is not set +# CONFIG_HTTPD_QUEUE_WORK_BLOCKING is not set +# end of HTTP Server + +# +# ESP HTTPS OTA +# +# CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is not set +# CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP is not set +# end of ESP HTTPS OTA + +# +# ESP HTTPS server +# +# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set +# end of ESP HTTPS server + +# +# Hardware Settings +# + +# +# Chip revision +# +CONFIG_ESP32_REV_MIN_0=y +# CONFIG_ESP32_REV_MIN_1 is not set +# CONFIG_ESP32_REV_MIN_1_1 is not set +# CONFIG_ESP32_REV_MIN_2 is not set +# CONFIG_ESP32_REV_MIN_3 is not set +# CONFIG_ESP32_REV_MIN_3_1 is not set +CONFIG_ESP32_REV_MIN=0 +CONFIG_ESP32_REV_MIN_FULL=0 +CONFIG_ESP_REV_MIN_FULL=0 + +# +# Maximum Supported ESP32 Revision (Rev v3.99) +# +CONFIG_ESP32_REV_MAX_FULL=399 +CONFIG_ESP_REV_MAX_FULL=399 +# end of Chip revision + +# +# MAC Config +# +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y +# CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO is not set +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR is not set +# end of MAC Config + +# +# Sleep Config +# +# CONFIG_ESP_SLEEP_POWER_DOWN_FLASH is not set +CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND=y +# CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND is not set +CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y +# CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU is not set +CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY=2000 +# end of Sleep Config + +# +# RTC Clock Config +# +CONFIG_RTC_CLK_SRC_INT_RC=y +# CONFIG_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_RTC_CLK_SRC_INT_8MD256 is not set +CONFIG_RTC_CLK_CAL_CYCLES=1024 +# end of RTC Clock Config + +# +# Peripheral Control +# +# CONFIG_PERIPH_CTRL_FUNC_IN_IRAM is not set +# end of Peripheral Control + +# +# Main XTAL Config +# +# CONFIG_XTAL_FREQ_26 is not set +CONFIG_XTAL_FREQ_40=y +# CONFIG_XTAL_FREQ_AUTO is not set +CONFIG_XTAL_FREQ=40 +# end of Main XTAL Config +# end of Hardware Settings + +# +# LCD and Touch Panel +# + +# +# LCD Touch Drivers are maintained in the IDF Component Registry +# + +# +# LCD Peripheral Configuration +# +CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE=32 +# CONFIG_LCD_ENABLE_DEBUG_LOG is not set +# end of LCD Peripheral Configuration +# end of LCD and Touch Panel + +# +# ESP NETIF Adapter +# +CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 +CONFIG_ESP_NETIF_TCPIP_LWIP=y +# CONFIG_ESP_NETIF_LOOPBACK is not set +# CONFIG_ESP_NETIF_L2_TAP is not set +# CONFIG_ESP_NETIF_BRIDGE_EN is not set +# end of ESP NETIF Adapter + +# +# PHY +# +CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP_PHY_MAX_TX_POWER=20 +# CONFIG_ESP_PHY_REDUCE_TX_POWER is not set +CONFIG_ESP_PHY_RF_CAL_PARTIAL=y +# CONFIG_ESP_PHY_RF_CAL_NONE is not set +# CONFIG_ESP_PHY_RF_CAL_FULL is not set +CONFIG_ESP_PHY_CALIBRATION_MODE=0 +# end of PHY + +# +# Power Management +# +# CONFIG_PM_ENABLE is not set +# end of Power Management + +# +# ESP PSRAM +# +# CONFIG_SPIRAM is not set +# end of ESP PSRAM + +# +# ESP Ringbuf +# +# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set +# end of ESP Ringbuf + +# +# ESP System Settings +# +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160 + +# +# Memory +# +# CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE is not set +# end of Memory + +# +# Trace memory +# +# CONFIG_ESP32_TRAX is not set +CONFIG_ESP32_TRACEMEM_RESERVE_DRAM=0x0 +# end of Trace memory + +# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set +CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y +# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set +# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set + +# +# Memory protection +# +# end of Memory protection + +CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 +CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y +# CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 is not set +# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set +CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 +CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 +CONFIG_ESP_CONSOLE_UART_DEFAULT=y +# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set +# CONFIG_ESP_CONSOLE_NONE is not set +CONFIG_ESP_CONSOLE_UART=y +CONFIG_ESP_CONSOLE_MULTIPLE_UART=y +CONFIG_ESP_CONSOLE_UART_NUM=0 +CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ESP_INT_WDT=y +CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 +CONFIG_ESP_INT_WDT_CHECK_CPU1=y +CONFIG_ESP_TASK_WDT_EN=y +CONFIG_ESP_TASK_WDT_INIT=y +# CONFIG_ESP_TASK_WDT_PANIC is not set +CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +# CONFIG_ESP_PANIC_HANDLER_IRAM is not set +# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set +CONFIG_ESP_DEBUG_OCDAWARE=y +# CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 is not set +CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y + +# +# Brownout Detector +# +CONFIG_ESP_BROWNOUT_DET=y +CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_ESP_BROWNOUT_DET_LVL=0 +# end of Brownout Detector + +# CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE is not set +CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y +# end of ESP System Settings + +# +# IPC (Inter-Processor Call) +# +CONFIG_ESP_IPC_TASK_STACK_SIZE=1536 +CONFIG_ESP_IPC_USES_CALLERS_PRIORITY=y +CONFIG_ESP_IPC_ISR_ENABLE=y +# end of IPC (Inter-Processor Call) + +# +# High resolution timer (esp_timer) +# +# CONFIG_ESP_TIMER_PROFILING is not set +CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y +CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y +CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 +# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set +CONFIG_ESP_TIMER_IMPL_TG0_LAC=y +# end of High resolution timer (esp_timer) + +# +# Wi-Fi +# +CONFIG_ESP32_WIFI_ENABLED=y +CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_CSI_ENABLED is not set +CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP32_WIFI_TX_BA_WIN=6 +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_NVS_ENABLED=y +CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0=y +# CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1 is not set +CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP32_WIFI_IRAM_OPT=y +CONFIG_ESP32_WIFI_RX_IRAM_OPT=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA=y +# CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set +# CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE is not set +# CONFIG_ESP_WIFI_GMAC_SUPPORT is not set +CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y +# CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT is not set +CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=7 +# CONFIG_ESP_WIFI_WPS_PASSPHRASE is not set +# end of Wi-Fi + +# +# Core dump +# +# CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set +# CONFIG_ESP_COREDUMP_ENABLE_TO_UART is not set +CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y +# end of Core dump + +# +# FAT Filesystem support +# +CONFIG_FATFS_VOLUME_COUNT=2 +# CONFIG_FATFS_SECTOR_512 is not set +# CONFIG_FATFS_SECTOR_1024 is not set +# CONFIG_FATFS_SECTOR_2048 is not set +CONFIG_FATFS_SECTOR_4096=y +CONFIG_FATFS_SECTORS_PER_CLUSTER_1=y +# CONFIG_FATFS_SECTORS_PER_CLUSTER_2 is not set +# CONFIG_FATFS_SECTORS_PER_CLUSTER_4 is not set +# CONFIG_FATFS_SECTORS_PER_CLUSTER_8 is not set +# CONFIG_FATFS_SECTORS_PER_CLUSTER_16 is not set +# CONFIG_FATFS_SECTORS_PER_CLUSTER_32 is not set +# CONFIG_FATFS_SECTORS_PER_CLUSTER_64 is not set +# CONFIG_FATFS_SECTORS_PER_CLUSTER_128 is not set +# CONFIG_FATFS_CODEPAGE_DYNAMIC is not set +CONFIG_FATFS_CODEPAGE_437=y +# CONFIG_FATFS_CODEPAGE_720 is not set +# CONFIG_FATFS_CODEPAGE_737 is not set +# CONFIG_FATFS_CODEPAGE_771 is not set +# CONFIG_FATFS_CODEPAGE_775 is not set +# CONFIG_FATFS_CODEPAGE_850 is not set +# CONFIG_FATFS_CODEPAGE_852 is not set +# CONFIG_FATFS_CODEPAGE_855 is not set +# CONFIG_FATFS_CODEPAGE_857 is not set +# CONFIG_FATFS_CODEPAGE_860 is not set +# CONFIG_FATFS_CODEPAGE_861 is not set +# CONFIG_FATFS_CODEPAGE_862 is not set +# CONFIG_FATFS_CODEPAGE_863 is not set +# CONFIG_FATFS_CODEPAGE_864 is not set +# CONFIG_FATFS_CODEPAGE_865 is not set +# CONFIG_FATFS_CODEPAGE_866 is not set +# CONFIG_FATFS_CODEPAGE_869 is not set +# CONFIG_FATFS_CODEPAGE_932 is not set +# CONFIG_FATFS_CODEPAGE_936 is not set +# CONFIG_FATFS_CODEPAGE_949 is not set +# CONFIG_FATFS_CODEPAGE_950 is not set +CONFIG_FATFS_AUTO_TYPE=y +# CONFIG_FATFS_FAT12 is not set +# CONFIG_FATFS_FAT16 is not set +CONFIG_FATFS_CODEPAGE=437 +CONFIG_FATFS_LFN_NONE=y +# CONFIG_FATFS_LFN_HEAP is not set +# CONFIG_FATFS_LFN_STACK is not set +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y +# CONFIG_FATFS_USE_FASTSEEK is not set +# end of FAT Filesystem support + +# +# FreeRTOS +# + +# +# Kernel +# +# CONFIG_FREERTOS_SMP is not set +# CONFIG_FREERTOS_UNICORE is not set +CONFIG_FREERTOS_HZ=100 +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 +# CONFIG_FREERTOS_USE_IDLE_HOOK is not set +# CONFIG_FREERTOS_USE_TICK_HOOK is not set +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +# CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY is not set +CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 +CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_FREERTOS_USE_TRACE_FACILITY=y +CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y +# CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID is not set +CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y +# end of Kernel + +# +# Port +# +CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y +# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set +# CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set +CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +# CONFIG_FREERTOS_FPU_IN_ISR is not set +CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER=y +CONFIG_FREERTOS_CORETIMER_0=y +# CONFIG_FREERTOS_CORETIMER_1 is not set +CONFIG_FREERTOS_SYSTICK_USES_CCOUNT=y +CONFIG_FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER=y +# CONFIG_FREERTOS_RUN_TIME_STATS_USING_CPU_CLK is not set +# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set +# CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH is not set +# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set +CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION=y +CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y +# end of Port + +CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y +CONFIG_FREERTOS_DEBUG_OCDAWARE=y +# end of FreeRTOS + +# +# Hardware Abstraction Layer (HAL) and Low Level (LL) +# +CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y +# CONFIG_HAL_ASSERTION_DISABLE is not set +# CONFIG_HAL_ASSERTION_SILENT is not set +# CONFIG_HAL_ASSERTION_ENABLE is not set +CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 +# end of Hardware Abstraction Layer (HAL) and Low Level (LL) + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +# CONFIG_HEAP_POISONING_LIGHT is not set +# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set +CONFIG_HEAP_TRACING_OFF=y +# CONFIG_HEAP_TRACING_STANDALONE is not set +# CONFIG_HEAP_TRACING_TOHOST is not set +# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set +# end of Heap memory debugging + +# +# Log output +# +# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set +# CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set +# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set +CONFIG_LOG_DEFAULT_LEVEL_INFO=y +# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set +# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set +CONFIG_LOG_DEFAULT_LEVEL=3 +CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y +# CONFIG_LOG_MAXIMUM_LEVEL_DEBUG is not set +# CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE is not set +CONFIG_LOG_MAXIMUM_LEVEL=3 +CONFIG_LOG_COLORS=y +CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y +# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set +# end of Log output + +# +# LWIP +# +CONFIG_LWIP_LOCAL_HOSTNAME="espressif" +# CONFIG_LWIP_NETIF_API is not set +# CONFIG_LWIP_TCPIP_CORE_LOCKING is not set +# CONFIG_LWIP_CHECK_THREAD_SAFETY is not set +CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y +# CONFIG_LWIP_L2_TO_L3_COPY is not set +# CONFIG_LWIP_IRAM_OPTIMIZATION is not set +CONFIG_LWIP_TIMERS_ONDEMAND=y +CONFIG_LWIP_MAX_SOCKETS=10 +# CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set +# CONFIG_LWIP_SO_LINGER is not set +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +# CONFIG_LWIP_SO_RCVBUF is not set +# CONFIG_LWIP_NETBUF_RECVINFO is not set +CONFIG_LWIP_IP4_FRAG=y +CONFIG_LWIP_IP6_FRAG=y +# CONFIG_LWIP_IP4_REASSEMBLY is not set +# CONFIG_LWIP_IP6_REASSEMBLY is not set +# CONFIG_LWIP_IP_FORWARD is not set +# CONFIG_LWIP_STATS is not set +CONFIG_LWIP_ESP_GRATUITOUS_ARP=y +CONFIG_LWIP_GARP_TMR_INTERVAL=60 +CONFIG_LWIP_ESP_MLDV6_REPORT=y +CONFIG_LWIP_MLDV6_TMR_INTERVAL=40 +CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +# CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set +CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y +# CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set +CONFIG_LWIP_DHCP_OPTIONS_LEN=68 +CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=0 +CONFIG_LWIP_DHCP_COARSE_TIMER_SECS=1 + +# +# DHCP server +# +CONFIG_LWIP_DHCPS=y +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +# end of DHCP server + +# CONFIG_LWIP_AUTOIP is not set +CONFIG_LWIP_IPV6=y +# CONFIG_LWIP_IPV6_AUTOCONFIG is not set +CONFIG_LWIP_IPV6_NUM_ADDRESSES=3 +# CONFIG_LWIP_IPV6_FORWARD is not set +# CONFIG_LWIP_NETIF_STATUS_CALLBACK is not set +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y +CONFIG_LWIP_TCP_MAXRTX=12 +CONFIG_LWIP_TCP_SYNMAXRTX=12 +CONFIG_LWIP_TCP_MSS=1440 +CONFIG_LWIP_TCP_TMR_INTERVAL=250 +CONFIG_LWIP_TCP_MSL=60000 +CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=20000 +CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5744 +CONFIG_LWIP_TCP_WND_DEFAULT=5744 +CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 +CONFIG_LWIP_TCP_QUEUE_OOSEQ=y +# CONFIG_LWIP_TCP_SACK_OUT is not set +CONFIG_LWIP_TCP_OVERSIZE_MSS=y +# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set +CONFIG_LWIP_TCP_RTO_TIME=1500 +# end of TCP + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 +# end of UDP + +# +# Checksums +# +# CONFIG_LWIP_CHECKSUM_CHECK_IP is not set +# CONFIG_LWIP_CHECKSUM_CHECK_UDP is not set +CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y +# end of Checksums + +CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set +CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF +# CONFIG_LWIP_PPP_SUPPORT is not set +CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 +CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 +# CONFIG_LWIP_SLIP_SUPPORT is not set + +# +# ICMP +# +CONFIG_LWIP_ICMP=y +# CONFIG_LWIP_MULTICAST_PING is not set +# CONFIG_LWIP_BROADCAST_PING is not set +# end of ICMP + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 +# end of LWIP RAW API + +# +# SNTP +# +CONFIG_LWIP_SNTP_MAX_SERVERS=3 +# CONFIG_LWIP_DHCP_GET_NTP_SRV is not set +CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 +# end of SNTP + +CONFIG_LWIP_BRIDGEIF_MAX_PORTS=7 +CONFIG_LWIP_ESP_LWIP_ASSERT=y + +# +# Hooks +# +# CONFIG_LWIP_HOOK_TCP_ISN_NONE is not set +CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y +# CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y +# CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM is not set +CONFIG_LWIP_HOOK_ND6_GET_GW_NONE=y +# CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT is not set +# CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM is not set +CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_INPUT_NONE=y +# CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM is not set +# end of Hooks + +# CONFIG_LWIP_DEBUG is not set +# end of LWIP + +# +# mbedTLS +# +CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y +# CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set +# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set +CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y +CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 +CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 +# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set +# CONFIG_MBEDTLS_DEBUG is not set + +# +# mbedTLS v3.x related +# +# CONFIG_MBEDTLS_SSL_PROTO_TLS1_3 is not set +# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set +# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set +# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set +CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y +CONFIG_MBEDTLS_PKCS7_C=y +# end of mbedTLS v3.x related + +# +# Certificate Bundle +# +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set +# CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 +# end of Certificate Bundle + +# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set +# CONFIG_MBEDTLS_CMAC_C is not set +CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_MBEDTLS_HARDWARE_MPI=y +CONFIG_MBEDTLS_HARDWARE_SHA=y +CONFIG_MBEDTLS_ROM_MD5=y +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY is not set +CONFIG_MBEDTLS_HAVE_TIME=y +# CONFIG_MBEDTLS_PLATFORM_TIME_ALT is not set +# CONFIG_MBEDTLS_HAVE_TIME_DATE is not set +CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y +CONFIG_MBEDTLS_SHA512_C=y +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +# CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set +# CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set +# CONFIG_MBEDTLS_TLS_DISABLED is not set +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +# CONFIG_MBEDTLS_PSK_MODES is not set +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +# end of TLS Key Exchange Methods + +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +# CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 is not set +# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y +CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +# CONFIG_MBEDTLS_CAMELLIA_C is not set +# CONFIG_MBEDTLS_DES_C is not set +# CONFIG_MBEDTLS_BLOWFISH_C is not set +# CONFIG_MBEDTLS_XTEA_C is not set +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +# CONFIG_MBEDTLS_NIST_KW_C is not set +# end of Symmetric Ciphers + +# CONFIG_MBEDTLS_RIPEMD160_C is not set + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +# end of Certificates + +CONFIG_MBEDTLS_ECP_C=y +# CONFIG_MBEDTLS_DHM_C is not set +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +# CONFIG_MBEDTLS_ECJPAKE_C is not set +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y +# CONFIG_MBEDTLS_POLY1305_C is not set +# CONFIG_MBEDTLS_CHACHA20_C is not set +# CONFIG_MBEDTLS_HKDF_C is not set +# CONFIG_MBEDTLS_THREADING_C is not set +# CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI is not set +# CONFIG_MBEDTLS_SECURITY_RISKS is not set +# end of mbedTLS + +# +# ESP-MQTT Configurations +# +CONFIG_MQTT_PROTOCOL_311=y +# CONFIG_MQTT_PROTOCOL_5 is not set +CONFIG_MQTT_TRANSPORT_SSL=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y +# CONFIG_MQTT_MSG_ID_INCREMENTAL is not set +# CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED is not set +# CONFIG_MQTT_REPORT_DELETED_MESSAGES is not set +# CONFIG_MQTT_USE_CUSTOM_CONFIG is not set +# CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED is not set +# CONFIG_MQTT_CUSTOM_OUTBOX is not set +# end of ESP-MQTT Configurations + +# +# Newlib +# +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF is not set +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +# CONFIG_NEWLIB_NANO_FORMAT is not set +CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y +# CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE is not set +# end of Newlib + +# +# NVS +# +# CONFIG_NVS_ASSERT_ERROR_CHECK is not set +# end of NVS + +# +# OpenThread +# +# CONFIG_OPENTHREAD_ENABLED is not set +# end of OpenThread + +# +# Protocomm +# +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2=y +# end of Protocomm + +# +# PThreads +# +CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_PTHREAD_STACK_MIN=768 +CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY=y +# CONFIG_PTHREAD_DEFAULT_CORE_0 is not set +# CONFIG_PTHREAD_DEFAULT_CORE_1 is not set +CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" +# end of PThreads + +# +# MMU Config +# +CONFIG_MMU_PAGE_SIZE_64KB=y +CONFIG_MMU_PAGE_MODE="64KB" +CONFIG_MMU_PAGE_SIZE=0x10000 +# end of MMU Config + +# +# SPI Flash driver +# +# CONFIG_SPI_FLASH_VERIFY_WRITE is not set +# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set +# CONFIG_SPI_FLASH_SHARE_SPI1_BUS is not set +# CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set +CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y +CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 +CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 +CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 +# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set +# CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED is not set +# CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST is not set + +# +# SPI Flash behavior when brownout +# +CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC=y +CONFIG_SPI_FLASH_BROWNOUT_RESET=y +# end of SPI Flash behavior when brownout + +# +# Auto-detect flash chips +# +CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=y +# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set +# end of Auto-detect flash chips + +CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y +# end of SPI Flash driver + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +# CONFIG_SPIFFS_CACHE_STATS is not set +# end of SPIFFS Cache Configuration + +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +# CONFIG_SPIFFS_GC_STATS is not set +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +# CONFIG_SPIFFS_DBG is not set +# CONFIG_SPIFFS_API_DBG is not set +# CONFIG_SPIFFS_GC_DBG is not set +# CONFIG_SPIFFS_CACHE_DBG is not set +# CONFIG_SPIFFS_CHECK_DBG is not set +# CONFIG_SPIFFS_TEST_VISUALISATION is not set +# end of Debug Configuration +# end of SPIFFS Configuration + +# +# TCP Transport +# + +# +# Websocket +# +CONFIG_WS_TRANSPORT=y +CONFIG_WS_BUFFER_SIZE=1024 +# CONFIG_WS_DYNAMIC_BUFFER is not set +# end of Websocket +# end of TCP Transport + +# +# Ultra Low Power (ULP) Co-processor +# +# CONFIG_ULP_COPROC_ENABLED is not set +# end of Ultra Low Power (ULP) Co-processor + +# +# Unity unit testing library +# +CONFIG_UNITY_ENABLE_FLOAT=y +CONFIG_UNITY_ENABLE_DOUBLE=y +# CONFIG_UNITY_ENABLE_64BIT is not set +# CONFIG_UNITY_ENABLE_COLOR is not set +CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y +# CONFIG_UNITY_ENABLE_FIXTURE is not set +# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set +# end of Unity unit testing library + +# +# Root Hub configuration +# +# end of Root Hub configuration + +# +# Virtual file system +# +CONFIG_VFS_SUPPORT_IO=y +CONFIG_VFS_SUPPORT_DIR=y +CONFIG_VFS_SUPPORT_SELECT=y +CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y +CONFIG_VFS_SUPPORT_TERMIOS=y + +# +# Host File System I/O (Semihosting) +# +CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# end of Host File System I/O (Semihosting) +# end of Virtual file system + +# +# Wear Levelling +# +# CONFIG_WL_SECTOR_SIZE_512 is not set +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096 +# end of Wear Levelling + +# +# Wi-Fi Provisioning Manager +# +CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 +CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 +# CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION is not set +CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN=y +# CONFIG_WIFI_PROV_STA_FAST_SCAN is not set +# end of Wi-Fi Provisioning Manager + +# +# Supplicant +# +CONFIG_WPA_MBEDTLS_CRYPTO=y +CONFIG_WPA_MBEDTLS_TLS_CLIENT=y +# CONFIG_WPA_WAPI_PSK is not set +# CONFIG_WPA_SUITE_B_192 is not set +# CONFIG_WPA_DEBUG_PRINT is not set +# CONFIG_WPA_TESTING_OPTIONS is not set +# CONFIG_WPA_WPS_STRICT is not set +# CONFIG_WPA_11KV_SUPPORT is not set +# CONFIG_WPA_MBO_SUPPORT is not set +# CONFIG_WPA_DPP_SUPPORT is not set +# CONFIG_WPA_11R_SUPPORT is not set +# CONFIG_WPA_WPS_SOFTAP_REGISTRAR is not set +# end of Supplicant + +# +# esp-modem +# +CONFIG_ESP_MODEM_CMUX_DEFRAGMENT_PAYLOAD=y +CONFIG_ESP_MODEM_CMUX_DELAY_AFTER_DLCI_SETUP=0 +# end of esp-modem + +# +# The Things Network +# +# CONFIG_TTN_LORA_FREQ_DISABLED is not set +# CONFIG_TTN_LORA_FREQ_EU_868 is not set +# CONFIG_TTN_LORA_FREQ_US_915 is not set +# CONFIG_TTN_LORA_FREQ_AU_915 is not set +# CONFIG_TTN_LORA_FREQ_AS_923 is not set +# CONFIG_TTN_LORA_FREQ_AS_923_JP is not set +# CONFIG_TTN_LORA_FREQ_KR_920 is not set +# CONFIG_TTN_LORA_FREQ_IN_866 is not set +CONFIG_TTN_LORA_FREQ_RU_864=y +# CONFIG_TTN_RADIO_SX1272_73 is not set +CONFIG_TTN_RADIO_SX1276_77_78_79=y +CONFIG_TTN_SPI_FREQ=10000000 +CONFIG_TTN_RESET_STATES_FLOATING=y +# CONFIG_TTN_RESET_STATES_ASSERTED is not set +CONFIG_TTN_BG_TASK_PRIO=10 +# CONFIG_TTN_PROVISION_UART_DEFAULT is not set +# CONFIG_TTN_PROVISION_UART_CUSTOM is not set +CONFIG_TTN_PROVISION_UART_NONE=y +CONFIG_TTN_PROVISION_UART_NUM=0 +# end of The Things Network + +# +# WebGUIApp +# +CONFIG_GPIO_RANGE_MIN=0 +CONFIG_GPIO_RANGE_MAX=39 +CONFIG_BOARD_HARDWARE_REVISION=1 +CONFIG_DEVICE_MODEL_NAME="DEVICE MODEL NAME" +CONFIG_WEBGUIAPP_HOSTNAME="DEVICE_HOSTNAME" +CONFIG_WEBGUIAPP_USERNAME="user" +CONFIG_WEBGUIAPP_USERPASS="password" +CONFIG_MAIN_FUNCTIONAL_BUTTON_GPIO=-1 +# CONFIG_DEBUG_MODE_ENABLE is not set +# CONFIG_RESET_MODE_ENABLE is not set + +# +# Web UI settings +# +CONFIG_WEBGUIAPP_DEFAULT_COLOR_SCHEME=1 +CONFIG_WEBGUIAPP_ACCENT_COLOR="#dba617" +CONFIG_WEBGUIAPP_SCH1_BACKGROUNG_COLOR="#e0e0dd" +CONFIG_WEBGUIAPP_SCH1_PANEL_COLOR="#f0f0ed" +CONFIG_WEBGUIAPP_SCH1_MENU_COLOR="#ededea" +CONFIG_WEBGUIAPP_SCH1_TEXT_COLOR="#404040" +CONFIG_WEBGUIAPP_SCH1_BORDER_COLOR="#00000066" +CONFIG_WEBGUIAPP_SCH2_BACKGROUNG_COLOR="#1D2327" +CONFIG_WEBGUIAPP_SCH2_PANEL_COLOR="#2c3338" +CONFIG_WEBGUIAPP_SCH2_MENU_COLOR="#3c434a" +CONFIG_WEBGUIAPP_SCH2_TEXT_COLOR="#F0F0F0" +CONFIG_WEBGUIAPP_SCH2_BORDER_COLOR="#ffffff66" +# end of Web UI settings + +# +# OTA settings +# +CONFIG_WEBGUIAPP_OTA_AUTOUPDATE_ENABLE=y +# CONFIG_WEBGUIAPP_OTA_RESET_ENABLE is not set +CONFIG_WEBGUIAPP_OTA_HOST="https://iotronic.cloud/firmware/firmware.bin" +CONFIG_WEBGUIAPP_OTA_AUTOUPDATE_PERIOD=3600 +# end of OTA settings + +# +# SNTP client settings +# +CONFIG_WEBGUIAPP_SNTP_AUTOUPDATE_ENABLE=y +CONFIG_WEBGUIAPP_SNTP_HOST_1="1.pool.ntp.org" +CONFIG_WEBGUIAPP_SNTP_HOST_2="2.pool.ntp.org" +CONFIG_WEBGUIAPP_SNTP_HOST_3="3.pool.ntp.org" +CONFIG_WEBGUIAPP_SNTP_AUTOUPDATE_PERIOD=3600 +CONFIG_WEBGUIAPP_SNTP_TIMEZONE=2 +# end of SNTP client settings + +# +# CRON settings +# +CONFIG_WEBGUIAPP_CRON_ENABLE=y +CONFIG_WEBGUIAPP_CRON_NUMBER=16 +# end of CRON settings + +# +# SPI settings +# +CONFIG_WEBGUIAPP_SPI_ENABLE=y +CONFIG_SPI_HOST=1 +CONFIG_SPI_SCLK_GPIO=18 +CONFIG_SPI_MOSI_GPIO=23 +CONFIG_SPI_MISO_GPIO=19 +# end of SPI settings + +# +# I2C settings +# +CONFIG_WEBGUIAPP_I2C_ENABLE=y +CONFIG_I2C_HOST=0 +CONFIG_I2C_SCL_GPIO=22 +CONFIG_I2C_SDA_GPIO=21 +CONFIG_I2C_CLOCK=400000 +# end of I2C settings + +# +# WiFi settings +# +CONFIG_WEBGUIAPP_WIFI_ENABLE=y +CONFIG_WEBGUIAPP_WIFI_ON=y +CONFIG_WEBGUIAPP_WIFI_DHCP_ON=y +CONFIG_WEBGUIAPP_WIFI_SSID_AP="YourAP" +CONFIG_WEBGUIAPP_WIFI_KEY_AP="123456789" +CONFIG_WEBGUIAPP_WIFI_SSID_STA="YourSTA" +CONFIG_WEBGUIAPP_WIFI_KEY_STA="123456789" +CONFIG_WEBGUIAPP_WIFI_IP_AP="192.168.150.1" +CONFIG_WEBGUIAPP_WIFI_IP_STA="192.168.150.1" +CONFIG_WEBGUIAPP_WIFI_MASK_STA="255.255.255.0" +CONFIG_WEBGUIAPP_WIFI_GATEWAY_STA="192.168.150.1" +# end of WiFi settings + +# +# Ethernet settings +# +# CONFIG_WEBGUIAPP_ETHERNET_ENABLE is not set +# end of Ethernet settings + +# +# GPRS settings +# +# CONFIG_WEBGUIAPP_GPRS_ENABLE is not set +# end of GPRS settings + +# +# LoRaWAN settings +# +# CONFIG_WEBGUIAPP_LORAWAN_ENABLE is not set +# end of LoRaWAN settings + +# +# MQTT settings +# +CONFIG_WEBGUIAPP_MQTT_ENABLE=y +CONFIG_WEBGUIAPP_MQTT_CLIENTS_NUM=2 +# CONFIG_WEBGUIAPP_MQTT_ON is not set +CONFIG_WEBGUIAPP_MQTT_MAX_TOPIC_LENGTH=128 +CONFIG_WEBGUIAPP_MQTT_SERVER_URL="mqttbroker.com" +CONFIG_WEBGUIAPP_MQTT_SERVER_PORT=1883 +CONFIG_WEBGUIAPP_MQTT_CLIENT_ID_1="DEV1" +CONFIG_WEBGUIAPP_MQTT_CLIENT_ID_2="DEV2" +CONFIG_WEBGUIAPP_MQTT_SYSTEM_NAME="SYSTEMNAME" +CONFIG_WEBGUIAPP_MQTT_GROUP_NAME="GROUPNAME" +CONFIG_WEBGUIAPP_MQTT_USERNAME="username" +CONFIG_WEBGUIAPP_MQTT_PASSWORD="password" +CONFIG_WEBGUIAPP_MQTT_DEBUG_LEVEL=1 +# end of MQTT settings + +# +# DNS settings +# +CONFIG_WEBGUIAPP_DNS1_ADDRESS_DEFAULT="8.8.8.8" +CONFIG_WEBGUIAPP_DNS2_ADDRESS_DEFAULT="8.8.4.4" +CONFIG_WEBGUIAPP_DNS3_ADDRESS_DEFAULT="1.1.1.1" +# end of DNS settings + +# +# libespfs +# +# CONFIG_ESPFS_LOG_LEVEL_NONE is not set +# CONFIG_ESPFS_LOG_LEVEL_ERROR is not set +CONFIG_ESPFS_LOG_LEVEL_WARNING=y +# CONFIG_ESPFS_LOG_LEVEL_INFO is not set +# CONFIG_ESPFS_LOG_LEVEL_DEBUG is not set +# CONFIG_ESPFS_LOG_LEVEL_VERBOSE is not set +CONFIG_ESPFS_MAX_PARTITIONS=1 +CONFIG_ESPFS_USE_HEATSHRINK=y +# end of libespfs +# end of WebGUIApp +# end of Component config + +# Deprecated options for backward compatibility +# CONFIG_NO_BLOBS is not set +# CONFIG_ESP32_NO_BLOBS is not set +# CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +# CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_WARN is not set +CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y +# CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE is not set +CONFIG_LOG_BOOTLOADER_LEVEL=3 +# CONFIG_APP_ROLLBACK_ENABLE is not set +# CONFIG_FLASH_ENCRYPTION_ENABLED is not set +CONFIG_FLASHMODE_QIO=y +# CONFIG_FLASHMODE_QOUT is not set +# CONFIG_FLASHMODE_DIO is not set +# CONFIG_FLASHMODE_DOUT is not set +CONFIG_MONITOR_BAUD=115200 +CONFIG_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG=y +# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set +# CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE is not set +CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y +# CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED is not set +CONFIG_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_CXX_EXCEPTIONS is not set +CONFIG_STACK_CHECK_NONE=y +# CONFIG_STACK_CHECK_NORM is not set +# CONFIG_STACK_CHECK_STRONG is not set +# CONFIG_STACK_CHECK_ALL is not set +# CONFIG_WARN_WRITE_STRINGS is not set +# CONFIG_ESP32_APPTRACE_DEST_TRAX is not set +CONFIG_ESP32_APPTRACE_DEST_NONE=y +CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y +CONFIG_ADC2_DISABLE_DAC=y +# CONFIG_MCPWM_ISR_IN_IRAM is not set +# CONFIG_EVENT_LOOP_PROFILING is not set +CONFIG_POST_EVENTS_FROM_ISR=y +CONFIG_POST_EVENTS_FROM_IRAM_ISR=y +# CONFIG_OTA_ALLOW_HTTP is not set +# CONFIG_TWO_UNIVERSAL_MAC_ADDRESS is not set +CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y +CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 +# CONFIG_ESP_SYSTEM_PD_FLASH is not set +CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP32_RTC_CLK_SRC_INT_RC=y +CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y +# CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL is not set +# CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC is not set +# CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 is not set +CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 +# CONFIG_ESP32_XTAL_FREQ_26 is not set +CONFIG_ESP32_XTAL_FREQ_40=y +# CONFIG_ESP32_XTAL_FREQ_AUTO is not set +CONFIG_ESP32_XTAL_FREQ=40 +CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP32_PHY_MAX_TX_POWER=20 +# CONFIG_REDUCE_PHY_TX_POWER is not set +# CONFIG_ESP32_REDUCE_PHY_TX_POWER is not set +# CONFIG_SPIRAM_SUPPORT is not set +# CONFIG_ESP32_SPIRAM_SUPPORT is not set +# CONFIG_ESP32_DEFAULT_CPU_FREQ_80 is not set +CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y +# CONFIG_ESP32_DEFAULT_CPU_FREQ_240 is not set +CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160 +CONFIG_TRACEMEM_RESERVE_DRAM=0x0 +# CONFIG_ESP32_PANIC_PRINT_HALT is not set +CONFIG_ESP32_PANIC_PRINT_REBOOT=y +# CONFIG_ESP32_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP32_PANIC_GDBSTUB is not set +CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_MAIN_TASK_STACK_SIZE=3584 +CONFIG_CONSOLE_UART_DEFAULT=y +# CONFIG_CONSOLE_UART_CUSTOM is not set +# CONFIG_CONSOLE_UART_NONE is not set +# CONFIG_ESP_CONSOLE_UART_NONE is not set +CONFIG_CONSOLE_UART=y +CONFIG_CONSOLE_UART_NUM=0 +CONFIG_CONSOLE_UART_BAUDRATE=115200 +CONFIG_INT_WDT=y +CONFIG_INT_WDT_TIMEOUT_MS=300 +CONFIG_INT_WDT_CHECK_CPU1=y +CONFIG_TASK_WDT=y +CONFIG_ESP_TASK_WDT=y +# CONFIG_TASK_WDT_PANIC is not set +CONFIG_TASK_WDT_TIMEOUT_S=5 +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +# CONFIG_ESP32_DEBUG_STUBS_ENABLE is not set +CONFIG_ESP32_DEBUG_OCDAWARE=y +CONFIG_BROWNOUT_DET=y +CONFIG_ESP32_BROWNOUT_DET=y +CONFIG_BROWNOUT_DET_LVL_SEL_0=y +CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_7 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_BROWNOUT_DET_LVL=0 +CONFIG_ESP32_BROWNOUT_DET_LVL=0 +# CONFIG_DISABLE_BASIC_ROM_CONSOLE is not set +CONFIG_IPC_TASK_STACK_SIZE=1536 +CONFIG_TIMER_TASK_STACK_SIZE=3584 +# CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH is not set +# CONFIG_ESP32_ENABLE_COREDUMP_TO_UART is not set +CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y +CONFIG_TIMER_TASK_PRIORITY=1 +CONFIG_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_TIMER_QUEUE_LENGTH=10 +# CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK is not set +# CONFIG_HAL_ASSERTION_SILIENT is not set +# CONFIG_L2_TO_L3_COPY is not set +CONFIG_ESP_GRATUITOUS_ARP=y +CONFIG_GARP_TMR_INTERVAL=60 +CONFIG_TCPIP_RECVMBOX_SIZE=32 +CONFIG_TCP_MAXRTX=12 +CONFIG_TCP_SYNMAXRTX=12 +CONFIG_TCP_MSS=1440 +CONFIG_TCP_MSL=60000 +CONFIG_TCP_SND_BUF_DEFAULT=5744 +CONFIG_TCP_WND_DEFAULT=5744 +CONFIG_TCP_RECVMBOX_SIZE=6 +CONFIG_TCP_QUEUE_OOSEQ=y +CONFIG_TCP_OVERSIZE_MSS=y +# CONFIG_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_TCP_OVERSIZE_DISABLE is not set +CONFIG_UDP_RECVMBOX_SIZE=6 +CONFIG_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_TCPIP_TASK_AFFINITY_CPU0 is not set +# CONFIG_TCPIP_TASK_AFFINITY_CPU1 is not set +CONFIG_TCPIP_TASK_AFFINITY=0x7FFFFFFF +# CONFIG_PPP_SUPPORT is not set +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT=y +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y +# CONFIG_ESP32_TIME_SYSCALL_USE_RTC is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_HRT is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_NONE is not set +CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_ESP32_PTHREAD_STACK_MIN=768 +CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY=y +# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 is not set +# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 is not set +CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread" +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS is not set +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED is not set +# CONFIG_ESP32_ULP_COPROC_ENABLED is not set +CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y +CONFIG_SUPPORT_TERMIOS=y +CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# End of deprecated options