Skip to content

Commit 3d0b975

Browse files
modularevJason2866
andauthored
Add SparkFun Qwiic Pocket board definition (#63)
* Add SparkFun Qwiic Pocket board definition * change json formatting --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
1 parent 90dbefb commit 3d0b975

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": [
5+
"-DARDUINO_SFE_QWIIC_POCKET_ESP32C6",
6+
"-DARDUINO_USB_MODE=1",
7+
"-DARDUINO_USB_CDC_ON_BOOT=1"
8+
],
9+
"f_cpu": "160000000L",
10+
"f_flash": "80000000L",
11+
"flash_mode": "qio",
12+
"mcu": "esp32c6",
13+
"variant": "sparkfun_esp32c6_qwiic_pocket"
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 Qwiic Pocket",
29+
"upload": {
30+
"flash_size": "4MB",
31+
"maximum_ram_size": 327680,
32+
"maximum_size": 4194304,
33+
"require_upload_port": true,
34+
"speed": 460800
35+
},
36+
"url": "https://www.sparkfun.com/products/22925",
37+
"vendor": "SparkFun"
38+
}

0 commit comments

Comments
 (0)