Skip to content

Commit cb6d257

Browse files
committed
Add board support for Seeed XIAO ESP32C6
1 parent 022e604 commit cb6d257

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

boards/seeed_xiao_esp32c6.json

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

0 commit comments

Comments
 (0)