Skip to content

Commit 7f9a9c1

Browse files
authored
Add Sparkfun ESP32-C6 Thing Plus board definition (#31)
1 parent 87d27ab commit 7f9a9c1

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"f_cpu": "160000000L",
5+
"f_flash": "80000000L",
6+
"flash_mode": "qio",
7+
"mcu": "esp32c6",
8+
"variant": "sparkfun_esp32c6_thing_plus",
9+
"extra_flags": [
10+
"-DARDUINO_ESP32C6_THING_PLUS",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_USB_MODE=1"
13+
]
14+
},
15+
"connectivity": [
16+
"wifi",
17+
"bluetooth",
18+
"zigbee",
19+
"thread"
20+
],
21+
"debug": {
22+
"openocd_target": "esp32c6.cfg"
23+
},
24+
"frameworks": [
25+
"arduino",
26+
"espidf"
27+
],
28+
"name": "Sparkfun ESP32-C6 Thing Plus",
29+
"upload": {
30+
"flash_size": "16MB",
31+
"maximum_ram_size": 327680,
32+
"maximum_size": 16777216,
33+
"require_upload_port": true,
34+
"speed": 460800
35+
},
36+
"url": "https://www.sparkfun.com/products/22924",
37+
"vendor": "Sparkfun"
38+
}

0 commit comments

Comments
 (0)