@@ -7,18 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.7.4] - 2021-12-31
11+
1012### Added
13+
1114- Added support for additional DWT counters (#349 )
1215 - CPI counter
1316 - Exception overhead counter
1417 - LSU counter
1518 - Folded-instruction counter
1619- Added ` DWT.set_cycle_count ` (#347 ).
1720- Added support for the Cortex-M7 TCM and cache access control registers.
18- There is a feature ` cm7 ` to enable access to these.
21+ There is a feature ` cm7 ` to enable access to these (#352 ).
22+ - Add derives for serde, Hash, and PartialOrd to VectActive behind feature
23+ gates for host-platform use (#363 ).
24+ - Support host platforms besides x86_64 (#369 ).
1925- Added ` delay::Delay::with_source ` , a constructor that lets you specify
2026 the SysTick clock source (#374 ).
2127
28+ ### Fixed
29+
30+ - Fix incorrect AIRCR PRIGROUP mask (#338 , #339 ).
31+ - Fix nightly users of inline-asm breaking now that the asm macro is removed
32+ from the prelude (#372 ).
33+
2234### Deprecated
2335
2436- ` DWT::get_cycle_count ` has been deprecated in favor of ` DWT::cycle_count ` .
@@ -719,7 +731,8 @@ fn main() {
719731- Functions to get the vector table
720732- Wrappers over miscellaneous instructions like ` bkpt `
721733
722- [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.3...HEAD
734+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.4...HEAD
735+ [ v0.7.4 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.3...v0.7.4
723736[ v0.7.3 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3
724737[ v0.7.2 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.1...v0.7.2
725738[ v0.7.1 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.0...v0.7.1
0 commit comments