Skip to content

Commit 162b0cd

Browse files
committed
add stm8gal for MacOSX
1 parent 6589a0a commit 162b0cd

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
### 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]

board-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the required versions for the new build
2-
COREVERSION=0.3.3
2+
COREVERSION=0.4.0-pre1
33
SDCCVERSION=10088
44
TOOLSVERSION=2017.11.13
55

sduino/hardware/sduino/stm8/platform.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
88

99
name=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.
2124
runtime.tools.sdcc.path={runtime.hardware.path}/tools/sdcc
2225
runtime.tools.STM8Tools.path={runtime.hardware.path}/tools
57.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)