Skip to content

Commit 8a8ae19

Browse files
committed
feat(xiao-esp32-c6): add board
1 parent d517d60 commit 8a8ae19

File tree

2 files changed

+155
-0
lines changed

2 files changed

+155
-0
lines changed

boards/xiao-esp32-c6/board.json

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "Seeed Studio XIAO ESP32-C6",
3+
"version": "1",
4+
"description": "An IoT mini development board based on the Espressif ESP32-C6 WiFi/Bluetooth dual-mode chip",
5+
"author": "Uri Shaked",
6+
"mcu": "esp32-c6",
7+
"fqbn": "esp32:esp32:XIAO_ESP32C6",
8+
"width": 18.1,
9+
"height": 23.4,
10+
"mcuAttrs": {
11+
"flashSize": "4",
12+
"serialInterface": "USB_SERIAL_JTAG"
13+
},
14+
15+
"pins": {
16+
"D0": { "x": 1.4335, "y": 4.9305, "target": "GPIO0" },
17+
"D1": { "x": 1.4335, "y": 7.4705, "target": "GPIO1" },
18+
"D2": { "x": 1.4335, "y": 10.0105, "target": "GPIO2" },
19+
"D3": { "x": 1.4335, "y": 12.5505, "target": "GPIO21" },
20+
"D4": { "x": 1.4335, "y": 15.0905, "target": "GPIO22" },
21+
"D5": { "x": 1.4335, "y": 17.6305, "target": "GPIO23" },
22+
"D6": { "x": 1.4335, "y": 20.1705, "target": "GPIO16" },
23+
24+
"D7": { "x": 16.51, "y": 20.1705, "target": "GPIO17" },
25+
"D8": { "x": 16.51, "y": 17.6305, "target": "GPIO19" },
26+
"D9": { "x": 16.51, "y": 15.0905, "target": "GPIO20" },
27+
"D10": { "x": 16.51, "y": 12.5505, "target": "GPIO18" },
28+
"3V3": { "x": 16.51, "y": 10.0105, "target": "power(3.3)" },
29+
"GND": { "x": 16.51, "y": 7.4705, "target": "GND" },
30+
"5V": { "x": 16.51, "y": 4.9305, "target": "power(5)" },
31+
32+
/* Virtual pins */
33+
"$gpio15": { "target": "GPIO15" }
34+
},
35+
36+
"leds": [
37+
{
38+
"id": "led1",
39+
"x": 14.641,
40+
"y": 6.7305,
41+
"type": "0603",
42+
"color": "yellow",
43+
"pins": {
44+
"A": "3V3",
45+
"C": "$gpio15"
46+
}
47+
}
48+
]
49+
}

0 commit comments

Comments
 (0)