Skip to content

Commit 2575a81

Browse files
committed
Add ESP32-S3-USB-OTG board
Resolves #1262
1 parent a886fdc commit 2575a81

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

boards/esp32s3usbotg.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_ESP32_S3_USB_OTG",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "80000000L",
15+
"flash_mode": "qio",
16+
"hwids": [
17+
[
18+
"0x303A",
19+
"0x1001"
20+
]
21+
],
22+
"mcu": "esp32s3",
23+
"variant": "esp32s3usbotg"
24+
},
25+
"connectivity": [
26+
"wifi",
27+
"bluetooth"
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-USB-OTG",
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/espressif-esp-dev-kits/en/latest/esp32s3/esp32-s3-usb-otg/user_guide.html",
49+
"vendor": "Espressif"
50+
}

0 commit comments

Comments
 (0)