File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# prepared for mac
4
4
5
- COREVERSION=0.0.22
5
+ COREVERSION=0.0.23
6
6
SDCCVERSION=13407_4
7
7
TOOLSVERSION=2023.10.10
8
8
COREFILE=ch55xduino-core-$COREVERSION .tar.bz2
Original file line number Diff line number Diff line change 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.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
+ },
12
40
{
13
41
"name" : " CH55xDuino MCS51 plain C core (non-C++)" ,
14
42
"architecture" : " mcs51" ,
You can’t perform that action at this time.
0 commit comments