This is an automated email from Gerrit.

"Marc Schink <[email protected]>" just uploaded a new patch set to Gerrit, which you 
can find at https://review.openocd.org/c/openocd/+/9402

-- gerrit

commit 28c80d1eb3ee6c556c1eb39b1a47e8cb14882bcb
Author: Marc Schink <[email protected]>
Date:   Mon Jan 26 06:44:46 2026 +0100

    README.Windows: Avoid multiple top-level headings
    
    Refactor the document structure to avoid multiple top-level headings in
    the same file.
    
    The document is now free of Markdown linter [1] errors.
    
    [1] https://github.com/jackdewinter/pymarkdown
    
    Change-Id: I70122453c23c6230617c72d45986c88bb646edf5
    Signed-off-by: Marc Schink <[email protected]>

diff --git a/README.Windows.md b/README.Windows.md
index ae134d9d8f..9b6f770f6b 100644
--- a/README.Windows.md
+++ b/README.Windows.md
@@ -1,4 +1,8 @@
-# Building OpenOCD for Windows
+# OpenOCD for Windows
+
+This README contains instructions that are specific to Windows.
+
+## Building
 
 You can build OpenOCD for Windows natively with either MinGW-w64/MSYS
 or Cygwin (plain MinGW might work with `--disable-werror` but is not
@@ -9,7 +13,7 @@ host. See [README](README.md) for the generic instructions.
 Also, the MSYS2 project provides both ready-made binaries and an easy
 way to self-compile from their software repository out of the box.
 
-# USB adapters
+## USB adapters
 
 For the adapters that use a HID-based protocol, e.g. CMSIS-DAP, you do
 not need to perform any additional configuration.

-- 

Reply via email to