Skip to content

Commit 61e9531

Browse files
Add board definition for Freenove ESP32-S3-WROOM (#1469)
1 parent 7f21fb1 commit 61e9531

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

boards/freenove_esp32_s3_wroom.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_8MB.csv",
6+
"memory_type": "qio_opi"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_ESP32S3_DEV",
11+
"-DARDUINO_RUNNING_CORE=1",
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DBOARD_HAS_PSRAM",
14+
"-DARDUINO_USB_MODE=0",
15+
"-DARDUINO_USB_CDC_ON_BOOT=0"
16+
],
17+
"f_cpu": "240000000L",
18+
"f_flash": "80000000L",
19+
"flash_mode": "qio",
20+
"psram_type": "opi",
21+
"hwids": [
22+
[
23+
"0x303A",
24+
"0x1001"
25+
]
26+
],
27+
"mcu": "esp32s3",
28+
"variant": "esp32s3"
29+
},
30+
"connectivity": [
31+
"bluetooth",
32+
"wifi"
33+
],
34+
"debug": {
35+
"default_tool": "esp-builtin",
36+
"onboard_tools": [
37+
"esp-builtin"
38+
],
39+
"openocd_target": "esp32s3.cfg"
40+
},
41+
"frameworks": [
42+
"arduino",
43+
"espidf"
44+
],
45+
"name": "Freenove ESP32-S3 WROOM N8R8 (8MB Flash / 8MB PSRAM)",
46+
"upload": {
47+
"flash_size": "8MB",
48+
"maximum_ram_size": 327680,
49+
"maximum_size": 8388608,
50+
"require_upload_port": true,
51+
"speed": 921600
52+
},
53+
"url": "https://github.com/Freenove/Freenove_ESP32_S3_WROOM_Board",
54+
"vendor": "Freenove"
55+
}

0 commit comments

Comments
 (0)