Skip to content

Commit 1e67706

Browse files
kdpuvvadiJason2866
andauthored
WaveShare ESP32-S3-Zero support (#90)
* Add Waveshare ESP32-S3-Zero board support * add build `extra_flags` * Add PSRAM build flag * Update waveshare_esp32_s3_zero.json --------- Co-authored-by: Jason2866 <[email protected]>
1 parent 316e9c6 commit 1e67706

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

boards/waveshare_esp32_s3_zero.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"memory_type": "qio_qspi"
5+
},
6+
"core": "esp32",
7+
"f_cpu": "240000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "qio",
10+
"mcu": "esp32s3",
11+
"variant": "waveshare_esp32_s3_zero",
12+
"extra_flags": [
13+
"-DARDUINO_ESP32S3_DEV",
14+
"-DARDUINO_USB_MODE=1",
15+
"-DARDUINO_RUNNING_CORE=1",
16+
"-DARDUINO_EVENT_RUNNING_CORE=1",
17+
"-DBOARD_HAS_PSRAM"
18+
]
19+
},
20+
"connectivity": [
21+
"bluetooth",
22+
"wifi"
23+
],
24+
"debug": {
25+
"openocd_target": "esp32s3.cfg"
26+
},
27+
"frameworks": [
28+
"arduino",
29+
"espidf"
30+
],
31+
"name": "Waveshare ESP32-S3-Zero",
32+
"upload": {
33+
"flash_size": "4MB",
34+
"maximum_ram_size": 327680,
35+
"maximum_size": 4194304,
36+
"require_upload_port": true,
37+
"speed": 460800
38+
},
39+
"url": "https://www.waveshare.com/wiki/ESP32-S3-Zero",
40+
"vendor": "Waveshare"
41+
}

0 commit comments

Comments
 (0)