Skip to content

Commit c917f1f

Browse files
authored
Create esp32-s3-touch-lcd-1.28.json
1 parent 0f5033b commit c917f1f

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

boards/esp32-s3-touch-lcd-1.28.json

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_8MB.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_ESP32_S3_TOUCH_LCD_128",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1",
12+
"-DBOARD_HAS_PSRAM"
13+
],
14+
"f_cpu": "240000000L",
15+
"f_flash": "80000000L",
16+
"flash_mode": "qio",
17+
"hwids": [
18+
[
19+
"1A86",
20+
"55D3"
21+
]
22+
],
23+
"mcu": "esp32s3",
24+
"variant": "esp32s3"
25+
},
26+
"connectivity": [
27+
"bluetooth",
28+
"wifi"
29+
],
30+
"debug": {
31+
"default_tool": "esp-builtin",
32+
"onboard_tools": [
33+
"esp-builtin"
34+
],
35+
"openocd_target": "esp32s3.cfg"
36+
},
37+
"frameworks": [
38+
"arduino",
39+
"espidf"
40+
],
41+
"name": "Waveshare ESP32-S3-Touch-LCD-1.28",
42+
"upload": {
43+
"flash_size": "16MB",
44+
"maximum_ram_size": 327680,
45+
"maximum_size": 16777216,
46+
"require_upload_port": true,
47+
"speed": 460800
48+
},
49+
"url": "https://www.waveshare.com/esp32-s3-touch-lcd-1.28.htm",
50+
"vendor": "Waveshare"
51+
}

0 commit comments

Comments
 (0)