We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d49c9 commit 64fc427Copy full SHA for 64fc427
configs/defconfig.120m
@@ -1,3 +1,16 @@
1
CONFIG_ESPTOOLPY_FLASHFREQ_120M=y
2
CONFIG_SPIRAM_SPEED_120M=y
3
CONFIG_SPI_FLASH_HPM_ENA=y
4
+CONFIG_COMPILER_DUMP_RTL_FILES=y
5
+CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
6
+CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
7
+# bounce buffer mode relies on GDMA EOF interrupt to be service-able
8
+CONFIG_GDMA_ISR_IRAM_SAFE=y
9
+# silent the error check, as the error string are stored in rodata, causing RTL check failure
10
+CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
11
+CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
12
+# place non-ISR FreeRTOS functions in Flash
13
+CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
14
+# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
15
+CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
16
+CONFIG_SPIRAM_RODATA=y
0 commit comments