File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-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
+ "f_cpu" : " 160000000L" ,
8
+ "f_flash" : " 80000000L" ,
9
+ "flash_mode" : " qio" ,
10
+ "extra_flags" : [
11
+ " -DARDUINO_ESP32C3_M1_I_KIT" ,
12
+ " -DARDUINO_USB_MODE=1"
13
+ ],
14
+ "mcu" : " esp32c3" ,
15
+ "variant" : " esp_c3_m1_i_kit"
16
+ },
17
+ "connectivity" : [
18
+ " wifi"
19
+ ],
20
+ "debug" : {
21
+ "openocd_target" : " esp32c3.cfg"
22
+ },
23
+ "frameworks" : [
24
+ " arduino" ,
25
+ " espidf"
26
+ ],
27
+ "name" : " Ai-Thinker ESP-C3-M1-I-Kit" ,
28
+ "upload" : {
29
+ "flash_size" : " 4MB" ,
30
+ "maximum_ram_size" : 327680 ,
31
+ "maximum_size" : 4194304 ,
32
+ "require_upload_port" : true ,
33
+ "speed" : 460800
34
+ },
35
+ "url" : " https://docs.ai-thinker.com/en/esp32c3" ,
36
+ "vendor" : " Ai-Thinker"
37
+ }
You can’t perform that action at this time.
0 commit comments