|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 | - Check checksum of application found on SD card before programming
|
5 |
| -- Switch to semantic versioning |
| 5 | + |
| 6 | +## 1.1.0 |
| 7 | +Released: 2019-10-26 | Download: [1.1.0](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.1.0) |
| 8 | +### Added |
| 9 | +- Dedicated and separate project for all demonstrations |
| 10 | +- New implementation for STM32L496 discovery board |
| 11 | +- Dedicated readme file for each project |
| 12 | +- New bootloader library documentation, generated with Doxygen |
| 13 | +- GitHub Actions workflow to generate documentation and publish to GitHub pages |
| 14 | +### Changed |
| 15 | +- Complete repository overhaul |
| 16 | +- Switched to semantic versioning |
| 17 | +### Fixed |
| 18 | +- CheckForApplication issue |
| 19 | +- Updated README |
6 | 20 |
|
7 | 21 |
|
8 |
| -## [1.08](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.08) - 2018-04-18 |
| 22 | +## 1.08 |
| 23 | +Released: 2018-04-18 | Download: [1.08](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.08) |
9 | 24 | ### Added
|
10 | 25 | - Verify flash content after programming
|
11 | 26 | - Introduced changelog file
|
|
22 | 37 | - Updated header files
|
23 | 38 |
|
24 | 39 |
|
25 |
| -## [1.07](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.07) - 2017-12-08 |
| 40 | +## 1.07 |
| 41 | +Released: 2017-12-08 | Download: [1.07](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.07) |
26 | 42 | ### Added
|
27 | 43 | - SD card power on/off support
|
28 | 44 | ### Changed
|
29 | 45 | - As a result of recent hardware changes introduced in a device that is developed as part of our ongoing projects, the SD card is now powered on/off with a FET controlled by the MCU to minimize energy consumption. Therefore, the SD card has to be manually powered on during initialization.
|
30 | 46 |
|
31 | 47 |
|
32 |
| -## [1.06](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.06) - 2017-11-13 |
| 48 | +## 1.06 |
| 49 | +Released: 2017-11-13 | Download: [1.06](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.06) |
33 | 50 | ### Added
|
34 | 51 | - Introduced RAM_SIZE define to precisely check whether the flash contains valid application upon startup
|
35 | 52 | ### Fixed
|
36 | 53 | - CheckForApplication() function
|
37 | 54 |
|
38 | 55 |
|
39 |
| -## [1.05](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.05) - 2017-10-30 |
| 56 | +## 1.05 |
| 57 | +Released: 2017-10-30 | Download: [1.05](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.05) |
40 | 58 | ### Added
|
41 | 59 | - Application-specific configuration defines
|
42 | 60 | ### Changed
|
43 | 61 | - Updated STM32L4xx CMSIS to 1.4.1
|
44 | 62 | - Updated STM32L4xx HAL library to 1.8.1
|
45 | 63 |
|
46 | 64 |
|
47 |
| -## [1.04](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.04) - 2017-10-16 |
| 65 | +## 1.04 |
| 66 | +Released: 2017-10-16 | Download: [1.04](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.04) |
48 | 67 | ### Added
|
49 | 68 | - Option to skip programming after flash erase operation
|
50 | 69 | ### Changed
|
|
53 | 72 | - General improvements
|
54 | 73 |
|
55 | 74 |
|
56 |
| -## [1.03](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.03) - 2017-09-21 |
| 75 | +## 1.03 |
| 76 | +Released: 2017-09-21 | Download: [1.03](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.03) |
57 | 77 | ### Added
|
58 | 78 | - Support for STM32L496VG MCU
|
59 | 79 | - Multiple build configurations for each supported microcontroller
|
|
65 | 85 | - Updated STM32L4xx HAL library to 1.8.0
|
66 | 86 |
|
67 | 87 |
|
68 |
| -## [1.02](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.02) - 2017-08-11 |
| 88 | +## 1.02 |
| 89 | +Released: 2017-08-11 | Download: [1.02](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.02) |
69 | 90 | ### Fixed
|
70 | 91 | - General improvements
|
71 | 92 |
|
72 | 93 |
|
73 |
| -## [1.01](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.01) - 2017-07-25 |
| 94 | +## 1.01 |
| 95 | +Released: 2017-07-25 | Download: [1.01](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.01) |
74 | 96 | ### Added
|
75 | 97 | - Option for clearing reset flags after startup
|
76 | 98 | ### Fixed
|
|
79 | 101 | - General improvements
|
80 | 102 |
|
81 | 103 |
|
82 |
| -## [1.00](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.00) - 2017-05-21 |
| 104 | +## 1.00 |
| 105 | +Released: 2017-05-21 | Download: [1.00](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.00) |
83 | 106 | ### Added
|
84 |
| -Initial release |
| 107 | +- Initial release |
0 commit comments