Skip to content

Commit e4262ee

Browse files
authored
Add support for DFRobot FireBeetle 2 ESP32-E board (platformio#1026)
1 parent 3090e34 commit e4262ee

File tree

1 file changed

+39
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)