Skip to content

Commit 3452c3e

Browse files
authored
Add RYMCU ESP32-Dev and ESP32-C3 boards (#1494)
1 parent e972aab commit 3452c3e

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

boards/rymcu-esp32-c3-devkitm-1.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32c3_out.ld"
5+
},
6+
"core": "esp32",
7+
"f_cpu": "160000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "qio",
10+
"extra_flags": "-DARDUINO_ESP32C3_DEV",
11+
"mcu": "esp32c3",
12+
"variant": "esp32c3"
13+
},
14+
"connectivity": [
15+
"wifi",
16+
"bluetooth"
17+
],
18+
"debug": {
19+
"openocd_target": "esp32c3.cfg"
20+
},
21+
"frameworks": [
22+
"arduino",
23+
"espidf"
24+
],
25+
"name": "RYMCU ESP32-C3-DevKitM-1",
26+
"upload": {
27+
"flash_size": "4MB",
28+
"maximum_ram_size": 327680,
29+
"maximum_size": 4194304,
30+
"require_upload_port": true,
31+
"speed": 460800
32+
},
33+
"url": "https://rymcu.com/products",
34+
"vendor": "RYMCU"
35+
}

boards/rymcu-esp32-devkitc.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": "-DARDUINO_ESP32_DEV",
8+
"f_cpu": "240000000L",
9+
"f_flash": "40000000L",
10+
"flash_mode": "dio",
11+
"mcu": "esp32",
12+
"variant": "esp32"
13+
},
14+
"connectivity": [
15+
"wifi",
16+
"bluetooth",
17+
"ethernet",
18+
"can"
19+
],
20+
"debug": {
21+
"openocd_board": "esp-wroom-32.cfg"
22+
},
23+
"frameworks": [
24+
"arduino",
25+
"espidf"
26+
],
27+
"name": "RYMCU ESP32-DevKitC",
28+
"upload": {
29+
"flash_size": "4MB",
30+
"maximum_ram_size": 327680,
31+
"maximum_size": 4194304,
32+
"require_upload_port": true,
33+
"speed": 460800
34+
},
35+
"url": "https://rymcu.com/products",
36+
"vendor": "RYMCU"
37+
}

0 commit comments

Comments
 (0)