forked from platformio/platform-intel_mcs51
-
Notifications
You must be signed in to change notification settings - Fork 2
/
platform.json
34 lines (34 loc) · 929 Bytes
/
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
{
"name": "intel_mcs51",
"title": "Intel MCS-51 (8051)",
"description": "The Intel MCS-51 (commonly termed 8051) is an internally Harvard architecture, complex instruction set computer (CISC) instruction set, single chip microcontroller (uC) series developed by Intel in 1980 for use in embedded systems.",
"homepage": "https://en.wikipedia.org/wiki/Intel_MCS-51",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Intel",
"MCS-51",
"8051",
"CISC"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-intel_mcs51.git"
},
"version": "1.2.3",
"packages": {
"toolchain-sdcc": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.30804.10766"
},
"tool-stcgal": {
"type": "uploader",
"owner": "platformio",
"version": "~1.104.0"
}
}
}