Skip to content

Commit 8ef3eb9

Browse files
committed
changelog entry
1 parent a2d8f6d commit 8ef3eb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
There is a feature `cm7` to enable access to these.
1919
- Added `delay::Delay::with_source`, a constructor that lets you specify
2020
the SysTick clock source (#374).
21+
- Added the capability for `DWT` to do cycle count comparison (#367).
22+
- Updated `SCB.ICSR.VECTACTIVE`/`SCB::vect_active()` to be 9 bits instead of 8.
23+
Also fixes `VectActive::from` to take a `u16` and subtract `16` for
24+
`VectActive::Interrupt`s to match `SBC::vect_active()` (#373).
2125

2226
### Deprecated
2327

0 commit comments

Comments
 (0)