Skip to content
Snippets Groups Projects
Commit f0c05e6f authored by Per Lindgren's avatar Per Lindgren
Browse files

Readme

parent 9f9d0419
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,13 @@
# `cortex-m-debug`
> Interleaving ITM print support
+ simple to use, just `ipln!(...)`
+ no need to `borrow/get` the ITM
+ no need to pass ITM around to tasks in `cortex-m-rtfm`
+ non intrusive with respect to scheduling (no `claim` needed using `cortex-m-rtfm`)
+/- ITM output will be interleaved on preemption.
> Interleaving ITM print support.
> + simple to use, just `ipln!(...)`.
> + no need to `borrow/get` the ITM.
> + no need to pass ITM around to tasks in `cortex-m-rtfm`.
> + non intrusive with respect to scheduling (no `claim` needed using `cortex-m-rtfm`).
ITM output will be interleaved on preemption. If you don't want interleaving, stick with the `iprintln!` from the `cortex-m` crate.
# Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment