Skip to content

Commit d76f77f

Browse files
committed
feat: add support for WeAct Studio ESP32C3
1 parent 022e604 commit d76f77f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

boards/weact_studio_esp32c3.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "WeAct Studio ESP32-C3",
3+
"vendor": "WeAct Studio",
4+
"url": "https://github.com/WeActStudio/WeActStudio.ESP32C3CoreBoard",
5+
"frameworks": [
6+
"arduino",
7+
"espidf"
8+
],
9+
"connectivity": [
10+
"wifi",
11+
"bluetooth"
12+
],
13+
"build": {
14+
"mcu": "esp32c3",
15+
"core": "esp32",
16+
"variant": "weact_studio_esp32c3",
17+
"f_cpu": "160000000L",
18+
"f_flash": "80000000L",
19+
"flash_mode": "qio",
20+
"hwids": [
21+
[
22+
"0X303A",
23+
"0x1001"
24+
]
25+
],
26+
"extra_flags": [
27+
"-DARDUINO_WEACT_STUDIO_ESP32C3",
28+
"-DARDUINO_USB_MODE=1",
29+
"-DARDUINO_USB_CDC_ON_BOOT=1"
30+
],
31+
"arduino":{
32+
"ldscript": "esp32c3_out.ld"
33+
},
34+
"variants_dir": "variants"
35+
},
36+
"upload": {
37+
"flash_size": "4MB",
38+
"maximum_ram_size": 327680,
39+
"maximum_size": 4194304,
40+
"require_upload_port": true,
41+
"speed": 460800
42+
},
43+
"debug": {
44+
"openocd_target": "esp32c3.cfg"
45+
}
46+
}

0 commit comments

Comments
 (0)