File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
24
- Support for HSE bypass and CSS ([ #156 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/156 ) )
25
25
- Impls for missing I2C pin definitions ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
26
26
- 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
27
39
28
40
### Changed
29
41
You can’t perform that action at this time.
0 commit comments