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 1874b09 commit c6a8c9aCopy full SHA for c6a8c9a
boards/adafruit_feather_esp32s3_tft.json
@@ -2,14 +2,16 @@
2
"build": {
3
"arduino": {
4
"ldscript": "esp32s3_out.ld",
5
- "partitions": "partitions-4MB-tinyuf2.csv"
+ "partitions": "partitions-4MB-tinyuf2.csv",
6
+ "memory_type": "qio_qspi"
7
},
8
"core": "esp32",
9
"extra_flags": [
10
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_TFT",
11
"-DARDUINO_USB_CDC_ON_BOOT=1",
12
"-DARDUINO_RUNNING_CORE=1",
- "-DARDUINO_EVENT_RUNNING_CORE=1"
13
+ "-DARDUINO_EVENT_RUNNING_CORE=1",
14
+ "-DBOARD_HAS_PSRAM"
15
],
16
"f_cpu": "240000000L",
17
"f_flash": "80000000L",
0 commit comments