]> ruderich.org/simon Gitweb - svdpoke/svdpoke.git/commitdiff
README: proper case for OpenOCD
authorSimon Ruderich <simon@ruderich.org>
Sat, 4 Oct 2025 08:49:03 +0000 (10:49 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 4 Oct 2025 08:49:03 +0000 (10:49 +0200)
README.adoc

index 41b9018d9b85bc2b1b96a3b4945d486298ed020b..e728cae8f6b199d442841a5f68639fdd830186ee 100644 (file)
@@ -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