Skip to content

Commit 832a843

Browse files
authored
Create esp32s3_120_16_8-qio_opi.json
1 parent 8594dd4 commit 832a843

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

boards/esp32s3_120_16_8-qio_opi.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+
"memory_type": "qio_opi",
5+
"partitions": "default_16MB.csv"
6+
},
7+
"core": "esp32",
8+
"f_cpu": "240000000L",
9+
"f_flash": "80000000L",
10+
"f_boot": "120000000L",
11+
"boot": "qio",
12+
"flash_mode": "qio",
13+
"extra_flags": [
14+
"-DBOARD_HAS_PSRAM",
15+
"-DARDUINO_USB_MODE=1",
16+
"-DARDUINO_USB_CDC_ON_BOOT=1",
17+
"-DARDUINO_RUNNING_CORE=1",
18+
"-DARDUINO_EVENT_RUNNING_CORE=1"
19+
],
20+
"hwids": [
21+
[
22+
"0x303A",
23+
"0x1001"
24+
]
25+
],
26+
"mcu": "esp32s3",
27+
"variant": "esp32s3"
28+
},
29+
"connectivity": [
30+
"bluetooth",
31+
"wifi"
32+
],
33+
"debug": {
34+
"openocd_target": "esp32s3.cfg"
35+
},
36+
"frameworks": [
37+
"arduino",
38+
"espidf"
39+
],
40+
"name": "ESP32-S3 16MB QIO, 8MB OPI PSRAM",
41+
"upload": {
42+
"flash_size": "16MB",
43+
"maximum_ram_size": 327680,
44+
"maximum_size": 16777216,
45+
"require_upload_port": true,
46+
"speed": 460800
47+
},
48+
"url": "https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf",
49+
"vendor": "espressif"
50+
}

0 commit comments

Comments
 (0)