Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 229ff42

Browse files
doskoiegnor
authored andcommitted
Update for DFRobot ESP32 boards (platformio#829)
* fix: correcting hardware config for firebeetle-32 * add: DFRobot Beetle 32C
1 parent 5fa4e2d commit 229ff42

File tree

2 files changed

+52
-7
lines changed

2 files changed

+52
-7
lines changed

boards/dfrobot_beetle_esp32c3.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32c3_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ESP32C3_DEV",
9+
"-DARDUINO_USB_MODE=1"
10+
],
11+
"f_cpu": "160000000L",
12+
"f_flash": "80000000L",
13+
"flash_mode": "qio",
14+
"hwids": [
15+
[
16+
"0x3343",
17+
"0x8364"
18+
],
19+
[
20+
"0x303A",
21+
"0x1001"
22+
]
23+
],
24+
"mcu": "esp32c3",
25+
"variant": "dfrobot_beetle_esp32c3"
26+
},
27+
"connectivity": [
28+
"wifi"
29+
],
30+
"debug": {
31+
"openocd_target": "esp32c3.cfg"
32+
},
33+
"frameworks": [
34+
"arduino",
35+
"espidf"
36+
],
37+
"name": "DFRobot Beetle ESP32-C3",
38+
"upload": {
39+
"flash_size": "4MB",
40+
"maximum_ram_size": 327680,
41+
"maximum_size": 4194304,
42+
"require_upload_port": true,
43+
"speed": 460800
44+
},
45+
"url": "https://www.dfrobot.com/product-2566.html",
46+
"vendor": "DFRobot"
47+
}

boards/firebeetle32.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
},
1414
"connectivity": [
1515
"wifi",
16-
"bluetooth",
17-
"ethernet",
18-
"can"
16+
"bluetooth"
1917
],
2018
"debug": {
2119
"openocd_board": "esp-wroom-32.cfg"
@@ -26,12 +24,12 @@
2624
],
2725
"name": "FireBeetle-ESP32",
2826
"upload": {
29-
"flash_size": "4MB",
30-
"maximum_ram_size": 327680,
31-
"maximum_size": 4194304,
27+
"flash_size": "16MB",
28+
"maximum_ram_size": 532480,
29+
"maximum_size": 16777216,
3230
"require_upload_port": true,
3331
"speed": 460800
3432
},
35-
"url": "https://dfrobotblog.wordpress.com",
33+
"url": "https://wiki.dfrobot.com/FireBeetle_ESP32_IOT_Microcontroller(V3.0)__Supports_Wi-Fi_&_Bluetooth__SKU__DFR0478",
3634
"vendor": "DFRobot"
3735
}

0 commit comments

Comments
 (0)