File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-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" : " -DARDUINO_TTGO_T_OI_PLUS_DEV" ,
11
+ "mcu" : " esp32c3" ,
12
+ "variant" : " ttgo-t-oi-plus"
13
+ },
14
+ "connectivity" : [
15
+ " wifi"
16
+ ],
17
+ "debug" : {
18
+ "openocd_target" : " esp32c3.cfg"
19
+ },
20
+ "frameworks" : [
21
+ " arduino" ,
22
+ " espidf"
23
+ ],
24
+ "name" : " TTGO T-OI PLUS RISC-V ESP32-C3" ,
25
+ "upload" : {
26
+ "flash_size" : " 4MB" ,
27
+ "maximum_ram_size" : 327680 ,
28
+ "maximum_size" : 4194304 ,
29
+ "require_upload_port" : true ,
30
+ "speed" : 460800
31
+ },
32
+ "url" : " http://www.lilygo.cn/prod_view.aspx?TypeId=50044&Id=1361&FId=t3:50044:3" ,
33
+ "vendor" : " TTGO"
34
+ }
You can’t perform that action at this time.
0 commit comments