Skip to content

Commit 0ba3f19

Browse files
Add Waveshare ESP32-S3-Matrix board support (#86)
1 parent e3c581e commit 0ba3f19

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

boards/ws_esp32_s3_matrix.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"f_cpu": "240000000L",
5+
"f_flash": "80000000L",
6+
"memory_type": "qio_qspi"
7+
"mcu": "esp32s3",
8+
"variant": "ws_esp32_s3_matrix"
9+
},
10+
"connectivity": [
11+
"bluetooth",
12+
"wifi"
13+
],
14+
"debug": {
15+
"openocd_target": "esp32s3.cfg"
16+
},
17+
"frameworks": [
18+
"arduino",
19+
"espidf"
20+
],
21+
"name": "Waveshare ESP32-S3-Matrix",
22+
"upload": {
23+
"flash_size": "4MB",
24+
"maximum_ram_size": 327680,
25+
"maximum_size": 4194304,
26+
"wait_for_upload_port": true,
27+
"require_upload_port": true,
28+
"speed": 460800
29+
},
30+
"url": "https://www.waveshare.com/wiki/ESP32-S3-Matrix",
31+
"vendor": "Waveshare"
32+
}

0 commit comments

Comments
 (0)