Skip to content

Commit 78f4945

Browse files
bors[bot]tmplt
andauthored
Merge #378
378: CHANGELOG: add missing items r=adamgreig a=tmplt Co-authored-by: Viktor Vilhelm Sonesten <[email protected]>
2 parents bef6ed1 + 5eb38fe commit 78f4945

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
There is a feature `cm7` to enable access to these.
1919
- Added `delay::Delay::with_source`, a constructor that lets you specify
2020
the SysTick clock source (#374).
21-
- Added the capability for `DWT` to do cycle count comparison (#367).
2221
- Updated `SCB.ICSR.VECTACTIVE`/`SCB::vect_active()` to be 9 bits instead of 8.
2322
Also fixes `VectActive::from` to take a `u16` and subtract `16` for
2423
`VectActive::Interrupt`s to match `SBC::vect_active()` (#373).
24+
- DWT: add `configure` API for address, cycle count comparison (#342, #367).
25+
- ITM: add `configure` API (#342).
26+
- TPIU: add API for *Formatter and Flush Control* (FFCR) and *Selected Pin Control* (SPPR) registers (#342).
27+
- Add `std` and `serde` crate features for improved host-side ITM decode functionality when working with the downstream `itm`, `cargo-rtic-scope` crates (#363, #366).
2528

2629
### Deprecated
2730

0 commit comments

Comments
 (0)