File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11CONFIG_IDF_TARGET="esp32s3"
22
3+ CONFIG_IDF_EXPERIMENTAL_FEATURES=y
4+
5+ CONFIG_SPI_FLASH_UNDER_HIGH_FREQ=y ....
6+ CONFIG_SPI_FLASH_HPM_ENA=y
7+
38CONFIG_COMPILER_OPTIMIZATION_PERF=y
49# CONFIG_COMPILER_OPTIMIZATION_SIZE=y
510
@@ -11,7 +16,7 @@ CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
1116CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
1217# over twice as fast as DIO
1318CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
14- CONFIG_ESPTOOLPY_FLASHFREQ_80M =y
19+ CONFIG_ESPTOOLPY_FLASHFREQ_120M =y
1520
1621CONFIG_FREERTOS_HZ=1000
1722
@@ -29,7 +34,8 @@ CONFIG_ESP_TIMER_TASK_STACK_SIZE=10240
2934CONFIG_SPIRAM=y
3035CONFIG_SPIRAM_USE_MALLOC=y
3136CONFIG_SPIRAM_MODE_OCT=y
32- CONFIG_SPIRAM_SPEED_80M=y
37+ CONFIG_SPIRAM_SPEED_120M=y
38+ CONFIG_SPIRAM_SPEED=120
3339CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
3440CONFIG_SPIRAM_RODATA=y
3541# anything larger than this is attempted to allocate within SPIRAM first
You can’t perform that action at this time.
0 commit comments