|
9 | 9 | "online": "https://github.com/DeqingSun/ch55xduino"
|
10 | 10 | },
|
11 | 11 | "platforms" : [
|
| 12 | + { |
| 13 | + "name": "CH55xDuino MCS51 plain C core (non-C++)", |
| 14 | + "architecture": "mcs51", |
| 15 | + "version": "0.0.6", |
| 16 | + "category": "Contributed", |
| 17 | + "boards": [ |
| 18 | + {"name": "CH552 Board"}, |
| 19 | + {"name": "CH551 Board"} |
| 20 | + ], |
| 21 | + "toolsDependencies": [ |
| 22 | + { |
| 23 | + "name": "MCS51Tools", |
| 24 | + "version": "2020.10.05", |
| 25 | + "packager": "CH55xDuino" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "sdcc", |
| 29 | + "version": "build.11630", |
| 30 | + "packager": "CH55xDuino" |
| 31 | + } |
| 32 | + ], |
| 33 | + "url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.6/ch55xduino-core-0.0.6.tar.bz2", |
| 34 | + "archiveFileName": "ch55xduino-core-0.0.6.tar.bz2", |
| 35 | + "checksum": "SHA-256:b253f5a90e8a5334370ff4cc2ada9a51529329bce5cef0261af9a53ea94d367a", |
| 36 | + "size": "73694" |
| 37 | + }, |
12 | 38 | {
|
13 | 39 | "name": "CH55xDuino MCS51 plain C core (non-C++)",
|
14 | 40 | "architecture": "mcs51",
|
|
114 | 140 | }
|
115 | 141 | ],
|
116 | 142 | "tools" : [
|
| 143 | + { |
| 144 | + "name": "MCS51Tools", |
| 145 | + "version": "2020.10.05", |
| 146 | + "systems": [ |
| 147 | + { |
| 148 | + "host": "x86_64-apple-darwin", |
| 149 | + "url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.6/ch55xduino-tools_macosx-2020.10.05.tar.bz2", |
| 150 | + "archiveFileName": "ch55xduino-tools_macosx-2020.10.05.tar.bz2", |
| 151 | + "checksum": "SHA-256:8ee11457383d973f431a690bd9e8479f0610e4b5075b194d7c3879aa0c151bf9", |
| 152 | + "size": "16614" |
| 153 | + },{ |
| 154 | + "host": "i686-mingw32", |
| 155 | + "url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.6/ch55xduino-tools_mingw32-2020.10.05.tar.bz2", |
| 156 | + "archiveFileName": "ch55xduino-tools_mingw32-2020.10.05.tar.bz2", |
| 157 | + "checksum": "SHA-256:77f5ed35fbf9a70d808a8b238e42664f91acdf895bdaf5ef2ebfcb74f8af0c8f", |
| 158 | + "size": "665454" |
| 159 | + } |
| 160 | + ] |
| 161 | + }, |
117 | 162 | {
|
118 | 163 | "name": "MCS51Tools",
|
119 | 164 | "version": "2020.07.07",
|
|
0 commit comments