mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-30 22:01:07 +00:00
ESP32-Console
This commit is contained in:
1165
ESP32-Console/build/CMakeFiles/rules.ninja.tmp7dc52
Normal file
1165
ESP32-Console/build/CMakeFiles/rules.ninja.tmp7dc52
Normal file
File diff suppressed because it is too large
Load Diff
13573
ESP32-Console/build/build.ninja.tmp09783
Normal file
13573
ESP32-Console/build/build.ninja.tmp09783
Normal file
File diff suppressed because one or more lines are too long
4624
ESP32-Console/build/compile_commands.json.tmpc89bf
Normal file
4624
ESP32-Console/build/compile_commands.json.tmpc89bf
Normal file
File diff suppressed because one or more lines are too long
@@ -5969,7 +5969,10 @@
|
|||||||
"help": "This GPIO is used for UART TX pin.",
|
"help": "This GPIO is used for UART TX pin.",
|
||||||
"id": "APPTRACE_UART_TX_GPIO",
|
"id": "APPTRACE_UART_TX_GPIO",
|
||||||
"name": "APPTRACE_UART_TX_GPIO",
|
"name": "APPTRACE_UART_TX_GPIO",
|
||||||
"range": null,
|
"range": [
|
||||||
|
0,
|
||||||
|
46
|
||||||
|
],
|
||||||
"title": "UART TX on GPIO#",
|
"title": "UART TX on GPIO#",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -5979,7 +5982,10 @@
|
|||||||
"help": "This GPIO is used for UART RX pin.",
|
"help": "This GPIO is used for UART RX pin.",
|
||||||
"id": "APPTRACE_UART_RX_GPIO",
|
"id": "APPTRACE_UART_RX_GPIO",
|
||||||
"name": "APPTRACE_UART_RX_GPIO",
|
"name": "APPTRACE_UART_RX_GPIO",
|
||||||
"range": null,
|
"range": [
|
||||||
|
0,
|
||||||
|
46
|
||||||
|
],
|
||||||
"title": "UART RX on GPIO#",
|
"title": "UART RX on GPIO#",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -5989,7 +5995,10 @@
|
|||||||
"help": "This baud rate is used for UART.\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.",
|
"help": "This baud rate is used for UART.\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.",
|
||||||
"id": "APPTRACE_UART_BAUDRATE",
|
"id": "APPTRACE_UART_BAUDRATE",
|
||||||
"name": "APPTRACE_UART_BAUDRATE",
|
"name": "APPTRACE_UART_BAUDRATE",
|
||||||
"range": null,
|
"range": [
|
||||||
|
1200,
|
||||||
|
8000000
|
||||||
|
],
|
||||||
"title": "UART baud rate",
|
"title": "UART baud rate",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -5999,7 +6008,10 @@
|
|||||||
"help": "Size of the UART input ring buffer.\nThis size related to the baudrate, system tick frequency and amount of data to transfer.\nThe data placed to this buffer before sent out to the interface.",
|
"help": "Size of the UART input ring buffer.\nThis size related to the baudrate, system tick frequency and amount of data to transfer.\nThe data placed to this buffer before sent out to the interface.",
|
||||||
"id": "APPTRACE_UART_RX_BUFF_SIZE",
|
"id": "APPTRACE_UART_RX_BUFF_SIZE",
|
||||||
"name": "APPTRACE_UART_RX_BUFF_SIZE",
|
"name": "APPTRACE_UART_RX_BUFF_SIZE",
|
||||||
"range": null,
|
"range": [
|
||||||
|
64,
|
||||||
|
32768
|
||||||
|
],
|
||||||
"title": "UART RX ring buffer size",
|
"title": "UART RX ring buffer size",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -6009,7 +6021,10 @@
|
|||||||
"help": "Size of the UART output ring buffer.\nThis size related to the baudrate, system tick frequency and amount of data to transfer.",
|
"help": "Size of the UART output ring buffer.\nThis size related to the baudrate, system tick frequency and amount of data to transfer.",
|
||||||
"id": "APPTRACE_UART_TX_BUFF_SIZE",
|
"id": "APPTRACE_UART_TX_BUFF_SIZE",
|
||||||
"name": "APPTRACE_UART_TX_BUFF_SIZE",
|
"name": "APPTRACE_UART_TX_BUFF_SIZE",
|
||||||
"range": null,
|
"range": [
|
||||||
|
2048,
|
||||||
|
32768
|
||||||
|
],
|
||||||
"title": "UART TX ring buffer size",
|
"title": "UART TX ring buffer size",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -6019,7 +6034,10 @@
|
|||||||
"help": "Maximum size of the single message to transfer.",
|
"help": "Maximum size of the single message to transfer.",
|
||||||
"id": "APPTRACE_UART_TX_MSG_SIZE",
|
"id": "APPTRACE_UART_TX_MSG_SIZE",
|
||||||
"name": "APPTRACE_UART_TX_MSG_SIZE",
|
"name": "APPTRACE_UART_TX_MSG_SIZE",
|
||||||
"range": null,
|
"range": [
|
||||||
|
64,
|
||||||
|
32768
|
||||||
|
],
|
||||||
"title": "UART TX message size",
|
"title": "UART TX message size",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -6082,7 +6100,10 @@
|
|||||||
"help": "Timeout for flushing last trace data to host in case of panic. In ms.\nUse -1 to disable timeout and wait forever.",
|
"help": "Timeout for flushing last trace data to host in case of panic. In ms.\nUse -1 to disable timeout and wait forever.",
|
||||||
"id": "APPTRACE_ONPANIC_HOST_FLUSH_TMO",
|
"id": "APPTRACE_ONPANIC_HOST_FLUSH_TMO",
|
||||||
"name": "APPTRACE_ONPANIC_HOST_FLUSH_TMO",
|
"name": "APPTRACE_ONPANIC_HOST_FLUSH_TMO",
|
||||||
"range": null,
|
"range": [
|
||||||
|
-1,
|
||||||
|
5000
|
||||||
|
],
|
||||||
"title": "Timeout for flushing last trace data to host on panic",
|
"title": "Timeout for flushing last trace data to host on panic",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -6092,7 +6113,10 @@
|
|||||||
"help": "Threshold for flushing last trace data to host on panic in post-mortem mode.\nThis is minimal amount of data needed to perform flush. In bytes.",
|
"help": "Threshold for flushing last trace data to host on panic in post-mortem mode.\nThis is minimal amount of data needed to perform flush. In bytes.",
|
||||||
"id": "APPTRACE_POSTMORTEM_FLUSH_THRESH",
|
"id": "APPTRACE_POSTMORTEM_FLUSH_THRESH",
|
||||||
"name": "APPTRACE_POSTMORTEM_FLUSH_THRESH",
|
"name": "APPTRACE_POSTMORTEM_FLUSH_THRESH",
|
||||||
"range": null,
|
"range": [
|
||||||
|
0,
|
||||||
|
16384
|
||||||
|
],
|
||||||
"title": "Threshold for flushing last trace data to host on panic",
|
"title": "Threshold for flushing last trace data to host on panic",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -18233,7 +18257,7 @@
|
|||||||
"id": "ESP_IPC_TASK_STACK_SIZE",
|
"id": "ESP_IPC_TASK_STACK_SIZE",
|
||||||
"name": "ESP_IPC_TASK_STACK_SIZE",
|
"name": "ESP_IPC_TASK_STACK_SIZE",
|
||||||
"range": [
|
"range": [
|
||||||
512,
|
2048,
|
||||||
65536
|
65536
|
||||||
],
|
],
|
||||||
"title": "Inter-Processor Call (IPC) task stack size",
|
"title": "Inter-Processor Call (IPC) task stack size",
|
||||||
@@ -19777,7 +19801,10 @@
|
|||||||
"help": "Size of the memory to be reserved for core dump stack. If 0 core dump process will run on\nthe stack of crashed task/ISR, otherwise special stack will be allocated.\nTo ensure that core dump itself will not overflow task/ISR stack set this to the value around 1300-1800\ndepending on the chosen checksum calculation method. SHA256 method needs more stack space than CRC32.\nNOTE: It eats DRAM.",
|
"help": "Size of the memory to be reserved for core dump stack. If 0 core dump process will run on\nthe stack of crashed task/ISR, otherwise special stack will be allocated.\nTo ensure that core dump itself will not overflow task/ISR stack set this to the value around 1300-1800\ndepending on the chosen checksum calculation method. SHA256 method needs more stack space than CRC32.\nNOTE: It eats DRAM.",
|
||||||
"id": "ESP_COREDUMP_STACK_SIZE",
|
"id": "ESP_COREDUMP_STACK_SIZE",
|
||||||
"name": "ESP_COREDUMP_STACK_SIZE",
|
"name": "ESP_COREDUMP_STACK_SIZE",
|
||||||
"range": null,
|
"range": [
|
||||||
|
0,
|
||||||
|
4096
|
||||||
|
],
|
||||||
"title": "Reserved stack size",
|
"title": "Reserved stack size",
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
@@ -20801,7 +20828,7 @@
|
|||||||
"id": "FREERTOS_ISR_STACKSIZE",
|
"id": "FREERTOS_ISR_STACKSIZE",
|
||||||
"name": "FREERTOS_ISR_STACKSIZE",
|
"name": "FREERTOS_ISR_STACKSIZE",
|
||||||
"range": [
|
"range": [
|
||||||
1536,
|
2096,
|
||||||
32768
|
32768
|
||||||
],
|
],
|
||||||
"title": "ISR stack size",
|
"title": "ISR stack size",
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -360,9 +360,20 @@
|
|||||||
#define CONFIG_COMPILER_RT_LIB_NAME "gcc"
|
#define CONFIG_COMPILER_RT_LIB_NAME "gcc"
|
||||||
#define CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE 1
|
#define CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE 1
|
||||||
#define CONFIG_APPTRACE_DEST_NONE 1
|
#define CONFIG_APPTRACE_DEST_NONE 1
|
||||||
#define CONFIG_APPTRACE_DEST_UART_NONE 1
|
#define CONFIG_APPTRACE_DEST_UART 1
|
||||||
|
#define CONFIG_APPTRACE_DEST_UART_NOUSB 1
|
||||||
|
#define CONFIG_APPTRACE_DEST_UART1 1
|
||||||
|
#define CONFIG_APPTRACE_UART_TX_GPIO 12
|
||||||
|
#define CONFIG_APPTRACE_UART_RX_GPIO 13
|
||||||
|
#define CONFIG_APPTRACE_UART_BAUDRATE 1000000
|
||||||
|
#define CONFIG_APPTRACE_UART_RX_BUFF_SIZE 128
|
||||||
|
#define CONFIG_APPTRACE_UART_TX_BUFF_SIZE 4096
|
||||||
|
#define CONFIG_APPTRACE_UART_TX_MSG_SIZE 128
|
||||||
#define CONFIG_APPTRACE_UART_TASK_PRIO 1
|
#define CONFIG_APPTRACE_UART_TASK_PRIO 1
|
||||||
|
#define CONFIG_APPTRACE_ENABLE 1
|
||||||
#define CONFIG_APPTRACE_LOCK_ENABLE 1
|
#define CONFIG_APPTRACE_LOCK_ENABLE 1
|
||||||
|
#define CONFIG_APPTRACE_ONPANIC_HOST_FLUSH_TMO -1
|
||||||
|
#define CONFIG_APPTRACE_POSTMORTEM_FLUSH_THRESH 0
|
||||||
#define CONFIG_BT_ALARM_MAX_NUM 50
|
#define CONFIG_BT_ALARM_MAX_NUM 50
|
||||||
#define CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM 1
|
#define CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM 1
|
||||||
#define CONFIG_EFUSE_MAX_BLK_LEN 256
|
#define CONFIG_EFUSE_MAX_BLK_LEN 256
|
||||||
@@ -459,7 +470,7 @@
|
|||||||
#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1
|
#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1
|
||||||
#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1
|
#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1
|
||||||
#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 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_ESP_TIME_FUNCS_USE_RTC_TIMER 1
|
#define CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER 1
|
||||||
#define CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER 1
|
#define CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER 1
|
||||||
#define CONFIG_ESP_TIMER_TASK_STACK_SIZE 3584
|
#define CONFIG_ESP_TIMER_TASK_STACK_SIZE 3584
|
||||||
@@ -500,7 +511,16 @@
|
|||||||
#define CONFIG_ESP_WIFI_MBEDTLS_CRYPTO 1
|
#define CONFIG_ESP_WIFI_MBEDTLS_CRYPTO 1
|
||||||
#define CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT 1
|
#define CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT 1
|
||||||
#define CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT 1
|
#define CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT 1
|
||||||
#define CONFIG_ESP_COREDUMP_ENABLE_TO_NONE 1
|
#define CONFIG_ESP_COREDUMP_ENABLE_TO_UART 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_CHECKSUM_CRC32 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_ENABLE 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_LOGS 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_MAX_TASKS_NUM 64
|
||||||
|
#define CONFIG_ESP_COREDUMP_UART_DELAY 0
|
||||||
|
#define CONFIG_ESP_COREDUMP_STACK_SIZE 0
|
||||||
|
#define CONFIG_ESP_COREDUMP_DECODE_INFO 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_DECODE "info"
|
||||||
#define CONFIG_FATFS_VOLUME_COUNT 2
|
#define CONFIG_FATFS_VOLUME_COUNT 2
|
||||||
#define CONFIG_FATFS_LFN_NONE 1
|
#define CONFIG_FATFS_LFN_NONE 1
|
||||||
#define CONFIG_FATFS_SECTOR_4096 1
|
#define CONFIG_FATFS_SECTOR_4096 1
|
||||||
@@ -529,7 +549,7 @@
|
|||||||
#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1
|
#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1
|
||||||
#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1
|
#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1
|
||||||
#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 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_INTERRUPT_BACKTRACE 1
|
||||||
#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1
|
#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1
|
||||||
#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1
|
#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1
|
||||||
@@ -797,8 +817,19 @@
|
|||||||
#define CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC
|
#define CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC
|
||||||
#define CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT
|
#define CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT
|
||||||
#define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE
|
#define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE
|
||||||
|
#define CONFIG_ESP32_APPTRACE_ENABLE CONFIG_APPTRACE_ENABLE
|
||||||
#define CONFIG_ESP32_APPTRACE_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE
|
#define CONFIG_ESP32_APPTRACE_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE
|
||||||
#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE CONFIG_ESP_COREDUMP_ENABLE_TO_NONE
|
#define CONFIG_ESP32_APPTRACE_ONPANIC_HOST_FLUSH_TMO CONFIG_APPTRACE_ONPANIC_HOST_FLUSH_TMO
|
||||||
|
#define CONFIG_ESP32_APPTRACE_POSTMORTEM_FLUSH_TRAX_THRESH CONFIG_APPTRACE_POSTMORTEM_FLUSH_THRESH
|
||||||
|
#define CONFIG_ESP32_COREDUMP_CHECKSUM_CRC32 CONFIG_ESP_COREDUMP_CHECKSUM_CRC32
|
||||||
|
#define CONFIG_ESP32_COREDUMP_DATA_FORMAT_ELF CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_DECODE CONFIG_ESP_COREDUMP_DECODE
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_DECODE_INFO CONFIG_ESP_COREDUMP_DECODE_INFO
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_MAX_TASKS_NUM CONFIG_ESP_COREDUMP_MAX_TASKS_NUM
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_STACK_SIZE CONFIG_ESP_COREDUMP_STACK_SIZE
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_UART_DELAY CONFIG_ESP_COREDUMP_UART_DELAY
|
||||||
|
#define CONFIG_ESP32_ENABLE_COREDUMP CONFIG_ESP_COREDUMP_ENABLE
|
||||||
|
#define CONFIG_ESP32_ENABLE_COREDUMP_TO_UART CONFIG_ESP_COREDUMP_ENABLE_TO_UART
|
||||||
#define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE
|
#define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE
|
||||||
#define CONFIG_ESP32_PHY_MAX_TX_POWER CONFIG_ESP_PHY_MAX_TX_POWER
|
#define CONFIG_ESP32_PHY_MAX_TX_POWER CONFIG_ESP_PHY_MAX_TX_POWER
|
||||||
#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER CONFIG_ESP_PHY_MAX_WIFI_TX_POWER
|
#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER CONFIG_ESP_PHY_MAX_WIFI_TX_POWER
|
||||||
|
@@ -8,11 +8,24 @@
|
|||||||
"ADC_SUPPRESS_DEPRECATE_WARN": false,
|
"ADC_SUPPRESS_DEPRECATE_WARN": false,
|
||||||
"APPTRACE_DEST_JTAG": false,
|
"APPTRACE_DEST_JTAG": false,
|
||||||
"APPTRACE_DEST_NONE": true,
|
"APPTRACE_DEST_NONE": true,
|
||||||
"APPTRACE_DEST_UART1": false,
|
"APPTRACE_DEST_UART": true,
|
||||||
"APPTRACE_DEST_UART_NONE": true,
|
"APPTRACE_DEST_UART1": true,
|
||||||
|
"APPTRACE_DEST_UART_NONE": false,
|
||||||
|
"APPTRACE_DEST_UART_NOUSB": true,
|
||||||
"APPTRACE_DEST_USB_CDC": false,
|
"APPTRACE_DEST_USB_CDC": false,
|
||||||
|
"APPTRACE_ENABLE": true,
|
||||||
|
"APPTRACE_GCOV_ENABLE": false,
|
||||||
"APPTRACE_LOCK_ENABLE": true,
|
"APPTRACE_LOCK_ENABLE": true,
|
||||||
|
"APPTRACE_ONPANIC_HOST_FLUSH_TMO": -1,
|
||||||
|
"APPTRACE_POSTMORTEM_FLUSH_THRESH": 0,
|
||||||
|
"APPTRACE_SV_ENABLE": false,
|
||||||
|
"APPTRACE_UART_BAUDRATE": 1000000,
|
||||||
|
"APPTRACE_UART_RX_BUFF_SIZE": 128,
|
||||||
|
"APPTRACE_UART_RX_GPIO": 13,
|
||||||
"APPTRACE_UART_TASK_PRIO": 1,
|
"APPTRACE_UART_TASK_PRIO": 1,
|
||||||
|
"APPTRACE_UART_TX_BUFF_SIZE": 4096,
|
||||||
|
"APPTRACE_UART_TX_GPIO": 12,
|
||||||
|
"APPTRACE_UART_TX_MSG_SIZE": 128,
|
||||||
"APP_BUILD_BOOTLOADER": true,
|
"APP_BUILD_BOOTLOADER": true,
|
||||||
"APP_BUILD_GENERATE_BINARIES": true,
|
"APP_BUILD_GENERATE_BINARIES": true,
|
||||||
"APP_BUILD_TYPE_APP_2NDBOOT": true,
|
"APP_BUILD_TYPE_APP_2NDBOOT": true,
|
||||||
@@ -152,9 +165,22 @@
|
|||||||
"ESP_CONSOLE_UART_NUM": 0,
|
"ESP_CONSOLE_UART_NUM": 0,
|
||||||
"ESP_CONSOLE_USB_SERIAL_JTAG": false,
|
"ESP_CONSOLE_USB_SERIAL_JTAG": false,
|
||||||
"ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true,
|
"ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true,
|
||||||
|
"ESP_COREDUMP_CAPTURE_DRAM": false,
|
||||||
|
"ESP_COREDUMP_CHECKSUM_CRC32": true,
|
||||||
|
"ESP_COREDUMP_CHECKSUM_SHA256": false,
|
||||||
|
"ESP_COREDUMP_DATA_FORMAT_BIN": false,
|
||||||
|
"ESP_COREDUMP_DATA_FORMAT_ELF": true,
|
||||||
|
"ESP_COREDUMP_DECODE": "info",
|
||||||
|
"ESP_COREDUMP_DECODE_DISABLE": false,
|
||||||
|
"ESP_COREDUMP_DECODE_INFO": true,
|
||||||
|
"ESP_COREDUMP_ENABLE": true,
|
||||||
"ESP_COREDUMP_ENABLE_TO_FLASH": false,
|
"ESP_COREDUMP_ENABLE_TO_FLASH": false,
|
||||||
"ESP_COREDUMP_ENABLE_TO_NONE": true,
|
"ESP_COREDUMP_ENABLE_TO_NONE": false,
|
||||||
"ESP_COREDUMP_ENABLE_TO_UART": false,
|
"ESP_COREDUMP_ENABLE_TO_UART": true,
|
||||||
|
"ESP_COREDUMP_LOGS": true,
|
||||||
|
"ESP_COREDUMP_MAX_TASKS_NUM": 64,
|
||||||
|
"ESP_COREDUMP_STACK_SIZE": 0,
|
||||||
|
"ESP_COREDUMP_UART_DELAY": 0,
|
||||||
"ESP_DEBUG_OCDAWARE": true,
|
"ESP_DEBUG_OCDAWARE": true,
|
||||||
"ESP_DEBUG_STUBS_ENABLE": false,
|
"ESP_DEBUG_STUBS_ENABLE": false,
|
||||||
"ESP_DEFAULT_CPU_FREQ_MHZ": 160,
|
"ESP_DEFAULT_CPU_FREQ_MHZ": 160,
|
||||||
@@ -178,7 +204,7 @@
|
|||||||
"ESP_HTTP_CLIENT_ENABLE_HTTPS": true,
|
"ESP_HTTP_CLIENT_ENABLE_HTTPS": true,
|
||||||
"ESP_INT_WDT": true,
|
"ESP_INT_WDT": true,
|
||||||
"ESP_INT_WDT_TIMEOUT_MS": 300,
|
"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_BT": true,
|
||||||
"ESP_MAC_ADDR_UNIVERSE_ETH": true,
|
"ESP_MAC_ADDR_UNIVERSE_ETH": true,
|
||||||
"ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true,
|
"ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true,
|
||||||
@@ -403,7 +429,7 @@
|
|||||||
"FREERTOS_HZ": 100,
|
"FREERTOS_HZ": 100,
|
||||||
"FREERTOS_IDLE_TASK_STACKSIZE": 1536,
|
"FREERTOS_IDLE_TASK_STACKSIZE": 1536,
|
||||||
"FREERTOS_INTERRUPT_BACKTRACE": true,
|
"FREERTOS_INTERRUPT_BACKTRACE": true,
|
||||||
"FREERTOS_ISR_STACKSIZE": 1536,
|
"FREERTOS_ISR_STACKSIZE": 2096,
|
||||||
"FREERTOS_MAX_TASK_NAME_LEN": 16,
|
"FREERTOS_MAX_TASK_NAME_LEN": 16,
|
||||||
"FREERTOS_NO_AFFINITY": 2147483647,
|
"FREERTOS_NO_AFFINITY": 2147483647,
|
||||||
"FREERTOS_NUMBER_OF_CORES": 1,
|
"FREERTOS_NUMBER_OF_CORES": 1,
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "1.1",
|
"version": "1.1",
|
||||||
"project_name": "ESP32-Console",
|
"project_name": "ESP32-Console",
|
||||||
"project_version": "ESP32-Node_Switch-v2.7-3240-g4c8578742-dirty",
|
"project_version": "ESP32-Node_Switch-v2.7-3245-gf49499e3a-dirty",
|
||||||
"project_path": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console",
|
"project_path": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console",
|
||||||
"idf_path": "/home/abobkov/esp/v5.3.2/esp-idf",
|
"idf_path": "/home/abobkov/esp/v5.3.2/esp-idf",
|
||||||
"build_dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build",
|
"build_dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build",
|
||||||
|
@@ -284,7 +284,7 @@ CONFIG_IDF_TOOLCHAIN="gcc"
|
|||||||
CONFIG_IDF_TARGET_ARCH_RISCV=y
|
CONFIG_IDF_TARGET_ARCH_RISCV=y
|
||||||
CONFIG_IDF_TARGET_ARCH="riscv"
|
CONFIG_IDF_TARGET_ARCH="riscv"
|
||||||
CONFIG_IDF_TARGET="esp32c3"
|
CONFIG_IDF_TARGET="esp32c3"
|
||||||
CONFIG_IDF_INIT_VERSION="$IDF_INIT_VERSION"
|
CONFIG_IDF_INIT_VERSION="5.3.2"
|
||||||
CONFIG_IDF_TARGET_ESP32C3=y
|
CONFIG_IDF_TARGET_ESP32C3=y
|
||||||
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005
|
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user