From ca9ccf3aa10c61575e93828b12f0e053b2ed3e7c Mon Sep 17 00:00:00 2001
From: Erik Strand <erik.strand@cba.mit.edu>
Date: Wed, 4 Dec 2019 22:55:47 -0500
Subject: [PATCH] Note cmsis-dap specifically

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f98425a..9aabc18 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ is on SourceForge.
 
 To build it, you'll need `gcc` or `clang`, as well as `make`, `libtool`, `pkg-config` version 0.23
 or greater, and possibly others detailed [here](http://openocd.org/doc-release/README). Once you
-have the prereqs, building is a standard process:
+have the prereqs, building is a standard process. Just note that you need to enable cmsis-dap, which is the protocol your computer will use to communicate with an ATMEL ICE debugger.
 
 ```
 ./bootstrap
-- 
GitLab