You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
- ITM: add `configure` API (#342).
16
16
- TPIU: add API for *Formatter and Flush Control* (FFCR) and *Selected Pin Control* (SPPR) registers (#342).
17
17
- 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).
18
+
- Added the ability to name the statics generated by `singleton!()` for better debuggability (#364, #380).
19
+
20
+
### Fixed
21
+
- Fixed `singleton!()` statics sometimes ending up in `.data` instead of `.bss` (#364, #380).
0 commit comments