forked from DeqingSun/ch55xduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage_ch55xduino_mcs51_index.json
More file actions
80 lines (80 loc) · 3.86 KB
/
package_ch55xduino_mcs51_index.json
File metadata and controls
80 lines (80 loc) · 3.86 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"packages": [
{
"name": "CH55xDuino",
"maintainer": "Deqing Sun",
"websiteURL": "https://github.com/DeqingSun/ch55xduino",
"email": "[email protected] ",
"help": {
"online": "https://github.com/DeqingSun/ch55xduino"
},
"platforms" : [
{
"name": "CH55xDuino MCS51 plain C core (non-C++)",
"architecture": "mcs51",
"version": "0.0.2",
"category": "Contributed",
"boards": [
{"name": "CH552 Board"}
],
"toolsDependencies": [
{
"name": "MCS51Tools",
"version": "2020.05.31",
"packager": "CH55xDuino"
},
{
"name": "sdcc",
"version": "build.11630",
"packager": "CH55xDuino"
}
],
"url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.2/ch55xduino-core-0.0.2.tar.bz2",
"archiveFileName": "ch55xduino-core-0.0.2.tar.bz2",
"checksum": "SHA-256:91a32a3e344ee5e620acb251e94915e2fb0d14d3d9b3d6f0e210cce15b296d52",
"size": "67804"
}
],
"tools" : [
{
"name": "MCS51Tools",
"version": "2020.05.31",
"systems": [
{
"host": "x86_64-apple-darwin",
"url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.1/ch55xduino-tools_macosx-2020.05.31.tar.bz2",
"archiveFileName": "ch55xduino-tools_macosx-2020.05.31.tar.bz2",
"checksum": "SHA-256:7516a09d14cac399f80ce8b1c098ce24835758d5e924b9bf0b3fb4958add252a",
"size": "10894"
},{
"host": "i686-mingw32",
"url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.1/ch55xduino-tools_mingw32-2020.05.31.tar.bz2",
"archiveFileName": "ch55xduino-tools_mingw32-2020.05.31.tar.bz2",
"checksum": "SHA-256:bd2a98d92888b021adc68c05a0d7a995bb1814bfb076d3805d27b9ffd65bfbcb",
"size": "506274"
}
]
},
{
"name": "sdcc",
"version": "build.11630",
"systems": [
{
"host": "i686-mingw32",
"url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.1/sdcc-mcs51-i586-mingw32msvc-20200526-11630.tar.bz2",
"archiveFileName": "sdcc-mcs51-i586-mingw32msvc-20200526-11630.tar.bz2",
"checksum": "SHA-256:f755379371438f5d28641e8ce959cc8148f497dad681154988f50634710ce4ea",
"size": "1865131"
},{
"host": "x86_64-apple-darwin",
"url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.1/sdcc-mcs51-x86_64-apple-macosx-20200526-11630.tar.bz2",
"archiveFileName": "sdcc-mcs51-x86_64-apple-macosx-20200526-11630.tar.bz2",
"checksum": "SHA-256:d8bfd0e3c2f86fb84df7eb7dca84645e0894b823884adc04aec0ed85bdda10c0",
"size": "1986083"
}
]
}
]
}
]
}