We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ee1ce commit b9ec60cCopy full SHA for b9ec60c
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
- New `InterruptNumber` trait is now required on interrupt arguments to the
13
various NVIC functions, replacing the previous use of `Nr` from bare-metal.
14
+ For backwards compatibility, `InterruptNumber` is implemented for types
15
+ which are `Nr + Copy`, but this will be removed in cortex-m v0.8.
16
- Associated const `PTR` is introduced to Core Peripherals to
17
eventually replace the existing `ptr()` API.
18
- A delay driver based on SysTick.
0 commit comments