Skip to content

Commit e56ee6d

Browse files
committed
Add Fibocom L610 4G module support
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent b3eb591 commit e56ee6d

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

boards/l610.json

Lines changed: 35 additions & 0 deletions
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": "l610",
8+
"logicromtype": "release",
9+
"extra_flags": "-DSOC_RDA8910=1 -DPLATFORM_L610=1",
10+
"hwids": [
11+
[
12+
"0x1782",
13+
"0x4D11"
14+
]
15+
]
16+
},
17+
"connectivity": [
18+
"gsm",
19+
"bluetooth",
20+
"gps"
21+
],
22+
"frameworks": [
23+
"arduino",
24+
"logicromsdk"
25+
],
26+
"name": "Fibocom L610 LTE Cat.1 Module",
27+
"upload": {
28+
"maximum_ram_size": 1048576,
29+
"maximum_size": 1048576,
30+
"require_upload_port": false,
31+
"speed": 460800
32+
},
33+
"url": "https://www.fibocom.com/en/myproducts/info_itemid_1902.html",
34+
"vendor": "Fibocom Wireless Inc."
35+
}

0 commit comments

Comments
 (0)