From: Simon Ruderich Date: Sat, 4 Oct 2025 08:49:03 +0000 (+0200) Subject: README: proper case for OpenOCD X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=43de65539b38ffa722e6d1266790ccb149022d93;p=svdpoke%2Fsvdpoke.git README: proper case for OpenOCD --- 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