Skip to content

Commit 36445b2

Browse files
authored
Add Lolin S3 board (platformio#905)
1 parent ccae219 commit 36445b2

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

boards/lolin_s3.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_16MB.csv",
6+
"memory_type": "qio_opi"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DBOARD_HAS_PSRAM",
11+
"-DARDUINO_LOLIN_S3",
12+
"-DARDUINO_USB_MODE=1",
13+
"-DARDUINO_USB_CDC_ON_BOOT=1"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "qio",
18+
"hwids": [
19+
[
20+
"0x303A",
21+
"0x1001"
22+
]
23+
],
24+
"mcu": "esp32s3",
25+
"variant": "lolin_s3"
26+
},
27+
"connectivity": [
28+
"wifi"
29+
],
30+
"debug": {
31+
"openocd_target": "esp32s3.cfg"
32+
},
33+
"frameworks": [
34+
"arduino",
35+
"espidf"
36+
],
37+
"name": "WEMOS LOLIN S3",
38+
"upload": {
39+
"flash_size": "16MB",
40+
"maximum_ram_size": 327680,
41+
"maximum_size": 16777216,
42+
"use_1200bps_touch": true,
43+
"wait_for_upload_port": true,
44+
"require_upload_port": true,
45+
"speed": 460800
46+
},
47+
"url": "https://www.wemos.cc/en/latest/s3/index.html",
48+
"vendor": "WEMOS"
49+
}

0 commit comments

Comments
 (0)