Skip to content

Commit 22efd36

Browse files
committed
changelog
1 parent 9e263cc commit 22efd36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
Also fixes `VectActive::from` to take a `u16` and subtract `16` for
1313
`VectActive::Interrupt`s to match `SBC::vect_active()` (#373).
1414
- DWT: add `configure` API for address, cycle count comparison (#342, #367).
15+
- Differentiated the first `DWT` `Comparator` as the only one able to do cycle
16+
count comparisons, and only on `armv7m` (#377).
17+
- renamed the field from `c` to `comp0` and `comps[15]` for `armv7m` and
18+
`comps[2]` for `armv6m` (#377).
1519
- ITM: add `configure` API (#342).
1620
- TPIU: add API for *Formatter and Flush Control* (FFCR) and *Selected Pin Control* (SPPR) registers (#342).
1721
- TPIU: add `swo_supports` for checking what SWO configurations the target supports. (#381)

0 commit comments

Comments
 (0)