Skip to content

Commit 7293107

Browse files
authored
Add Lion:Bit S3 board (#1179)
1 parent 13a4062 commit 7293107

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

boards/lionbits3.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_LIONBITS3_DEV",
9+
"-DARDUINO_USB_MODE=1",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "80000000L",
15+
"flash_mode": "qio",
16+
"hwids": [
17+
[
18+
"0x303A",
19+
"0x1001"
20+
]
21+
],
22+
"mcu": "esp32s3",
23+
"variant": "lionbits3"
24+
},
25+
"connectivity": [
26+
"bluetooth",
27+
"wifi"
28+
],
29+
"debug": {
30+
"default_tool": "esp-builtin",
31+
"onboard_tools": [
32+
"esp-builtin"
33+
],
34+
"openocd_target": "esp32s3.cfg"
35+
},
36+
"frameworks": [
37+
"arduino",
38+
"espidf"
39+
],
40+
"name": "Lion:Bit S3 STEM Dev Board",
41+
"upload": {
42+
"flash_size": "4MB",
43+
"maximum_ram_size": 327680,
44+
"maximum_size": 4194304,
45+
"wait_for_upload_port": true,
46+
"require_upload_port": true,
47+
"speed": 460800
48+
},
49+
"url": "https://lionbit.cc/shop/",
50+
"vendor": "Lion:Bit"
51+
}

0 commit comments

Comments
 (0)