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 <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/9402
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Marc Schink
2026-01-26 06:44:46 +01:00
committed by Antonio Borneo
parent 7d6f3ede0e
commit 91799d0579

View File

@@ -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 You can build OpenOCD for Windows natively with either MinGW-w64/MSYS
or Cygwin (plain MinGW might work with `--disable-werror` but is not 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 Also, the MSYS2 project provides both ready-made binaries and an easy
way to self-compile from their software repository out of the box. 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 For the adapters that use a HID-based protocol, e.g. CMSIS-DAP, you do
not need to perform any additional configuration. not need to perform any additional configuration.