2.0.0
This release introduces initial support for debugging feature with a proper peripheral view. Many thanks to @cocus for the initial research, @maxgerhardt for a great implementation and @gicking for the SVD files. Due to several issues with SDCC and SPL/Arduino, debugging only works with bare-metal applications. Debugging of Arduino or SPL-based projects is not supported at the moment (see #44, #48).
- Added new boards:
- Added initial support for debugging feature (#31, #38)
- Updated
SDuino
to the latest v0.5 (release notes) - Updated the
SDCC
toolchain to the latest v4.1.0 (#13, #36) - Upadted the
stm8gal
uploader to the latest v1.5.0 (#35) - Added a new example based on @gicking Open-Sources device headers for STM8 MCUs (#23, #46)
- Minor bugfixes and improvements (#43, #47)