Skip to content

Commit

Permalink
Fix Seeed XIAO ESP32S3 PSRAM (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
alwint3r authored Apr 24, 2023
1 parent de49a76 commit 9562c12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/seeed_xiao_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"arduino": {
"ldscript": "esp32s3_out.ld",
"partitions": "default_8MB.csv",
"memory_type": "qio_qspi"
"memory_type": "qio_opi"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_XIAO_ESP32S3",
"-DBOARD_HAS_PSRAM",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1",
"-DARDUINO_RUNNING_CORE=1",
Expand Down

0 comments on commit 9562c12

Please sign in to comment.