Skip to content

Commit 9af319e

Browse files
authored
Create lilygo-t3-s3.json
1 parent 3678b61 commit 9af319e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

boards/lilygo-t3-s3.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"memory_type": "qio_qspi"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_LILYGO_T3_S3_V1_X",
9+
"-DBOARD_HAS_PSRAM",
10+
"-DARDUINO_USB_CDC_ON_BOOT=1",
11+
"-DARDUINO_RUNNING_CORE=1",
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DARDUINO_USB_MODE=1"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "qio",
18+
"mcu": "esp32s3",
19+
"variant": "esp32s3"
20+
},
21+
"connectivity": [
22+
"bluetooth",
23+
"wifi"
24+
],
25+
"debug": {
26+
"openocd_target": "esp32s3.cfg"
27+
},
28+
"frameworks": [
29+
"arduino",
30+
"espidf"
31+
],
32+
"name": "LilyGo T3-S3",
33+
"upload": {
34+
"flash_size": "4MB",
35+
"maximum_ram_size": 327680,
36+
"maximum_size": 4194304,
37+
"require_upload_port": true,
38+
"speed": 460800
39+
},
40+
"url": "https://lilygo.cc/products/t3s3-v1-0",
41+
"vendor": "LilyGo"
42+
}

0 commit comments

Comments
 (0)