File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
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
+ ],
29
+ "debug" : {
30
+ "openocd_target" : " esp32c6.cfg"
31
+ },
32
+ "frameworks" : [
33
+ " espidf"
34
+ ],
35
+ "name" : " Seeed Studio XIAO ESP32C6" ,
36
+ "upload" : {
37
+ "flash_size" : " 4MB" ,
38
+ "maximum_ram_size" : 327680 ,
39
+ "maximum_size" : 4194304 ,
40
+ "require_upload_port" : true ,
41
+ "speed" : 460800
42
+ },
43
+ "url" : " https://wiki.seeedstudio.com/XIAO_ESP32C6_Getting_Started/" ,
44
+ "vendor" : " Seeed Studio"
45
+ }
You can’t perform that action at this time.
0 commit comments