Skip to content

Commit 1874b09

Browse files
authored
Add RYMCU ESP32-S3-DevKitC-1 board (#1489)
1 parent 0bdfa30 commit 1874b09

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

boards/rymcu-esp32-s3-devkitc-1.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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+
"-DBOARD_HAS_PSRAM"
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": "esp32s3"
26+
},
27+
"connectivity": [
28+
"bluetooth",
29+
"wifi"
30+
],
31+
"debug": {
32+
"default_tool": "esp-builtin",
33+
"onboard_tools": [
34+
"esp-builtin"
35+
],
36+
"openocd_target": "esp32s3.cfg"
37+
},
38+
"frameworks": [
39+
"arduino",
40+
"espidf"
41+
],
42+
"name": "RYMCU ESP32-S3-DevKitC-1-N8R2 (8 MB QD, 2 MB PSRAM)",
43+
"upload": {
44+
"flash_size": "8MB",
45+
"maximum_ram_size": 327680,
46+
"maximum_size": 8388608,
47+
"require_upload_port": true,
48+
"speed": 460800
49+
},
50+
"url": "https://rymcu.com/products",
51+
"vendor": "RYMCU"
52+
}

0 commit comments

Comments
 (0)