Skip to content

Commit 858e212

Browse files
committed
enable octal flash in sdkconfig
1 parent 401d160 commit 858e212

File tree

1 file changed

+43
-0
lines changed
  • ports/espressif/boards/espressif_esp32s3_devkitc_1_n32r8

1 file changed

+43
-0
lines changed

ports/espressif/boards/espressif_esp32s3_devkitc_1_n32r8/sdkconfig

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,49 @@ CONFIG_SPIRAM_USE_MEMMAP=y
2727
# CONFIG_SPIRAM_USE_CAPS_ALLOC is not set
2828
# CONFIG_SPIRAM_USE_MALLOC is not set
2929
CONFIG_SPIRAM_MEMTEST=y
30+
31+
#
32+
# Serial flasher config
33+
#
34+
CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200
35+
# CONFIG_ESPTOOLPY_NO_STUB is not set
36+
CONFIG_ESPTOOLPY_OCT_FLASH=y
37+
CONFIG_ESPTOOLPY_FLASHMODE_OPI=y
38+
# CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR is not set
39+
CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR=y
40+
CONFIG_ESPTOOLPY_FLASHMODE="dout"
41+
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
42+
# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set
43+
# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set
44+
CONFIG_ESPTOOLPY_FLASHFREQ="80m"
45+
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
46+
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
47+
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
48+
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
49+
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
50+
CONFIG_ESPTOOLPY_FLASHSIZE_32MB=y
51+
# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set
52+
# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set
53+
CONFIG_ESPTOOLPY_FLASHSIZE="32MB"
54+
CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y
55+
CONFIG_ESPTOOLPY_BEFORE_RESET=y
56+
# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set
57+
CONFIG_ESPTOOLPY_BEFORE="default_reset"
58+
CONFIG_ESPTOOLPY_AFTER_RESET=y
59+
# CONFIG_ESPTOOLPY_AFTER_NORESET is not set
60+
CONFIG_ESPTOOLPY_AFTER="hard_reset"
61+
# CONFIG_ESPTOOLPY_MONITOR_BAUD_CONSOLE is not set
62+
# CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B is not set
63+
# CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B is not set
64+
CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B=y
65+
# CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B is not set
66+
# CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B is not set
67+
# CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB is not set
68+
# CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER is not set
69+
CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL=115200
70+
CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
71+
# end of Serial flasher config
72+
3073
#
3174
# LWIP
3275
#

0 commit comments

Comments
 (0)