Release v1.5.1
Release date: 2018-09-13
Major changes and added features:
- Added reset through
AIRCR
(#254, #540, #712) - Added creation of icons for
.desktop
file (#684, #708) - Added desktop file for linux (#688)
- Added button to export STM32 flash memory to a file (#691)
- Updated
libusb
to 1.0.22 (#695) - (related Bugs: #438, #632) - Added icons for stlink GUI (#697)
- Added support for STM32L4R9 target (#694, #699)
- Added memory map for STM32F411RE target (#709)
- Implemented intel hex support for
GTK
GUI (#713, #718)
Updates and fixes:
- Fixed missing flash_loader for STM32L0x (#269, #274, #654, #675)
- Fix for stlink library calls
exit()
or_exit()
(#634, #696) - Added semihosting parameter documentation in doc/man (#674)
- Fixed reference to non-exisiting
st-term
tool in doc/man (#676) - Fixed serial number size mismatch with
stlink_open_usb()
(#680) - Debian packaging,
cmake
andREADME.md
fixes (#682, #683) - Disabled static library installation by default (#702)
- Fix for
libusb
deprecation (#703, #704) - Renamed
STLINK_CHIPID_STM32_L4R9
toSTLINK_CHIPID_STM32_L4RX
(#706) - [regression] stlink installation under Linux (Debian 9) is broken since #695 (#700, #701, #707)
- Fixed flash memory map for STM32F72xxx target (#711)
- Proper flash page size calculation for STM32F412xx target (#721)
- Return correct value on
EOF
for semihostingSYS_READ
(#726, #727, #728, #729, #730, #731, #732) - FreeBSD defines
LIBUSB_API_VERSION
instead ofLIBUSBX_API_VERSION
(#733)