mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 10:10:53 +00:00
ESP32-Console
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
0
ESP32-Console/build/bootloader/.ninja_lock
Normal file
0
ESP32-Console/build/bootloader/.ninja_lock
Normal file
@@ -522,7 +522,7 @@ set(CONFIG_ESP_BROWNOUT_DET_LVL "7")
|
||||
set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y")
|
||||
set(CONFIG_ESP_SYSTEM_HW_STACK_GUARD "y")
|
||||
set(CONFIG_ESP_SYSTEM_HW_PC_RECORD "y")
|
||||
set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024")
|
||||
set(CONFIG_ESP_IPC_TASK_STACK_SIZE "2048")
|
||||
set(CONFIG_FREERTOS_SMP "")
|
||||
set(CONFIG_FREERTOS_UNICORE "y")
|
||||
set(CONFIG_FREERTOS_HZ "100")
|
||||
@@ -555,7 +555,7 @@ set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y")
|
||||
set(CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK "")
|
||||
set(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP "")
|
||||
set(CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER "y")
|
||||
set(CONFIG_FREERTOS_ISR_STACKSIZE "1536")
|
||||
set(CONFIG_FREERTOS_ISR_STACKSIZE "2096")
|
||||
set(CONFIG_FREERTOS_INTERRUPT_BACKTRACE "y")
|
||||
set(CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER "y")
|
||||
set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 "y")
|
||||
@@ -722,7 +722,7 @@ set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "")
|
||||
set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2 "")
|
||||
set(CONFIG_BROWNOUT_DET_LVL "7")
|
||||
set(CONFIG_ESP32C3_BROWNOUT_DET_LVL "7")
|
||||
set(CONFIG_IPC_TASK_STACK_SIZE "1024")
|
||||
set(CONFIG_IPC_TASK_STACK_SIZE "2048")
|
||||
set(CONFIG_TIMER_TASK_PRIORITY "1")
|
||||
set(CONFIG_TIMER_TASK_STACK_DEPTH "2048")
|
||||
set(CONFIG_TIMER_QUEUE_LENGTH "10")
|
||||
|
@@ -422,7 +422,7 @@
|
||||
#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1
|
||||
#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1
|
||||
#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1
|
||||
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024
|
||||
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 2048
|
||||
#define CONFIG_FREERTOS_UNICORE 1
|
||||
#define CONFIG_FREERTOS_HZ 100
|
||||
#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1
|
||||
@@ -441,7 +441,7 @@
|
||||
#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1
|
||||
#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1
|
||||
#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1
|
||||
#define CONFIG_FREERTOS_ISR_STACKSIZE 1536
|
||||
#define CONFIG_FREERTOS_ISR_STACKSIZE 2096
|
||||
#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1
|
||||
#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1
|
||||
#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1
|
||||
|
@@ -142,7 +142,7 @@
|
||||
"ESP_ERR_TO_NAME_LOOKUP": true,
|
||||
"ESP_INT_WDT": true,
|
||||
"ESP_INT_WDT_TIMEOUT_MS": 300,
|
||||
"ESP_IPC_TASK_STACK_SIZE": 1024,
|
||||
"ESP_IPC_TASK_STACK_SIZE": 2048,
|
||||
"ESP_MAC_ADDR_UNIVERSE_BT": true,
|
||||
"ESP_MAC_ADDR_UNIVERSE_ETH": true,
|
||||
"ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true,
|
||||
@@ -225,7 +225,7 @@
|
||||
"FREERTOS_HZ": 100,
|
||||
"FREERTOS_IDLE_TASK_STACKSIZE": 1536,
|
||||
"FREERTOS_INTERRUPT_BACKTRACE": true,
|
||||
"FREERTOS_ISR_STACKSIZE": 1536,
|
||||
"FREERTOS_ISR_STACKSIZE": 2096,
|
||||
"FREERTOS_MAX_TASK_NAME_LEN": 16,
|
||||
"FREERTOS_NO_AFFINITY": 2147483647,
|
||||
"FREERTOS_NUMBER_OF_CORES": 1,
|
||||
|
@@ -3149,7 +3149,7 @@ build esp-idf/partition_table/CMakeFiles/partition_table-flash | ${cmake_ninja_w
|
||||
build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_esp_bootloader_format
|
||||
|
||||
build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_unscanned_ /home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/esp_app_desc.c || cmake_object_order_depends_target___idf_esp_app_format
|
||||
DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.2-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"ESP32-Console\" -DPROJECT_VER=\"ESP32-Node_Switch-v2.7-3245-gf4\"
|
||||
DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.2-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"ESP32-Console\" -DPROJECT_VER=\"ESP32-Node_Switch-v2.7-3247-g02\"
|
||||
DEP_FILE = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj.d
|
||||
FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console=. -fmacro-prefix-map=/home/abobkov/esp/v5.3.2/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration
|
||||
INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/config -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/dma/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/heap/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/log/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_common/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/v5.3.2/esp-idf/components/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include/sys
|
||||
|
@@ -907,7 +907,7 @@
|
||||
},
|
||||
{
|
||||
"directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build",
|
||||
"command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.2-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\\\"ESP32-Console\\\" -DPROJECT_VER=\\\"ESP32-Node_Switch-v2.7-3245-gf4\\\" -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/config -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/dma/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/heap/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/log/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_common/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/v5.3.2/esp-idf/components/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console=. -fmacro-prefix-map=/home/abobkov/esp/v5.3.2/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj -c /home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/esp_app_desc.c",
|
||||
"command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.2-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\\\"ESP32-Console\\\" -DPROJECT_VER=\\\"ESP32-Node_Switch-v2.7-3247-g02\\\" -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/config -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/dma/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/heap/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/log/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/hal/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_common/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/v5.3.2/esp-idf/components/riscv/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console=. -fmacro-prefix-map=/home/abobkov/esp/v5.3.2/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj -c /home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/esp_app_desc.c",
|
||||
"file": "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/esp_app_desc.c",
|
||||
"output": "esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj"
|
||||
},
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "1.1",
|
||||
"project_name": "ESP32-Console",
|
||||
"project_version": "ESP32-Node_Switch-v2.7-3245-gf49499e3a-dirty",
|
||||
"project_version": "ESP32-Node_Switch-v2.7-3247-g02a98d4b4-dirty",
|
||||
"project_path": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console",
|
||||
"idf_path": "/home/abobkov/esp/v5.3.2/esp-idf",
|
||||
"build_dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build",
|
||||
|
Reference in New Issue
Block a user