File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments