-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatform.json
38 lines (38 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
{
"name": "synwit",
"title": "Synwit 32-bit MCU",
"description": "Synwit 32-bit MCU development platform",
"url": "http://www.synwit.cn/index.html",
"license": "Apache-2.0",
"version": "1.0.0",
"frameworks": {
"spl": {
"package": "framework-spl-synwit",
"script": "builder/frameworks/spl.py",
"description": "The ARM Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for the Cortex-M processor series and specifies debugger interfaces. The CMSIS enables consistent and simple software interfaces to the processor for interface peripherals, real-time operating systems, and middleware. It simplifies software re-use, reducing the learning curve for new microcontroller developers and cutting the time-to-market for devices",
"homepage": "https://developer.arm.com/tools-and-software/embedded/cmsis",
"title": "spl-synwit"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": "~1.90201.0"
},
"framework-cmsis": {
"type": "framework",
"owner": "platformio",
"version": "~2.50501.0"
},
"framework-spl-synwit": {
"type": "framework",
"owner": "hysonglet",
"version": "https://github.com/hysonglet/framework-spl-synwit.git"
},
"tool-jlink": {
"type": "uploader",
"owner": "hysonglet",
"version": "https://github.com/hysonglet/tool-jlink.git"
}
}
}