-
Notifications
You must be signed in to change notification settings - Fork 26
/
platform.json
43 lines (43 loc) · 1.03 KB
/
platform.json
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
42
43
{
"name": "aceinna_imu",
"title": "Aceinna IMU",
"description": "Open-source, embedded development platform for Aceinna IMU hardware. Run custom algorithms and navigation code on Aceinna IMU/INS hardware.",
"homepage": "https://www.aceinna.com",
"keywords": [
"dev-platform",
"navigation",
"ACEINNA",
"Inertial Measurement Units",
"Inertial Navigation Systems",
"IMU",
"INS"
],
"license": "Apache-2.0",
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/aceinna/platform-aceinna_imu.git"
},
"version": "1.3.11",
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.60301.0,<1.80000.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1000.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
}
}
}