Skip to content

Commit a585861

Browse files
committed
Add new board TTGO T-OI PLUS RISC-V ESP32-C3
1 parent 272f8ef commit a585861

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

boards/ttgo-t-oi-plus.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
}

0 commit comments

Comments
 (0)