Skip to content

Commit 0241609

Browse files
committed
Add defmt support to changelog
1 parent 2dafb1d commit 0241609

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2424
- Support for HSE bypass and CSS ([#156](https://github.com/stm32-rs/stm32f3xx-hal/pull/156))
2525
- Impls for missing I2C pin definitions ([#164](https://github.com/stm32-rs/stm32f3xx-hal/pull/164))
2626
- Support I2C3 ([#164](https://github.com/stm32-rs/stm32f3xx-hal/pull/164))
27+
- Support for [`defmt`][defmt] ([#172](https://github.com/stm32-rs/stm32f3xx-hal/pull/172))
28+
- Now [defmt][] features are available.
29+
- Currently these are only used for panicking calls, like
30+
`assert!` `panic!` or `unwrap()`. These are enabled using the [defmt][]
31+
[filter][].
32+
- For now [defmt][] is mostly intended for internal development and testing
33+
to further reduce panicking calls in this crate.
34+
The support of this feature is subject to change as the development
35+
of [defmt][] is advancing.
36+
37+
[defmt]: https://github.com/knurling-rs/defmt
38+
[filter]: https://defmt.ferrous-systems.com/filtering.html
2739

2840
### Changed
2941

0 commit comments

Comments
 (0)