File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,11 @@ CONFIG_SPI_SLAVE_ISR_IN_IRAM=y
282282#
283283CONFIG_CAN_ISR_IN_IRAM=
284284
285+ #
286+ # UART configuration
287+ #
288+ CONFIG_UART_ISR_IN_IRAM=
289+
285290#
286291# eFuse Bit Manager
287292#
@@ -622,6 +627,7 @@ CONFIG_FREERTOS_ISR_STACKSIZE=1536
622627CONFIG_FREERTOS_LEGACY_HOOKS=
623628CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16
624629CONFIG_SUPPORT_STATIC_ALLOCATION=y
630+ CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK=
625631CONFIG_TIMER_TASK_PRIORITY=1
626632CONFIG_TIMER_TASK_STACK_DEPTH=2048
627633CONFIG_TIMER_QUEUE_LENGTH=10
@@ -936,6 +942,7 @@ CONFIG_UNITY_ENABLE_DOUBLE=y
936942CONFIG_UNITY_ENABLE_COLOR=
937943CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y
938944CONFIG_UNITY_ENABLE_FIXTURE=
945+ CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL=
939946
940947#
941948# Virtual file system
Original file line number Diff line number Diff line change 22
33IDF_COMPS=" $IDF_PATH /components"
44IDF_TOOLCHAIN=" xtensa-esp32-elf"
5- IDF_TOOLCHAIN_LINUX_ARMEL=" https://dl.espressif. com/dl/ xtensa-esp32-elf-linux-armel-1.22.0-96-g2852398 -5.2.0.tar.gz"
6- IDF_TOOLCHAIN_LINUX32=" https://dl.espressif. com/dl/ xtensa-esp32-elf-linux32-1.22.0-96-g2852398 -5.2.0.tar.gz"
7- IDF_TOOLCHAIN_LINUX64=" https://dl.espressif. com/dl/ xtensa-esp32-elf-linux64-1.22.0-96-g2852398 -5.2.0.tar.gz"
8- IDF_TOOLCHAIN_WIN32=" https://dl.espressif. com/dl/ xtensa-esp32-elf-win32-1.22.0-96-g2852398 -5.2.0.zip"
9- IDF_TOOLCHAIN_MACOS=" https://dl.espressif. com/dl/ xtensa-esp32-elf-osx -1.22.0-96-g2852398 -5.2.0.tar.gz"
5+ IDF_TOOLCHAIN_LINUX_ARMEL=" https://github. com/espressif/arduino-esp32/releases/download/1.0.5-rc5/ xtensa-esp32-elf-linux-armel-1.22.0-97-gc752ad5 -5.2.0.tar.gz"
6+ IDF_TOOLCHAIN_LINUX32=" https://github. com/espressif/arduino-esp32/releases/download/1.0.5-rc5/ xtensa-esp32-elf-linux32-1.22.0-97-gc752ad5 -5.2.0.tar.gz"
7+ IDF_TOOLCHAIN_LINUX64=" https://github. com/espressif/arduino-esp32/releases/download/1.0.5-rc5/ xtensa-esp32-elf-linux64-1.22.0-97-gc752ad5 -5.2.0.tar.gz"
8+ IDF_TOOLCHAIN_WIN32=" https://github. com/espressif/arduino-esp32/releases/download/1.0.5-rc5/ xtensa-esp32-elf-win32-1.22.0-97-gc752ad5 -5.2.0.zip"
9+ IDF_TOOLCHAIN_MACOS=" https://github. com/espressif/arduino-esp32/releases/download/1.0.5-rc5/ xtensa-esp32-elf-macos -1.22.0-97-gc752ad5 -5.2.0.tar.gz"
1010
1111if [ -z $IDF_BRANCH ]; then
1212 IDF_BRANCH=" release/v3.3"
You can’t perform that action at this time.
0 commit comments