Skip to content

Commit c8a4fdb

Browse files
committed
changelog
1 parent 3135b88 commit c8a4fdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2222
- Updated `SCB.ICSR.VECTACTIVE`/`SCB::vect_active()` to be 9 bits instead of 8.
2323
Also fixes `VectActive::from` to take a `u16` and subtract `16` for
2424
`VectActive::Interrupt`s to match `SBC::vect_active()` (#373).
25+
- Differentiated the first `DWT` `Comparator` as the only one able to do cycle
26+
count comparisons, and only on `armv7m`. Also renamed the field from `c` to
27+
`comp0` and `comp[15]` for `armv7m` and `comp[2]` for `armv6m` (#377).
2528

2629
### Deprecated
2730

0 commit comments

Comments
 (0)