File tree Expand file tree Collapse file tree 5 files changed +66
-2
lines changed Expand file tree Collapse file tree 5 files changed +66
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
+
10
+ ## [ 0.3.2 - 2017-11-08]
11
+ ### Added
12
+ - make the Sduino versions of the built-in examples visible in the IDE
13
+ - support for compiling .pde and .ino files using the makefile
14
+
15
+ ### Fixed
16
+ - makefile Arduino.mk uses the same tools path then the IDE
17
+ - use more scripts to generate cleaner release archive files
18
+
19
+
20
+
9
21
## [ 0.3.1 - 2017-11-06]
10
22
### Fixed
11
23
- don't use symlinks in archives for Windows anymore (#25 )
Original file line number Diff line number Diff line change 1
1
# the required versions for the new build
2
- COREVERSION =0.3.1
2
+ COREVERSION =0.3.2
3
3
SDCCVERSION =10088
4
4
TOOLSVERSION =2017.11.06
5
5
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ $(PLATFORM_ENTRY): $(COREFILE)
33
33
34
34
$(COREFILE): | $(COREDIR)
35
35
echo "Generating the core archive file."
36
- (cd ..; git archive -v --format=tar HEAD:$(SUBTREE))|\
36
+ (cd ..; git archive -v --prefix=./ -- format=tar HEAD:$(SUBTREE))|\
37
37
bzip2 > $(COREFILE)
38
38
39
39
# make a new release directory if not present
Original file line number Diff line number Diff line change
1
+ {
2
+ "name": "Sduino STM8 plain C core (non-C++)",
3
+ "architecture": "stm8",
4
+ "version": "0.3.2",
5
+ "category": "Contributed",
6
+ "boards": [
7
+ {"name": "STM8S103F3 Breakout Board"},
8
+ {"name": "STM8S105C6 Discovery Board"}
9
+ ],
10
+ "toolsDependencies": [
11
+ {
12
+ "name": "STM8Tools",
13
+ "version": "2017.11.06",
14
+ "packager": "sduino"
15
+ },
16
+ {
17
+ "name": "sdcc",
18
+ "version": "build.10088",
19
+ "packager": "sduino"
20
+ }
21
+ ],
22
+ "url": "https://github.com/tenbaht/sduino/releases/download/v0.3.2/sduino-core-0.3.2.tar.bz2",
23
+ "archiveFileName": "sduino-core-0.3.2.tar.bz2",
24
+ "checksum": "SHA-256:dc10f5b21030db9ccc1cc8b935a7f2cf48bc1226629b3e7c87e7047c79b5c9ae",
25
+ "size": "5627842"
26
+ },
Original file line number Diff line number Diff line change 9
9
"online" : " http://www.stm32duino.com/viewforum.php?f=52"
10
10
},
11
11
"platforms" : [
12
+ {
13
+ "name" : " Sduino STM8 plain C core (non-C++)" ,
14
+ "architecture" : " stm8" ,
15
+ "version" : " 0.3.2" ,
16
+ "category" : " Contributed" ,
17
+ "boards" : [
18
+ {"name" : " STM8S103F3 Breakout Board" },
19
+ {"name" : " STM8S105C6 Discovery Board" }
20
+ ],
21
+ "toolsDependencies" : [
22
+ {
23
+ "name" : " STM8Tools" ,
24
+ "version" : " 2017.11.06" ,
25
+ "packager" : " sduino"
26
+ },
27
+ {
28
+ "name" : " sdcc" ,
29
+ "version" : " build.10088" ,
30
+ "packager" : " sduino"
31
+ }
32
+ ],
33
+ "url" : " https://github.com/tenbaht/sduino/releases/download/v0.3.2/sduino-core-0.3.2.tar.bz2" ,
34
+ "archiveFileName" : " sduino-core-0.3.2.tar.bz2" ,
35
+ "checksum" : " SHA-256:dc10f5b21030db9ccc1cc8b935a7f2cf48bc1226629b3e7c87e7047c79b5c9ae" ,
36
+ "size" : " 5627842"
37
+ },
12
38
{
13
39
"name" : " Sduino STM8 plain C core (non-C++)" ,
14
40
"architecture" : " stm8" ,
You can’t perform that action at this time.
0 commit comments