Release v1.5.0
Nightwalker-87
released this
21 Feb 17:24
·
1126 commits
to master
since this release
Release date: 2018-02-16
Major changes and added features:
- Added support of STM32L496xx/4A6xx devices (#615, #657)
- Added unknown chip dummy to obtain the serial of the STlink by a call to
st-info --probe
(#641) - Added support for STM32F72xx (chip-ID: 0x452) devices (commit #1969148)
Updates and fixes:
- Fixed verification of flash error for STM32L496x device (#617, #618)
- Updated Linux source repositories in README.md: Gentoo, Fedora and RedHat/CentOS (#622, #635)
- Updated changelog in debian package (#630)
- Added
LIB_INSTALL_DIR
to correct libs install on 64-bit systems (#633, #636) - Fixed write for microcontroller with RAM size less or equal to 32K (#637)
- Fixed memory map for STM32L496xx boards (#639)
- Fixed
__FILE__
base name extraction (#624, #628, #648) - Added debian/triggers to run
ldconfig
(#664) - Fixed build on Fedora with GCC 8 (#666, #667, #668)