Skip to content

Commit f7b207d

Browse files
committed
Boards: Add support for SIMcom SIM868 2G Module
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 7f00469 commit f7b207d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

boards/sim868.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"build": {
3+
"core": "siwigsm",
4+
"cpu": "arm9ejs",
5+
"f_cpu": "260000000L",
6+
"mcu": "MT2503",
7+
"variant": "sim868",
8+
"newlib": "nano",
9+
"siwilib": "release",
10+
"extra_flags": "-DPLATFORM_SIM868U=1",
11+
"hwids": [
12+
[
13+
"0x0E8D",
14+
"0x0003"
15+
]
16+
]
17+
},
18+
"connectivity": [
19+
"gsm",
20+
"bluetooth",
21+
"gps"
22+
],
23+
"frameworks": [
24+
"arduino",
25+
"siwisdk"
26+
],
27+
"name": "SIMCOM SIM868 GSM Module",
28+
"upload": {
29+
"maximum_ram_size": 96256,
30+
"maximum_size": 262144,
31+
"require_upload_port": true,
32+
"speed": 460800
33+
},
34+
"url": "https://www.simcom.com/product/SIM868.html",
35+
"vendor": "SIMCom"
36+
}

0 commit comments

Comments
 (0)