From 9f9d04198f66b8366e06fce1a907957a71d76abe Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Wed, 20 Dec 2017 22:52:00 +0100 Subject: [PATCH] Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c575f..20b5ba7 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ + 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. + # Usage ``` rust -- GitLab