From f0c05e6f19b24c3fb2a5123f0ce93a89eab9dda2 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Wed, 20 Dec 2017 23:05:41 +0100 Subject: [PATCH] Readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 20b5ba7..de07842 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab