Skip to content

Commit 7c729e9

Browse files
committed
changelog
1 parent e7b0241 commit 7c729e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 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)
@@ -20,6 +24,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2024

2125
### Fixed
2226
- Fixed `singleton!()` statics sometimes ending up in `.data` instead of `.bss` (#364, #380).
27+
- Corrected `SCB.ICSR.VECTACTIVE`/`SCB::vect_active()` to be 9 bits instead of 8.
28+
Also fixes `VectActive::from` to take a `u16` and subtract `16` for
29+
`VectActive::Interrupt`s to match `SBC::vect_active()` (#373).
2330

2431
## [v0.7.4] - 2021-12-31
2532

0 commit comments

Comments
 (0)