From 91799d057968e66a57d1a1b700ec4a5122591fe4 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Mon, 26 Jan 2026 06:44:46 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.openocd.org/c/openocd/+/9402 Tested-by: jenkins Reviewed-by: Antonio Borneo --- README.Windows.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.Windows.md b/README.Windows.md index ae134d9d8..9b6f770f6 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.