Skip to content

Commit a900761

Browse files
committed
update to 0.0.23
1 parent ac78598 commit a900761

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

ch55xduino/filePacker/packCurrentVersion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#prepared for mac
44

5-
COREVERSION=0.0.22
5+
COREVERSION=0.0.23
66
SDCCVERSION=13407_4
77
TOOLSVERSION=2023.10.10
88
COREFILE=ch55xduino-core-$COREVERSION.tar.bz2

package_ch55xduino_mcs51_index.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@
99
"online": "https://github.com/DeqingSun/ch55xduino"
1010
},
1111
"platforms" : [
12+
{
13+
"name": "CH55xDuino MCS51 plain C core (non-C++)",
14+
"architecture": "mcs51",
15+
"version": "0.0.23",
16+
"category": "Contributed",
17+
"boards": [
18+
{"name": "CH552 Board"},
19+
{"name": "CH551 Board"},
20+
{"name": "CH559 Board"},
21+
{"name": "CH549 (experimental)"}
22+
],
23+
"toolsDependencies": [
24+
{
25+
"name": "MCS51Tools",
26+
"version": "2023.10.10",
27+
"packager": "CH55xDuino"
28+
},
29+
{
30+
"name": "sdcc",
31+
"version": "build.13407_4",
32+
"packager": "CH55xDuino"
33+
}
34+
],
35+
"url": "https://github.com/DeqingSun/ch55xduino/releases/download/0.0.23/ch55xduino-core-0.0.23.tar.bz2",
36+
"archiveFileName": "ch55xduino-core-0.0.23.tar.bz2",
37+
"checksum": "SHA-256:98cf50e3257a1b9f7b1fafa4db96ae7f8dbe474f07b03f55025a0b3eada103c1",
38+
"size": "496183"
39+
},
1240
{
1341
"name": "CH55xDuino MCS51 plain C core (non-C++)",
1442
"architecture": "mcs51",

0 commit comments

Comments
 (0)