File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 66 target :
77 type : choice
88 description : Choose Target
9- default : ' esp32s3 '
9+ default : ' all '
1010 options :
11+ - ' all'
1112 - ' esp32s3'
1213 - ' esp32p4'
1314 log_level :
Original file line number Diff line number Diff line change @@ -24,3 +24,9 @@ CONFIG_ESP_REV_MIN_FULL=0
2424CONFIG_ESP32P4_REV_MAX_FULL=99
2525CONFIG_ESP_REV_MAX_FULL=99
2626# end of Chip revision
27+
28+ CONFIG_SPIRAM_XIP_FROM_PSRAM=y
29+ CONFIG_CACHE_L2_CACHE_256KB=y
30+ CONFIG_CACHE_L2_CACHE_LINE_128B=y
31+ # The chip does not function properly when the following configuration option is enabled.
32+ # CONFIG_COMPILER_OPTIMIZATION_PERF=y
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ CONFIG_SPIRAM_MODE_OCT=y
22CONFIG_SPIRAM_IGNORE_NOTFOUND=y
33# CONFIG_SPIRAM_MEMTEST is not set
44
5- CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
6- CONFIG_SPIRAM_RODATA=y
5+ CONFIG_SPIRAM_XIP_FROM_PSRAM=y
You can’t perform that action at this time.
0 commit comments