Skip to content

Commit b38cd92

Browse files
committed
move the split- and compilation scripts into the new repository spl-splitter
1 parent 7a58dcc commit b38cd92

9 files changed

Lines changed: 8 additions & 408 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- reduced binary size by splitting some Arduino core files
1313
- reduced binary size by optimizing the pinMode() implementation
1414
- using busybox as command shell for windows to run the wrapper scripts
15+
- move the SPL compilation scripts into a separate project spl-splitter
1516

1617
### Fixed
1718
- building the core library when using make (regression bug in 0.4.0)

sduino/hardware/sduino/stm8/STM8S_StdPeriph_Driver/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Compiling the ST Standard Peripheral Library SPL
22

3+
The actual compiler scripts are now a project on their own:
4+
[spl-splitter](https://github.com/tenbaht/spl-splitter). The source files in
5+
src/ are still kept here for reference, but they might be removed later as
6+
they are not required anymore for compilation.
37

4-
all of this might be moved to this location at a later stage of the project:
8+
All of this might be moved to this location at a later stage of the project:
59
hardware/tools/stm8/STM8S_StdPeriph_Driver
610

711

@@ -58,9 +62,8 @@ stm8s_wwdg.c|+ |+ |+ |+ |+ |+
5862
## STM8S903 and STM8AF622x
5963

6064
The definitions for these two (uncommon) CPUs are flawed in the original
61-
versions of the SPL. `inc/stm8s.h` needs
62-
[this patch](correct_stm8s908.patch) if you start from
63-
scratch with the stock SPL files from the ST website.
65+
versions of the SPL. The patch for `inc/stm8s.h` is now part of the
66+
[STM8-SPL_SDCC_patch](https://github.com/gicking/STM8-SPL_SDCC_patch).
6467

6568

6669

sduino/hardware/sduino/stm8/STM8S_StdPeriph_Driver/compilelib.sh

Lines changed: 0 additions & 85 deletions
This file was deleted.

sduino/hardware/sduino/stm8/STM8S_StdPeriph_Driver/correct_stm8s908.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

sduino/hardware/sduino/stm8/STM8S_StdPeriph_Driver/src/Makefile

Lines changed: 0 additions & 49 deletions
This file was deleted.

sduino/hardware/sduino/stm8/STM8S_StdPeriph_Driver/src/doit

Lines changed: 0 additions & 44 deletions
This file was deleted.

sduino/hardware/sduino/stm8/STM8S_StdPeriph_Driver/src/spl-splitprepare.patch

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)