Skip to content

Commit 8324876

Browse files
committed
add boards/LilyGo-T-Display-S3-long.json with different typo again
1 parent 081102f commit 8324876

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

boards/LilyGo-T-Display-S3-long.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"memory_type": "qio_opi",
6+
"partitions": "default_16MB.csv"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_ESP32S3_DEV",
11+
"-DARDUINO_USB_MODE=1",
12+
"-DARDUINO_USB_CDC_ON_BOOT=1",
13+
"-DARDUINO_RUNNING_CORE=1",
14+
"-DARDUINO_EVENT_RUNNING_CORE=1"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "qio",
19+
"hwids": [
20+
[
21+
"0x303A",
22+
"0x1001"
23+
]
24+
],
25+
"mcu": "esp32s3",
26+
"variant": "esp32s3"
27+
},
28+
"connectivity": [
29+
"wifi",
30+
"bluetooth"
31+
],
32+
"debug": {
33+
"default_tool": "esp-builtin",
34+
"onboard_tools": ["esp-builtin"],
35+
"openocd_target": "esp32s3.cfg"
36+
},
37+
"frameworks": [
38+
"arduino",
39+
"espidf"
40+
],
41+
"name": "LilyGo T-Display S3 long (16M Flash 8M PSRAM)",
42+
"upload": {
43+
"flash_size": "16MB",
44+
"maximum_ram_size": 327680,
45+
"maximum_size": 16777216,
46+
"require_upload_port": true,
47+
"speed": 921600
48+
},
49+
"url": "https://www.lilygo.cc/products/t-display-s3-long",
50+
"vendor": "LilyGo"
51+
}

0 commit comments

Comments
 (0)