forked from platformio/platform-intel_mcs51
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.json
More file actions
30 lines (30 loc) · 986 Bytes
/
platform.json
File metadata and controls
30 lines (30 loc) · 986 Bytes
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
{
"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.",
"url": "https://en.wikipedia.org/wiki/Intel_MCS-51",
"homepage": "https://github.com/platformio/platform-intel_mcs51",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-intel_mcs51.git"
},
"version": "1.2.1",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
"packages": {
"toolchain-sdcc": {
"type": "toolchain",
"version": "~1.30804.10766"
},
"tool-stcgal": {
"type": "uploader",
"version": "~1.104.0"
}
}
}