Skip to content

Commit c6a8c9a

Browse files
Fixed missing PSRAM for Adafruit Feather ESP32-S3 TFT (#1498)
1 parent 1874b09 commit c6a8c9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

boards/adafruit_feather_esp32s3_tft.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
"build": {
33
"arduino": {
44
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
5+
"partitions": "partitions-4MB-tinyuf2.csv",
6+
"memory_type": "qio_qspi"
67
},
78
"core": "esp32",
89
"extra_flags": [
910
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_TFT",
1011
"-DARDUINO_USB_CDC_ON_BOOT=1",
1112
"-DARDUINO_RUNNING_CORE=1",
12-
"-DARDUINO_EVENT_RUNNING_CORE=1"
13+
"-DARDUINO_EVENT_RUNNING_CORE=1",
14+
"-DBOARD_HAS_PSRAM"
1315
],
1416
"f_cpu": "240000000L",
1517
"f_flash": "80000000L",

0 commit comments

Comments
 (0)