We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2775a68 commit c8acb2bCopy full SHA for c8acb2b
boards/mc25.json
@@ -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