File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.7.3] - 2021-07-03
11
+
12
+ ### Fixed
13
+
14
+ - Fixed compilation for native targets on non-x86 host systems (#336 , #337 ).
15
+
16
+ ### Added
17
+
18
+ - The ` Delay ` struct now offers direct ` delay_us() ` and ` delay_ms() ` methods
19
+ without having to go through the embedded-hal traits (#344 ).
20
+
10
21
## [ v0.7.2] - 2021-03-07
11
22
12
23
### Fixed
@@ -689,7 +700,8 @@ fn main() {
689
700
- Functions to get the vector table
690
701
- Wrappers over miscellaneous instructions like ` bkpt `
691
702
692
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.2...HEAD
703
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.3...HEAD
704
+ [ v0.7.3 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3
693
705
[ v0.7.2 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.1...v0.7.2
694
706
[ v0.7.1 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.0...v0.7.1
695
707
[ v0.7.0 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.7.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
11
name = " cortex-m"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/cortex-m"
14
- version = " 0.7.2 "
14
+ version = " 0.7.3 "
15
15
edition = " 2018"
16
16
links = " cortex-m" # prevent multiple versions of this crate to be linked together
17
17
You can’t perform that action at this time.
0 commit comments