File tree 1 file changed +39
-0
lines changed
1 file changed +39
-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_NOLOGO_ESP32C3_SUPER_MINI" ,
12
+ " -DARDUINO_USB_MODE=1" ,
13
+ " -DARDUINO_USB_CDC_ON_BOOT=1"
14
+ ],
15
+ "mcu" : " esp32c3" ,
16
+ "variant" : " nologo_esp32c3_super_mini"
17
+ },
18
+ "connectivity" : [
19
+ " wifi" ,
20
+ " bluetooth"
21
+ ],
22
+ "debug" : {
23
+ "openocd_target" : " esp32c3.cfg"
24
+ },
25
+ "frameworks" : [
26
+ " arduino" ,
27
+ " espidf"
28
+ ],
29
+ "name" : " Nologo ESP32C3 Super Mini" ,
30
+ "upload" : {
31
+ "flash_size" : " 4MB" ,
32
+ "maximum_ram_size" : 327680 ,
33
+ "maximum_size" : 4194304 ,
34
+ "require_upload_port" : true ,
35
+ "speed" : 460800
36
+ },
37
+ "url" : " https://www.nologo.tech/product/esp32/esp32c3SuperMini/esp32C3SuperMini.html" ,
38
+ "vendor" : " Nologo"
39
+ }
You can’t perform that action at this time.
0 commit comments