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 6
6
target :
7
7
type : choice
8
8
description : Choose Target
9
- default : ' esp32s3 '
9
+ default : ' all '
10
10
options :
11
+ - ' all'
11
12
- ' esp32s3'
12
13
- ' esp32p4'
13
14
log_level :
Original file line number Diff line number Diff line change @@ -24,3 +24,9 @@ CONFIG_ESP_REV_MIN_FULL=0
24
24
CONFIG_ESP32P4_REV_MAX_FULL=99
25
25
CONFIG_ESP_REV_MAX_FULL=99
26
26
# end of Chip revision
27
+
28
+ CONFIG_CACHE_L2_CACHE_256KB=y
29
+ CONFIG_CACHE_L2_CACHE_LINE_128B=y
30
+ # The chip does not function properly when the following configuration option is enabled.
31
+ # CONFIG_COMPILER_OPTIMIZATION_PERF=y
32
+ # CONFIG_SPIRAM_XIP_FROM_PSRAM=y
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ CONFIG_SPIRAM_MODE_OCT=y
2
2
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
3
3
# CONFIG_SPIRAM_MEMTEST is not set
4
4
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