Skip to content

Commit 4af2326

Browse files
Add Seeed Xiao ESP32C6 board (#1547)
Currently only ESP-IDF is supported
1 parent 33c5d50 commit 4af2326

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

Diff for: boards/seeed_xiao_esp32c6.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"f_cpu": "160000000L",
5+
"f_flash": "80000000L",
6+
"flash_mode": "qio",
7+
"hwids": [
8+
[
9+
"0x2886",
10+
"0x0048"
11+
],
12+
[
13+
"0x2886",
14+
"0x8048"
15+
]
16+
],
17+
"mcu": "esp32c6"
18+
},
19+
"connectivity": [
20+
"wifi",
21+
"bluetooth",
22+
"zigbee",
23+
"thread"
24+
],
25+
"debug": {
26+
"openocd_target": "esp32c6.cfg"
27+
},
28+
"frameworks": [
29+
"espidf"
30+
],
31+
"name": "Seeed Studio XIAO ESP32C6",
32+
"upload": {
33+
"flash_size": "4MB",
34+
"maximum_ram_size": 327680,
35+
"maximum_size": 4194304,
36+
"require_upload_port": true,
37+
"speed": 460800
38+
},
39+
"url": "https://wiki.seeedstudio.com/XIAO_ESP32C6_Getting_Started/",
40+
"vendor": "Seeed Studio"
41+
}

0 commit comments

Comments
 (0)