Skip to content

Commit 5135639

Browse files
Add WeAct Studio ESP32C3CoreBoard (#1465)
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent 76a59aa commit 5135639

File tree

1 file changed

+45
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)