File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
Also fixes ` VectActive::from ` to take a ` u16 ` and subtract ` 16 ` for
13
13
` VectActive::Interrupt ` s to match ` SBC::vect_active() ` (#373 ).
14
14
- 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 ).
15
19
- ITM: add ` configure ` API (#342 ).
16
20
- TPIU: add API for * Formatter and Flush Control* (FFCR) and * Selected Pin Control* (SPPR) registers (#342 ).
17
21
- 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/).
20
24
21
25
### Fixed
22
26
- 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 ).
23
30
24
31
## [ v0.7.4] - 2021-12-31
25
32
You can’t perform that action at this time.
0 commit comments