|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
5 |
| -The format is based on [Keep a Changelog](http://keepachangelog.com/) |
6 |
| -and this project adheres to [Semantic Versioning](http://semver.org/). |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/) |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/). |
7 | 7 |
|
8 | 8 | ## [Unreleased]
|
9 | 9 |
|
| 10 | +- Generate atomic register code for non-MSP430 targets |
| 11 | +- Change --nightly flag to --atomics |
| 12 | + |
| 13 | +## [v0.27.2] - 2022-11-06 |
| 14 | + |
| 15 | +- mark alternate register accessors with `const`, bump `pac` MSRV to 1.61 |
10 | 16 | - `fields` fn refactoring
|
11 | 17 | - Test patched STM32
|
12 | 18 | - simplify ci strategy
|
13 | 19 | - Fix generated code for MSP430 atomics
|
14 |
| -- Generate atomic register code for non-MSP430 targets |
15 |
| -- Change --nightly flag to --atomics |
| 20 | +- Add handling for disjoint register arrays and validation of derives |
16 | 21 |
|
17 | 22 | ## [v0.27.1] - 2022-10-25
|
18 | 23 |
|
@@ -773,7 +778,8 @@ peripheral.register.write(|w| w.field().set());
|
773 | 778 |
|
774 | 779 | - Initial version of the `svd2rust` tool
|
775 | 780 |
|
776 |
| -[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.27.1...HEAD |
| 781 | +[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.27.2...HEAD |
| 782 | +[v0.27.2]: https://github.com/rust-embedded/svd2rust/compare/v0.27.1...v0.27.2 |
777 | 783 | [v0.27.1]: https://github.com/rust-embedded/svd2rust/compare/v0.27.0...v0.27.1
|
778 | 784 | [v0.27.0]: https://github.com/rust-embedded/svd2rust/compare/v0.26.0...v0.27.0
|
779 | 785 | [v0.26.0]: https://github.com/rust-embedded/svd2rust/compare/v0.25.1...v0.26.0
|
|
0 commit comments