Skip to content

Commit 7c80fcc

Browse files
committed
boards:add logicrom spark board support
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 7088b24 commit 7c80fcc

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

boards/logicrom_spark.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"build": {
3+
"core": "logicrom",
4+
"cpu": "armv7a",
5+
"f_cpu": "500000000L",
6+
"mcu": "RDA8910",
7+
"variant": "ec200u",
8+
"logicromtype": "release",
9+
"extra_flags": "-DPLATFORM_LOGICROM_SPARK=1",
10+
"hwids": [
11+
[
12+
"0x1782",
13+
"0x4D11"
14+
]
15+
]
16+
},
17+
"connectivity": [
18+
"cellular",
19+
"bluetooth",
20+
"gps"
21+
],
22+
"frameworks": [
23+
"arduino",
24+
"logicromsdk"
25+
],
26+
"name": "logicrom Spark LTE-G (EC200U)",
27+
"upload": {
28+
"maximum_ram_size": 524288,
29+
"maximum_size": 1048576,
30+
"require_upload_port": false,
31+
"speed": 460800
32+
},
33+
"url": "https://logicrom.com",
34+
"vendor": "Waybyte Solutions"
35+
}

0 commit comments

Comments
 (0)