We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3135b88 commit c8a4fdbCopy full SHA for c8a4fdb
CHANGELOG.md
@@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
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).
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).
28
29
### Deprecated
30
0 commit comments