Skip to content

Commit 660f6c9

Browse files
committed
add m5stamp-c3 board
1 parent 03254d4 commit 660f6c9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

boards/m5stamp-c3.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32c3_out.ld"
5+
},
6+
"core": "esp32",
7+
"f_cpu": "160000000L",
8+
"f_flash": "40000000L",
9+
"flash_mode": "qio",
10+
"mcu": "esp32c3",
11+
"variant": "esp32c3"
12+
},
13+
"connectivity": [
14+
"wifi",
15+
"bluetooth"
16+
],
17+
"debug": {
18+
"openocd_target": "esp32c3.cfg"
19+
},
20+
"frameworks": [
21+
"arduino",
22+
"espidf"
23+
],
24+
"name": "M5Stamp C3",
25+
"upload": {
26+
"flash_size": "4MB",
27+
"maximum_ram_size": 327680,
28+
"maximum_size": 4194304,
29+
"require_upload_port": true,
30+
"speed": 460800
31+
},
32+
"url": "https://docs.m5stack.com/en/core/stamp_c3",
33+
"vendor": "M5Stack"
34+
}

0 commit comments

Comments
 (0)