File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments