-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
starting the release process for 0.5
- Loading branch information
Showing
5 changed files
with
156 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "Sduino STM8 plain C core (non-C++)", | ||
"architecture": "stm8", | ||
"version": "0.5-pre2", | ||
"category": "Contributed", | ||
"boards": [ | ||
{"name": "STM8S103F3 Breakout Board"}, | ||
{"name": "STM8S105C6 Discovery Board"}, | ||
{"name": "STM8S105K4T6 Breakout Board"}, | ||
{"name": "sduino UNO (STM8S105K6)"}, | ||
{"name": "sduino MB (STM8S208MBT6B)"} | ||
], | ||
"toolsDependencies": [ | ||
{ | ||
"name": "STM8Tools", | ||
"version": "2019.02.05", | ||
"packager": "sduino" | ||
}, | ||
{ | ||
"name": "sdcc", | ||
"version": "build.10738", | ||
"packager": "sduino" | ||
} | ||
], | ||
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-core-0.5-pre2.tar.bz2", | ||
"archiveFileName": "sduino-core-0.5-pre2.tar.bz2", | ||
"checksum": "SHA-256:13f039942368fdc2fea5470c2d3d58d9fb377cc7ca9502b1177f11ae8c75a7d8", | ||
"size": "2263319" | ||
}, |
31 changes: 31 additions & 0 deletions
31
board-manager/parts/tools-entry-sduino-tools-2019.02.05.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "STM8Tools", | ||
"version": "2019.02.05", | ||
"systems": [ | ||
{ | ||
"host": "i686-pc-linux-gnu", | ||
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_linux32-2019.02.05.tar.bz2", | ||
"archiveFileName": "sduino-tools_linux32-2019.02.05.tar.bz2", | ||
"checksum": "SHA-256:86c816ce31fc37d8437ac9a1eb88f0c58444b9abbb9bc16934f0977dec474cc3", | ||
"size": "49540" | ||
},{ | ||
"host": "x86_64-pc-linux-gnu", | ||
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_linux64-2019.02.05.tar.bz2", | ||
"archiveFileName": "sduino-tools_linux64-2019.02.05.tar.bz2", | ||
"checksum": "SHA-256:e417e67551c6d34b6f9a8b8635eb1eb69342fd021b2962e52e495b2dd333d6c7", | ||
"size": "49362" | ||
},{ | ||
"host": "x86_64-apple-darwin", | ||
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_macosx-2019.02.05.tar.bz2", | ||
"archiveFileName": "sduino-tools_macosx-2019.02.05.tar.bz2", | ||
"checksum": "SHA-256:5711e486ff060f1a3941a49884bec061110ec33f4865afb1359bfd9e15280766", | ||
"size": "52357" | ||
},{ | ||
"host": "i686-mingw32", | ||
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_mingw32-2019.02.05.tar.bz2", | ||
"archiveFileName": "sduino-tools_mingw32-2019.02.05.tar.bz2", | ||
"checksum": "SHA-256:35d76fb968ac7998ec798502be597d7b234ceddb5c2bcb439d8f24711bd34064", | ||
"size": "418464" | ||
} | ||
] | ||
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters