Skip to content

Commit ef6d83d

Browse files
authored
Add support for DFRobot Firebeetle2 ESP32-C6 (#287)
This commit introduces initial support for the DFRobot Firebeetle2 ESP32-C6 board, including its configuration file.
1 parent bc26d25 commit ef6d83d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": [
5+
"-DARDUINO_DFROBOT_FIREBEETLE_2_ESP32C6",
6+
"-DARDUINO_USB_MODE=1",
7+
"-DARDUINO_USB_CDC_ON_BOOT=1"
8+
],
9+
"f_cpu": "160000000L",
10+
"f_flash": "80000000L",
11+
"flash_mode": "qio",
12+
"mcu": "esp32c6",
13+
"variant": "dfrobot_firebeetle2_esp32c6"
14+
},
15+
"connectivity": [
16+
"wifi",
17+
"bluetooth",
18+
"zigbee",
19+
"thread"
20+
],
21+
"debug": {
22+
"openocd_target": "esp32c6.cfg"
23+
},
24+
"frameworks": [
25+
"arduino",
26+
"espidf"
27+
],
28+
"name": "DFRobot FireBeetle 2 ESP32-C6",
29+
"upload": {
30+
"flash_size": "4MB",
31+
"maximum_ram_size": 327680,
32+
"maximum_size": 4194304,
33+
"require_upload_port": true,
34+
"speed": 460800
35+
},
36+
"url": "https://wiki.dfrobot.com/SKU_DFR1075_FireBeetle_2_Board_ESP32_C6/",
37+
"vendor": "DFRobot"
38+
}

0 commit comments

Comments
 (0)