From c58d71a2ef711b5e2deff377f3ef1fb8ba19c4aa Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Mon, 18 Sep 2023 18:25:19 +0200 Subject: [PATCH] boards/seeedstudio-gd32: fix doc for doxygen 1.9.4 --- boards/seeedstudio-gd32/doc.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/boards/seeedstudio-gd32/doc.txt b/boards/seeedstudio-gd32/doc.txt index bc4a4add70..fc803b9149 100644 --- a/boards/seeedstudio-gd32/doc.txt +++ b/boards/seeedstudio-gd32/doc.txt @@ -7,8 +7,7 @@ ## Overview -The [Seedstudio GD32 RISC-V Dev Board] -(https://wiki.seeedstudio.com/SeeedStudio-GD32-RISC-V-Dev-Board/) is a +The [Seedstudio GD32 RISC-V Dev Board](https://wiki.seeedstudio.com/SeeedStudio-GD32-RISC-V-Dev-Board/) is a development board for the GigaDevice GD32VF103VBT6 MCU with the following on-board components: @@ -147,11 +146,10 @@ All other pins are either not broken out or have no special usage. ## Flashing the Device -The board is flashed via a JTAG interface with OpenOCD (at least [release version 0.12.0] -(https://github.com/openocd-org/openocd/tree/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c)). +The board is flashed via a JTAG interface with OpenOCD (at least +[release version 0.12.0](https://github.com/openocd-org/openocd/tree/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c)). By default, an FTDI adapter according to the configuration defined in -[`interface/openocd-usb.cfg`] -(https://github.com/openocd-org/openocd/blob/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c/tcl/interface/ftdi/openocd-usb.cfg) +[`interface/openocd-usb.cfg`](https://github.com/openocd-org/openocd/blob/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c/tcl/interface/ftdi/openocd-usb.cfg) is assumed. ``` BOARD=seeedstudio-gd32 make -C examples/hello-world flash