From 43de65539b38ffa722e6d1266790ccb149022d93 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 4 Oct 2025 10:49:03 +0200 Subject: [PATCH] README: proper case for OpenOCD --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 41b9018..e728cae 100644 --- a/README.adoc +++ b/README.adoc @@ -1,13 +1,13 @@ = README svdpoke is a small program which loads ARM CMSIS-SVD files and displays MCU -register values and their meanings. In combination with openocd it can load +register values and their meanings. In combination with OpenOCD it can load the live register value from a connected MCU. It is written in Python and licensed under GPLv3+. It uses the https://github.com/cmsis-svd/cmsis-svd[cmsis-svd] library to parse CMSIS-SVD files (licensed under Apache License v2.0). To interact with -https://openocd.sourceforge.io/[openocd] it connects to its local Telnet port +https://openocd.sourceforge.io/[OpenOCD] it connects to its local Telnet port (4444). svdpoke was inspired by esynr3z's -- 2.49.1