-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platform.json
53 lines (48 loc) · 1.59 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
51
52
53
{
"name" : "wizio-stm",
"title" : "WizIO - STM32",
"description" : "Development Platform for STM32",
"homepage" : "https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html",
"license" : "Apache-2.0",
"engines" : { "platformio": "^5" },
"repository" : {
"type" : "git",
"url" : "https://github.com/Wiz-IO/wizio-stm"
},
"version": "1.0.0",
"packageRepositories" : [ "http://dl.platformio.org/packages/manifest.json" ],
"frameworks": {
"WizIO-STM32-SDK" : {
"package" : "framework-wizio-stm",
"script" : "builder/frameworks/build-sdk.py",
"description" : "Baremetal STM32",
"title" : "WizIO STM32 SDK"
}
},
"packages": {
"framework-wizio-stm": {
"type" : "framework",
"N-version" : "1.0.0",
"F-version" : "file://F:/framework-wizio-stm",
"version" : "https://github.com/Wiz-IO/framework-wizio-stm.git",
"url-sdk" : "https://github.com/STMicroelectronics/stm32l0xx_hal_driver ... TODO"
},
"toolchain-gccarmnoneeabi": {
"owner" : "platformio",
"type" : "toolchain",
"version" : "~1.90201.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1100.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
}
}
}