Skip to content

Releases: akospasztor/stm32-bootloader

1.1.3

22 Jul 20:47
Compare
Choose a tag to compare

This release contains the following changes:

Fixed

  • Issue in CheckForApplication function when the stack pointer is configured to start from the very top of the RAM space

1.1.2

08 Jun 21:43
Compare
Choose a tag to compare

This release contains the following changes:

Added

  • CI pipeline job for building the STM32L496-Discovery project example

1.1.1

27 May 18:46
0bde885
Compare
Choose a tag to compare

This release contains the following changes:

Added

  • GNU Arm Embedded Toolchain support for the STM32L496-Discovery project example
  • Automatic source code formatting with clang-format
  • Source code format check with CI

Changed

  • Replaced GitHub Actions with Azure Pipelines

Fixed

  • Doxygen warnings are fixed
  • READMEs are updated

1.1.0

26 Oct 15:02
4284176
Compare
Choose a tag to compare

This release contains a complete repository overhaul, a new implementation for the stm32l496 discovery board and much more. Please refer to the changelog and documentation for detailed description of changes and features.

Added

  • Dedicated and separate project for all demonstrations
  • New implementation for STM32L496 discovery board
  • Dedicated readme file for each project
  • New bootloader library documentation, generated with Doxygen
  • GitHub Actions workflow to generate documentation and publish to GitHub pages

Changed

  • Complete repository overhaul
  • Switched to semantic versioning

Fixed

  • CheckForApplication issue

1.08

20 Apr 09:49
Compare
Choose a tag to compare

Added

  • Verify flash content after programming
  • Introduced changelog file

Changed

  • The bootloader is now optimized for a new hardware. Due to new pinout of LEDs, user button and SD card switch, the appropriate defines have been changed in main.h file.
  • Bootloader sequence with richer error and debug messages
  • Updated SD card driver with DMA support
  • Project now uses IAR CMSIS pack
  • Updated STM32L4xx CMSIS to 1.4.2
  • Updated STM32L4xx HAL library to 1.8.2

Fixed

  • Changed appropriate variable types
  • Updated README and sequence graph
  • Updated header files

1.07

08 Dec 16:13
Compare
Choose a tag to compare

SD card power on/off support added.
Note: as a result of hardware changes introduced in a device that is developed within one of our ongoing projects, the SD card is now powered on/off with a FET controlled by the MCU.

1.06

13 Nov 19:16
Compare
Choose a tag to compare
Release v1.06

- CheckForApplication fix