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
+ "arduino" : {
4
+ "ldscript" : " esp32c3_out.ld"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : [
8
+ " -DARDUINO_ESP32C3_DEV" ,
9
+ " -DARDUINO_USB_MODE=1" ,
10
+ " -DARDUINO_USB_CDC_ON_BOOT=1"
11
+ ],
12
+ "f_cpu" : " 160000000L" ,
13
+ "f_flash" : " 80000000L" ,
14
+ "flash_mode" : " qio" ,
15
+ "hwids" : [
16
+ [
17
+ " 0x303A" ,
18
+ " 0x1001"
19
+ ]
20
+ ],
21
+ "mcu" : " esp32c3" ,
22
+ "variant" : " esp32c3"
23
+ },
24
+ "connectivity" : [
25
+ " wifi" ,
26
+ " bluetooth"
27
+ ],
28
+ "debug" : {
29
+ "openocd_target" : " esp32c3.cfg"
30
+ },
31
+ "frameworks" : [
32
+ " arduino" ,
33
+ " espidf"
34
+ ],
35
+ "name" : " WeAct Studio ESP32C3CoreBoard" ,
36
+ "upload" : {
37
+ "flash_size" : " 4MB" ,
38
+ "maximum_ram_size" : 409600 ,
39
+ "maximum_size" : 393216 ,
40
+ "require_upload_port" : true ,
41
+ "speed" : 460800
42
+ },
43
+ "url" : " https://github.com/WeActStudio/WeActStudio.ESP32C3CoreBoard" ,
44
+ "vendor" : " WeAct Studio"
45
+ }
You can’t perform that action at this time.
0 commit comments