Skip to content

Commit bbacdbe

Browse files
authored
Create lionbit config file (platformio#692)
* Create lionbit config file * Changed upload speed.
1 parent 495c689 commit bbacdbe

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

boards/lionbit.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
}

0 commit comments

Comments
 (0)