Skip to content

Release v1.7.0

Compare
Choose a tag to compare
@Nightwalker-87 Nightwalker-87 released this 24 Apr 22:25
· 370 commits to master since this release

Release date: 2021-04-25

This release drops support for the STLINK/V1 programmer on macOS 10.13.

Features:

  • Extended set of cmd line arguments for st-info and st-util (#332, #990, #1091, #1114)
  • Extended support for STM32H7 & rework of software reset (#532, #801, #868, #1008, #1059, #1063, #1071)
  • Added support for STM32H742/743/753 (#671, #793, #823, #998, #1052, #1184, #1324)
  • Official support for STLINK-V3 programmers (commit #5e0a502, #820, #1022, #1025)
  • Added preliminary support for STM32L5x2 (#904, #999)
  • Option bytes on the STM32F767 ZIT6 Nucleo-144 (#968, #997)
  • Use SetConsoleCtrlHandler for Windows (#1021)
  • Increase STM32L0 option_size to 20 (#1046)
  • st-util: Add specialized memory map for STM32H7 devices (#1060)
  • Support for STM32F4 option bytes (#1062)
  • Link for WIN32 & APPLE with stlink-static (#1069)
  • ITM functionality for STLink/V2 and STM32Fxx chipsets (#136, #179, #815, #1072)
  • Included ITM functionality for building with MSVC (#1080)
  • Update for CI integration (commit #0eebc9a, #1118)

Updates & changes:

  • [doc] Added tutorial section on unknown chip id error (commit #229c721, #107, #568)
  • [doc] Updated documentation on target resetting (#261, #533, #1107)
  • [doc] Added note on (gdb) run command (commit #03793d4, #267)
  • [doc] st-flash --reset parameter (one solution for #356) (#642)
  • [refactoring] General maintenance (#864. #978)
  • Imported debian pkg-settings (#986)
  • Add support for FreeBSD's libusb reimplementation (#992, #993)
  • [doc] Added explanation about STM32F103 fake chips (commit #a66557a, #1024)
  • [doc] Added example for output of st-info --probe (#1007, #1049)
  • [refactoring] Correctly handle endianness without reference to host platform (#1081)
  • Check format string for log messages (#1093)
  • Removed abort() from stlink-lib (#1116)

Fixes: