-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplatform.json
More file actions
41 lines (41 loc) · 1.18 KB
/
platform.json
File metadata and controls
41 lines (41 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "mm_iottoolkit",
"title": "Morse Micro IoT Toolkit",
"description": "Toolkit for developing IoT applications using Morse Micro Wi-Fi HaLow transceivers",
"homepage": "https://www.morsemicro.com",
"licence": "Morse Micro",
"keywords": [
"Wi-Fi", "HaLow", "Morse Micro", "MM6108"
],
"engines": {
"platformio": "^6"
},
"version": "2.10.4",
"frameworks": {
"mm_iot": {
"script": "builder/frameworks/mm_iot.py",
"description": "Morse Micro IoT framework for developing Wi-Fi HaLow devices",
"homepage": "https://www.morsemicro.com",
"title": "MM IoT"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.100301",
"optionalVersions": [
]
},
"tool-openocd": {
"type": "uploader",
"owner": "platformio",
"version": "~3.1200.0"
},
"tool-ldscripts-ststm32": {
"optional": true,
"owner": "platformio",
"version": "~0.2.0"
}
}
}