Skip to content

Commit c8acb2b

Browse files
committed
boards:add Quectel MC25 GSM Module
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 2775a68 commit c8acb2b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

boards/mc25.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"build": {
3+
"core": "logicrom",
4+
"cpu": "mips",
5+
"f_cpu": "178000000L",
6+
"mcu": "RDA8955",
7+
"variant": "mc65",
8+
"logicromtype": "release",
9+
"hwids": [
10+
[
11+
"0x1782",
12+
"0x4D11"
13+
]
14+
]
15+
},
16+
"connectivity": [
17+
"cellular",
18+
"gps"
19+
],
20+
"frameworks": [
21+
"arduino",
22+
"logicromsdk"
23+
],
24+
"name": "Quectel MC25 GSM Module",
25+
"upload": {
26+
"maximum_ram_size": 1040384,
27+
"maximum_size": 589824,
28+
"require_upload_port": false,
29+
"speed": 460800
30+
},
31+
"url": "https://www.quectel.com/product/gsm-gprs-m65",
32+
"vendor": "Quectel Wireless Solutions Co., Ltd."
33+
}

0 commit comments

Comments
 (0)