File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 68
68
### stm32-usbd
69
69
70
70
Enable USB peripherals on supported targets.
71
+
72
+ ### `defmt`
73
+
74
+ Currently these are only used for panicking calls, like
75
+ `assert!` `panic!` or `unwrap()`. These are enabled using the [defmt][]
76
+ [filter][].
77
+ For now [defmt][] is mostly intended for internal development and testing
78
+ to further reduce panicking calls in this crate.
79
+ The support of this feature is _subject to change_ as the development
80
+ of [defmt][] is advancing.
81
+
82
+ To use this feature follow the [Application Setup][] of the `defmt-book`.
83
+
84
+ [Application Setup]: https://defmt.ferrous-systems.com/setup-app.html
85
+ [defmt]: https://github.com/knurling-rs/defmt
86
+ [filter]: https://defmt.ferrous-systems.com/filtering.html
71
87
*/
72
88
#![ no_std]
73
89
#![ allow( non_camel_case_types) ]
You can’t perform that action at this time.
0 commit comments