-
Notifications
You must be signed in to change notification settings - Fork 13
/
platform.json
50 lines (50 loc) · 1.38 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
44
45
46
47
48
49
50
{
"name": "apollo3blue",
"title": "Apollo 3 Blue",
"description": "The Apollo MCU Family is an ultra-low power, highly integrated microcontroller platform based on Ambiq Micro’s patented Sub-threshold Power Optimized Technology (SPOT™) and designed for battery-powered and portable, mobile devices.",
"url": "https://www.ambiqmicro.com/mcu/",
"homepage": "",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/nigelb/platform-apollo3blue.git"
},
"version": "0.0.2",
"frameworks": {
"arduino": {
"package": "framework-arduinoapollo3",
"script": "builder/frameworks/arduino.py"
},
"ambiqsdk-sfe": {
"package": "framework-ambiqsuitesdkapollo3-sfe",
"script": "builder/frameworks/ambiqsuitesdk-sfe.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"optional": false,
"version": "1.90201.191206"
},
"framework-arduinoapollo3": {
"type": "framework",
"optional": true,
"version": ">=1"
},
"framework-ambiqsuitesdkapollo3-sfe": {
"type": "framework",
"optional": true,
"version": ">=2.4.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
}
}
}