Skip to content

Commit d5559ab

Browse files
authored
Add ESP32-S3-DevKitM-1 board (platformio#1191)
1 parent a9b9d09 commit d5559ab

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

boards/esp32-s3-devkitm-1.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_8MB.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_ESP32S3_DEV",
10+
"-DARDUINO_USB_MODE=1",
11+
"-DARDUINO_RUNNING_CORE=1",
12+
"-DARDUINO_EVENT_RUNNING_CORE=1"
13+
],
14+
"f_cpu": "240000000L",
15+
"f_flash": "80000000L",
16+
"flash_mode": "qio",
17+
"hwids": [
18+
[
19+
"0x303A",
20+
"0x1001"
21+
]
22+
],
23+
"mcu": "esp32s3",
24+
"variant": "esp32s3"
25+
},
26+
"connectivity": [
27+
"wifi"
28+
],
29+
"debug": {
30+
"default_tool": "esp-builtin",
31+
"onboard_tools": [
32+
"esp-builtin"
33+
],
34+
"openocd_target": "esp32s3.cfg"
35+
},
36+
"frameworks": [
37+
"arduino",
38+
"espidf"
39+
],
40+
"name": "Espressif ESP32-S3-DevKitM-1",
41+
"upload": {
42+
"flash_size": "8MB",
43+
"maximum_ram_size": 327680,
44+
"maximum_size": 8388608,
45+
"require_upload_port": true,
46+
"speed": 460800
47+
},
48+
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitm-1.html",
49+
"vendor": "Espressif"
50+
}

0 commit comments

Comments
 (0)