Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64fc427

Browse files
authoredApr 22, 2024
Update defconfig.120m
1 parent 60d49c9 commit 64fc427

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎configs/defconfig.120m

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
CONFIG_ESPTOOLPY_FLASHFREQ_120M=y
22
CONFIG_SPIRAM_SPEED_120M=y
33
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

Comments
 (0)
Please sign in to comment.