We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3eb591 commit e56ee6dCopy full SHA for e56ee6d
boards/l610.json
@@ -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