File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
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
+ "f_cpu" : " 160000000L" ,
8
+ "f_flash" : " 80000000L" ,
9
+ "flash_mode" : " qio" ,
10
+ "extra_flags" : " -DARDUINO_ESP32C3_DEV" ,
11
+ "mcu" : " esp32c3" ,
12
+ "variant" : " esp32c3"
13
+ },
14
+ "connectivity" : [
15
+ " wifi" ,
16
+ " bluetooth"
17
+ ],
18
+ "debug" : {
19
+ "openocd_target" : " esp32c3.cfg"
20
+ },
21
+ "frameworks" : [
22
+ " arduino" ,
23
+ " espidf"
24
+ ],
25
+ "name" : " Espressif ESP32-C3-DevKitC-02" ,
26
+ "upload" : {
27
+ "flash_size" : " 4MB" ,
28
+ "maximum_ram_size" : 327680 ,
29
+ "maximum_size" : 4194304 ,
30
+ "require_upload_port" : true ,
31
+ "speed" : 460800
32
+ },
33
+ "url" : " https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitc-02.html" ,
34
+ "vendor" : " Espressif"
35
+ }
Original file line number Diff line number Diff line change 12
12
"variant" : " esp32c3"
13
13
},
14
14
"connectivity" : [
15
- " wifi"
15
+ " wifi" ,
16
+ " bluetooth"
16
17
],
17
18
"debug" : {
18
19
"openocd_target" : " esp32c3.cfg"
You can’t perform that action at this time.
0 commit comments