Skip to content

Commit 9b0c95d

Browse files
authored
Add support for Lilka (v2) board (#1317)
1 parent 1b83055 commit 9b0c95d

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

boards/lilka_v2.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld",
5+
"memory_type": "qio_opi",
6+
"partitions": "default_16MB.csv"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_LILKA",
11+
"-DLILKA_VERSION=2",
12+
"-DARDUINO_USB_MODE=1",
13+
"-DARDUINO_USB_CDC_ON_BOOT=1",
14+
"-DARDUINO_RUNNING_CORE=1",
15+
"-DARDUINO_EVENT_RUNNING_CORE=1",
16+
"-DBOARD_HAS_PSRAM"
17+
],
18+
"f_cpu": "240000000L",
19+
"f_flash": "80000000L",
20+
"flash_mode": "qio",
21+
"hwids": [
22+
[
23+
"0x239A",
24+
"0x8145"
25+
],
26+
[
27+
"0x239A",
28+
"0x0145"
29+
],
30+
[
31+
"0x239A",
32+
"0x8146"
33+
]
34+
],
35+
"mcu": "esp32s3",
36+
"variant": "esp32s3"
37+
},
38+
"connectivity": [
39+
"bluetooth",
40+
"wifi"
41+
],
42+
"debug": {
43+
"openocd_target": "esp32s3.cfg"
44+
},
45+
"frameworks": [
46+
"arduino",
47+
"espidf"
48+
],
49+
"name": "Lilka v2",
50+
"upload": {
51+
"flash_size": "16MB",
52+
"maximum_ram_size": 327680,
53+
"maximum_size": 16777216,
54+
"require_upload_port": true,
55+
"speed": 460800
56+
},
57+
"url": "https://github.com/and3rson/lilka",
58+
"vendor": "Anderson & friends"
59+
}
60+

0 commit comments

Comments
 (0)