Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TDHolmes committed Jan 2, 2022
1 parent 3135b88 commit c8a4fdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Updated `SCB.ICSR.VECTACTIVE`/`SCB::vect_active()` to be 9 bits instead of 8.
Also fixes `VectActive::from` to take a `u16` and subtract `16` for
`VectActive::Interrupt`s to match `SBC::vect_active()` (#373).
- Differentiated the first `DWT` `Comparator` as the only one able to do cycle
count comparisons, and only on `armv7m`. Also renamed the field from `c` to
`comp0` and `comp[15]` for `armv7m` and `comp[2]` for `armv6m` (#377).

### Deprecated

Expand Down

0 comments on commit c8a4fdb

Please sign in to comment.