We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de49a76 commit 9562c12Copy full SHA for 9562c12
boards/seeed_xiao_esp32s3.json
@@ -3,11 +3,12 @@
3
"arduino": {
4
"ldscript": "esp32s3_out.ld",
5
"partitions": "default_8MB.csv",
6
- "memory_type": "qio_qspi"
+ "memory_type": "qio_opi"
7
},
8
"core": "esp32",
9
"extra_flags": [
10
"-DARDUINO_XIAO_ESP32S3",
11
+ "-DBOARD_HAS_PSRAM",
12
"-DARDUINO_USB_MODE=1",
13
"-DARDUINO_USB_CDC_ON_BOOT=1",
14
"-DARDUINO_RUNNING_CORE=1",
0 commit comments