Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@Nightwalker-87 Nightwalker-87 released this 21 Feb 17:18
· 1146 commits to master since this release

Release date: 2017-07-01

Major changes and added features:

  • Allow building of debian package with CPack (#554, commit #5b69f25)
  • Added support for STM32L011 target (#564, #565, #572)
  • Added support for flashing second bank on STM32F10x_XL (#592)
  • Initial support to compile with Microsoft Visual Studio 2017 (#602)
  • Added support for STM32L452 target (#603, #608)

Updates and fixes:

  • Added --flash=n[k][m] command line option to override device model (#305, #516, #576)
  • Updated libusb to 1.0.21 for Windows (#562)
  • Fixed low-voltage flashing on STM32F7 devices (#566, #567)
  • Fixed building with mingw64 (#569, #573, #578, #582, #584, #610, #846)
  • Fixed possible memory leak (#570, #571)
  • Fixed installation path for shared objects (#581)
  • Fixed a few -Wformat warnings (#582)
  • Removed unused defines in mingw.h (#583)
  • Skip GTK detection when cross-compiling (#588)
  • Fixed compilation with GCC 7 (#590, #591)
  • Fixed flashing to F0 device targets (#594, #595)
  • Fixed wrong counting when flashing (#605)