This repository was archived by the owner on Jun 18, 2024. It is now read-only.
File tree 2 files changed +52
-7
lines changed
2 files changed +52
-7
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 13
13
},
14
14
"connectivity" : [
15
15
" wifi" ,
16
- " bluetooth" ,
17
- " ethernet" ,
18
- " can"
16
+ " bluetooth"
19
17
],
20
18
"debug" : {
21
19
"openocd_board" : " esp-wroom-32.cfg"
26
24
],
27
25
"name" : " FireBeetle-ESP32" ,
28
26
"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 ,
32
30
"require_upload_port" : true ,
33
31
"speed" : 460800
34
32
},
35
- "url" : " https://dfrobotblog.wordpress .com" ,
33
+ "url" : " https://wiki.dfrobot .com/FireBeetle_ESP32_IOT_Microcontroller(V3.0)__Supports_Wi-Fi_&_Bluetooth__SKU__DFR0478 " ,
36
34
"vendor" : " DFRobot"
37
35
}
You can’t perform that action at this time.
0 commit comments