File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8+ ### Added
9+ - using stm8gal to upload using the builtin bootloader of larger STM8 devices
10+ - Support for Sduino-UNO board
11+
812
913
1014## [ 0.3.3 - 2017-11-14]
Original file line number Diff line number Diff line change 11# the required versions for the new build
2- COREVERSION =0.3.3
2+ COREVERSION =0.4.0-pre1
33SDCCVERSION =10088
44TOOLSVERSION =2017.11.13
55
Original file line number Diff line number Diff line change 77# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
88
99name=STM8S Boards
10- version=1.6.15
10+ version=0.4.0-pre1
1111
1212# General folder structure variables
1313# ----------------------------------
@@ -17,6 +17,9 @@ version=1.6.15
1717# Apparently, this trick only works for compiler settings, not for the
1818# upload process. The upload process is not handled by arduino-build, but
1919# the IDE itself and behaves slightly differently.
20+ # Problem is in Arduino/arduino-core/src/processing/app/BaseNoGui.java
21+ # function createToolPreferences():
22+ # PreferencesData.removeAllKeysWithPrefix(prefix);
2023# FIXME: find a solution to allow for uploads with manual installations.
2124runtime.tools.sdcc.path={runtime.hardware.path}/tools/sdcc
2225runtime.tools.STM8Tools.path={runtime.hardware.path}/tools
You can’t perform that action at this time.
0 commit comments