From fae6f193536c925b222bc364ad5d7765ce65706d Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Fri, 10 Jan 2020 16:21:21 +0100
Subject: [PATCH] mostly comments and README.md

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4712f56..978fc99 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,12 @@ See section `Cargo.toml` for detaled information on features introduced.
 
 - `register_test.rs`
 
-    Simple test to showcase the use of the `volatile-register` abstraction. `volitile-register` builds on `vcell` and is used by both hand written and machine generated hardware accesses in the Rust embedded ecosystem. 
+    Simple test to showcase the use of the `volatile-register` abstraction. `volitile-register` builds on `vcell` and is used by both hand written and machine generated hardware accesses in the Rust embedded ecosystem.
+
+    This example also showcase the `gdb` replay functionality.
+
+    TODO: perhaps better to put the `gdb` replay in the Basic test examples, 
+    as replay is not tied to `volatile-register`.
 
 - `cortex-m-test1.rs`
 
-- 
GitLab