Skip to content

Commit dd2061f

Browse files
committed
board: add quectel MC20UCB module
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 6e0e018 commit dd2061f

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

boards/quectelm56.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cpu": "arm9ejs",
55
"f_cpu": "260000000L",
66
"mcu": "MT6261",
7-
"variant": "s20u",
7+
"variant": "mc20u",
88
"newlib": "nano",
99
"logicromtype": "release",
1010
"extra_flags": "-DPLATFORM_M56=1",

boards/s20gsm.json renamed to boards/quectelmc20u.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@
44
"cpu": "arm9ejs",
55
"f_cpu": "260000000L",
66
"mcu": "MT2503",
7-
"variant": "s20u",
7+
"variant": "mc20u",
88
"newlib": "nano",
99
"logicromtype": "release",
10-
"extra_flags": "-DPLATFORM_S20U=1",
11-
"hwids": [
12-
[
13-
"0x0E8D",
14-
"0x0003"
15-
]
16-
]
10+
"extra_flags": "-DPLATFORM_MC20U=1"
1711
},
1812
"connectivity": [
1913
"gsm",
@@ -24,13 +18,13 @@
2418
"arduino",
2519
"logicromsdk"
2620
],
27-
"name": "S20 GSM Module",
21+
"name": "Quectel MC20UCB",
2822
"upload": {
2923
"maximum_ram_size": 96256,
3024
"maximum_size": 262144,
3125
"require_upload_port": true,
3226
"speed": 460800
3327
},
34-
"url": "",
35-
"vendor": "SiWi Embedded Solutions Pvt. Ltd."
28+
"url": "https://www.quectel.com/cn/product/mc20.htm",
29+
"vendor": "Quectel Wireless Solutions Co., Ltd."
3630
}

0 commit comments

Comments
 (0)