File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ - Update ` bare-metal ` to ` v1.0.0 ` removing ` Nr ` trait
11+
1012### Changed
1113
1214- Build targets on ` docs.rs ` are now RISC-V targets other than default ones
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ targets = [
1616]
1717
1818[dependencies ]
19- bare-metal = " 0.2.5 "
19+ bare-metal = " 1.0.0 "
2020bit_field = " 0.10.0"
2121
2222[build-dependencies ]
Original file line number Diff line number Diff line change 11//! Interrupts
22
33// NOTE: Adapted from cortex-m/src/interrupt.rs
4- pub use bare_metal:: { CriticalSection , Mutex , Nr } ;
4+ pub use bare_metal:: { CriticalSection , Mutex } ;
55use register:: mstatus;
66
77/// Disables all interrupts
You can’t perform that action at this time.
0 commit comments