Skip to content

Commit 5994869

Browse files
committed
fix(esp32-s3-box-3): specify flash / PSRAM size
1 parent 9e78df9 commit 5994869

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/esp32-s3-box-3/board.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description":"Next-generation development tool designed for AIoT, Edge AI, and IIoT applications.",
55
"author": "Ariella Eliassaf",
66
"mcu": "esp32-s3",
7+
"mcuAttrs": {
8+
"flashSize": "16",
9+
"psramSize": "16",
10+
"psramType": "octal"
11+
},
712
"fqbn": "esp32:esp32:esp32s3box",
813

914
"width": 96.54,

0 commit comments

Comments
 (0)