Skip to content

Commit b9ec60c

Browse files
committed
Update CHANGELOG for InterruptNumber impl for Nr
1 parent 67ee1ce commit b9ec60c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- New `InterruptNumber` trait is now required on interrupt arguments to the
1313
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.
1416
- Associated const `PTR` is introduced to Core Peripherals to
1517
eventually replace the existing `ptr()` API.
1618
- A delay driver based on SysTick.

0 commit comments

Comments
 (0)