Skip to content

Commit 72c17ae

Browse files
committed
feat(xiao-esp32-c3): add board
1 parent b7be7f4 commit 72c17ae

File tree

2 files changed

+746
-0
lines changed

2 files changed

+746
-0
lines changed

boards/xiao-esp32-c3/board.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "Seeed Studio XIAO ESP32-C3",
3+
"version": "1",
4+
"description": "An IoT mini development board based on the Espressif ESP32-C3 WiFi/Bluetooth dual-mode chip",
5+
"author": "Uri Shaked",
6+
"mcu": "esp32-c3",
7+
"fqbn": "esp32:esp32:XIAO_ESP32C3",
8+
"width": 18.1,
9+
"height": 23.4,
10+
11+
"pins": {
12+
"D0": { "x": 1.4335, "y": 4.9305, "target": "GPIO2" },
13+
"D1": { "x": 1.4335, "y": 7.4705, "target": "GPIO3" },
14+
"D2": { "x": 1.4335, "y": 10.0105, "target": "GPIO4" },
15+
"D3": { "x": 1.4335, "y": 12.5505, "target": "GPIO5" },
16+
"D4": { "x": 1.4335, "y": 15.0905, "target": "GPIO6" },
17+
"D5": { "x": 1.4335, "y": 17.6305, "target": "GPIO7" },
18+
"D6": { "x": 1.4335, "y": 20.1705, "target": "GPIO21" },
19+
20+
"D7": { "x": 16.51, "y": 20.1705, "target": "GPIO20" },
21+
"D8": { "x": 16.51, "y": 17.6305, "target": "GPIO8" },
22+
"D9": { "x": 16.51, "y": 15.0905, "target": "GPIO9" },
23+
"D10": { "x": 16.51, "y": 12.5505, "target": "GPIO10" },
24+
"3V3": { "x": 16.51, "y": 10.0105, "target": "power(3.3)" },
25+
"GND": { "x": 16.51, "y": 7.4705, "target": "GND" },
26+
"5V": { "x": 16.51, "y": 4.9305, "target": "power(5)" }
27+
}
28+
}

0 commit comments

Comments
 (0)