From 3a513f4c4a971331d6e47c9a1d741ab32b5eb2c2 Mon Sep 17 00:00:00 2001 From: Erik Strand <erik.strand@cba.mit.edu> Date: Wed, 4 Dec 2019 22:31:11 -0500 Subject: [PATCH] Capitalize OpenOCD --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9910f5e..f98425a 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ make install ### Config files -When openocd starts, it first processes some configuration commands. You can specify a specific -config file with `openocd -f path/to/your/config.cfg`, or by default it looks for `openocd.cfg`. At a minimum, openocd needs to know how to communicate with the +When OpenOCD starts, it first processes some configuration commands. You can specify a specific +config file with `openocd -f path/to/your/config.cfg`, or by default it looks for `openocd.cfg`. At a minimum, OpenOCD needs to know how to communicate with the programming/debug tool you're using (e.g. ATMEL ICE), and what microcontroller you're using. For ATMEL ICE, we want `cmsis-dap`. (You can read more about what this means [here](https://electronics.stackexchange.com/questions/405134/swdap-vs-cmsis-dap-vs-daplink).) -- GitLab