File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-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" : " -DARDUINO_ESP32_DEV" ,
8
+ "f_cpu" : " 240000000L" ,
9
+ "f_flash" : " 40000000L" ,
10
+ "flash_mode" : " dio" ,
11
+ "flags" : " -DCORE_DEBUG_LEVEL=5" ,
12
+ "mcu" : " esp32" ,
13
+ "variant" : " esp32"
14
+ },
15
+ "connectivity" : [
16
+ " wifi" ,
17
+ " bluetooth" ,
18
+ " ethernet" ,
19
+ " can"
20
+ ],
21
+ "debug" : {
22
+ "openocd_board" : " esp-wroom-32.cfg"
23
+ },
24
+ "frameworks" : [
25
+ " arduino" ,
26
+ " espidf"
27
+ ],
28
+ "name" : " LionBit" ,
29
+ "upload" : {
30
+ "flash_size" : " 4MB" ,
31
+ "maximum_ram_size" : 327680 ,
32
+ "maximum_size" : 4194304 ,
33
+ "require_upload_port" : true ,
34
+ "speed" : 115200
35
+ },
36
+ "monitor" : {
37
+ "speed" : 115200
38
+ },
39
+ "url" : " http://lionbit.lk/" ,
40
+ "vendor" : " Lion::Bit"
41
+ }
You can’t perform that action at this time.
0 commit comments