Skip to content

Commit 517c474

Browse files
committed
starting the release process for 0.5
1 parent e32c670 commit 517c474

File tree

5 files changed

+156
-2
lines changed

5 files changed

+156
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
10+
## [0.5-pre2 - 2019-02-06]
811
### Added
912
- a simple regression test script test/make-test.sh to compile all examples
1013

board-manager/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# the required versions for the new build
2-
COREVERSION=0.4.0
2+
COREVERSION=0.5-pre2
33
SDCCVERSION=10738
4-
TOOLSVERSION=2018.12.07
4+
TOOLSVERSION=2019.02.05
55

66
# default the tool version to be the current date as YYYY.MM.DD
77
#TOOLSVERSION?=$(shell date '+%Y.%m.%d')
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "Sduino STM8 plain C core (non-C++)",
3+
"architecture": "stm8",
4+
"version": "0.5-pre2",
5+
"category": "Contributed",
6+
"boards": [
7+
{"name": "STM8S103F3 Breakout Board"},
8+
{"name": "STM8S105C6 Discovery Board"},
9+
{"name": "STM8S105K4T6 Breakout Board"},
10+
{"name": "sduino UNO (STM8S105K6)"},
11+
{"name": "sduino MB (STM8S208MBT6B)"}
12+
],
13+
"toolsDependencies": [
14+
{
15+
"name": "STM8Tools",
16+
"version": "2019.02.05",
17+
"packager": "sduino"
18+
},
19+
{
20+
"name": "sdcc",
21+
"version": "build.10738",
22+
"packager": "sduino"
23+
}
24+
],
25+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-core-0.5-pre2.tar.bz2",
26+
"archiveFileName": "sduino-core-0.5-pre2.tar.bz2",
27+
"checksum": "SHA-256:13f039942368fdc2fea5470c2d3d58d9fb377cc7ca9502b1177f11ae8c75a7d8",
28+
"size": "2263319"
29+
},
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "STM8Tools",
3+
"version": "2019.02.05",
4+
"systems": [
5+
{
6+
"host": "i686-pc-linux-gnu",
7+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_linux32-2019.02.05.tar.bz2",
8+
"archiveFileName": "sduino-tools_linux32-2019.02.05.tar.bz2",
9+
"checksum": "SHA-256:86c816ce31fc37d8437ac9a1eb88f0c58444b9abbb9bc16934f0977dec474cc3",
10+
"size": "49540"
11+
},{
12+
"host": "x86_64-pc-linux-gnu",
13+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_linux64-2019.02.05.tar.bz2",
14+
"archiveFileName": "sduino-tools_linux64-2019.02.05.tar.bz2",
15+
"checksum": "SHA-256:e417e67551c6d34b6f9a8b8635eb1eb69342fd021b2962e52e495b2dd333d6c7",
16+
"size": "49362"
17+
},{
18+
"host": "x86_64-apple-darwin",
19+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_macosx-2019.02.05.tar.bz2",
20+
"archiveFileName": "sduino-tools_macosx-2019.02.05.tar.bz2",
21+
"checksum": "SHA-256:5711e486ff060f1a3941a49884bec061110ec33f4865afb1359bfd9e15280766",
22+
"size": "52357"
23+
},{
24+
"host": "i686-mingw32",
25+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_mingw32-2019.02.05.tar.bz2",
26+
"archiveFileName": "sduino-tools_mingw32-2019.02.05.tar.bz2",
27+
"checksum": "SHA-256:35d76fb968ac7998ec798502be597d7b234ceddb5c2bcb439d8f24711bd34064",
28+
"size": "418464"
29+
}
30+
]
31+
},

package_sduino_stm8_index.json

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,35 @@
99
"online": "http://www.stm32duino.com/viewforum.php?f=52"
1010
},
1111
"platforms" : [
12+
{
13+
"name": "Sduino STM8 plain C core (non-C++)",
14+
"architecture": "stm8",
15+
"version": "0.5-pre2",
16+
"category": "Contributed",
17+
"boards": [
18+
{"name": "STM8S103F3 Breakout Board"},
19+
{"name": "STM8S105C6 Discovery Board"},
20+
{"name": "STM8S105K4T6 Breakout Board"},
21+
{"name": "sduino UNO (STM8S105K6)"},
22+
{"name": "sduino MB (STM8S208MBT6B)"}
23+
],
24+
"toolsDependencies": [
25+
{
26+
"name": "STM8Tools",
27+
"version": "2019.02.05",
28+
"packager": "sduino"
29+
},
30+
{
31+
"name": "sdcc",
32+
"version": "build.10738",
33+
"packager": "sduino"
34+
}
35+
],
36+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-core-0.5-pre2.tar.bz2",
37+
"archiveFileName": "sduino-core-0.5-pre2.tar.bz2",
38+
"checksum": "SHA-256:13f039942368fdc2fea5470c2d3d58d9fb377cc7ca9502b1177f11ae8c75a7d8",
39+
"size": "2263319"
40+
},
1241
{
1342
"name": "Sduino STM8 plain C core (non-C++)",
1443
"architecture": "stm8",
@@ -144,6 +173,68 @@
144173
}
145174
],
146175
"tools" : [
176+
{
177+
"name": "STM8Tools",
178+
"version": "2019.02.05",
179+
"systems": [
180+
{
181+
"host": "i686-pc-linux-gnu",
182+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_linux32-2019.02.05.tar.bz2",
183+
"archiveFileName": "sduino-tools_linux32-2019.02.05.tar.bz2",
184+
"checksum": "SHA-256:86c816ce31fc37d8437ac9a1eb88f0c58444b9abbb9bc16934f0977dec474cc3",
185+
"size": "49540"
186+
},{
187+
"host": "x86_64-pc-linux-gnu",
188+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_linux64-2019.02.05.tar.bz2",
189+
"archiveFileName": "sduino-tools_linux64-2019.02.05.tar.bz2",
190+
"checksum": "SHA-256:e417e67551c6d34b6f9a8b8635eb1eb69342fd021b2962e52e495b2dd333d6c7",
191+
"size": "49362"
192+
},{
193+
"host": "x86_64-apple-darwin",
194+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_macosx-2019.02.05.tar.bz2",
195+
"archiveFileName": "sduino-tools_macosx-2019.02.05.tar.bz2",
196+
"checksum": "SHA-256:5711e486ff060f1a3941a49884bec061110ec33f4865afb1359bfd9e15280766",
197+
"size": "52357"
198+
},{
199+
"host": "i686-mingw32",
200+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5-pre2/sduino-tools_mingw32-2019.02.05.tar.bz2",
201+
"archiveFileName": "sduino-tools_mingw32-2019.02.05.tar.bz2",
202+
"checksum": "SHA-256:35d76fb968ac7998ec798502be597d7b234ceddb5c2bcb439d8f24711bd34064",
203+
"size": "418464"
204+
}
205+
]
206+
},
207+
{
208+
"name": "STM8Tools",
209+
"version": "2019.01.15",
210+
"systems": [
211+
{
212+
"host": "i686-pc-linux-gnu",
213+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5.0-pre1/sduino-tools_linux32-2019.01.15.tar.bz2",
214+
"archiveFileName": "sduino-tools_linux32-2019.01.15.tar.bz2",
215+
"checksum": "SHA-256:25a652b1319ff711c2c47af065aa2786a38b71151e0b3e839a81d1084509afaf",
216+
"size": "45038"
217+
},{
218+
"host": "x86_64-pc-linux-gnu",
219+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5.0-pre1/sduino-tools_linux64-2019.01.15.tar.bz2",
220+
"archiveFileName": "sduino-tools_linux64-2019.01.15.tar.bz2",
221+
"checksum": "SHA-256:12917e22acccc882a2b777e7883163c1938da3e21f68433dd1f9157f865950cf",
222+
"size": "45664"
223+
},{
224+
"host": "x86_64-apple-darwin",
225+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5.0-pre1/sduino-tools_macosx-2019.01.15.tar.bz2",
226+
"archiveFileName": "sduino-tools_macosx-2019.01.15.tar.bz2",
227+
"checksum": "SHA-256:786267e3ee2aea3b4b50a00bfdc49244727e95f1f05a44b135139744ffe24a5e",
228+
"size": "48036"
229+
},{
230+
"host": "i686-mingw32",
231+
"url": "https://github.com/tenbaht/sduino/releases/download/v0.5.0-pre1/sduino-tools_mingw32-2019.01.15.tar.bz2",
232+
"archiveFileName": "sduino-tools_mingw32-2019.01.15.tar.bz2",
233+
"checksum": "SHA-256:36979e642e75ecf6ea26e4a15e263ddb4ee9b1b4eaec4756514c6062bdface6a",
234+
"size": "414118"
235+
}
236+
]
237+
},
147238
{
148239
"name": "STM8Tools",
149240
"version": "2018.12.07",

0 commit comments

Comments
 (0)