File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
m5stack/boards/M5STACK_Fire Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set(SDKCONFIG_DEFAULTS
13
13
./boards/sdkconfig.240mhz
14
14
./boards/sdkconfig.disable_iram
15
15
./boards/M5STACK_Fire/sdkconfig.board
16
- ./boards/sdkconfig.spiram
16
+ # ./boards/sdkconfig.spiram
17
17
)
18
18
19
19
# If not enable LVGL, ignore this...
Original file line number Diff line number Diff line change @@ -7,10 +7,26 @@ CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=n
7
7
CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC=y
8
8
9
9
# Flash
10
- CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
11
- CONFIG_ESPTOOLPY_FLASHFREQ="80m"
10
+ # CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
11
+ # CONFIG_ESPTOOLPY_FLASHFREQ="80m"
12
12
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
13
13
14
+
15
+ CONFIG_SPIRAM=y
16
+ CONFIG_ESP32_SPIRAM_SUPPORT=y
17
+ CONFIG_SPIRAM_CACHE_WORKAROUND=y
18
+ CONFIG_SPIRAM_IGNORE_NOTFOUND=y
19
+ #CONFIG_SPIRAM_USE_MEMMAP=y
20
+
21
+ CONFIG_COMPILER_OPTIMIZATION_SIZE=y
22
+ CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
23
+ CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y
24
+ CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
25
+ CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH=y
26
+
27
+ CONFIG_SPIRAM_SPEED_40M=y
28
+ CONFIG_SPIRAM_SPEED=40
29
+
14
30
# MicroPython on ESP32, ESP IDF configuration with SPIRAM support
15
31
16
32
CONFIG_ESP32_SPIRAM_SUPPORT=y
You can’t perform that action at this time.
0 commit comments