Skip to content

Commit c58d71a

Browse files
committed
boards/seeedstudio-gd32: fix doc for doxygen 1.9.4
1 parent 64a95a2 commit c58d71a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

boards/seeedstudio-gd32/doc.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
## Overview
99

10-
The [Seedstudio GD32 RISC-V Dev Board]
11-
(https://wiki.seeedstudio.com/SeeedStudio-GD32-RISC-V-Dev-Board/) is a
10+
The [Seedstudio GD32 RISC-V Dev Board](https://wiki.seeedstudio.com/SeeedStudio-GD32-RISC-V-Dev-Board/) is a
1211
development board for the GigaDevice GD32VF103VBT6 MCU with the following
1312
on-board components:
1413

@@ -147,11 +146,10 @@ All other pins are either not broken out or have no special usage.
147146

148147
## Flashing the Device
149148

150-
The board is flashed via a JTAG interface with OpenOCD (at least [release version 0.12.0]
151-
(https://github.com/openocd-org/openocd/tree/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c)).
149+
The board is flashed via a JTAG interface with OpenOCD (at least
150+
[release version 0.12.0](https://github.com/openocd-org/openocd/tree/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c)).
152151
By default, an FTDI adapter according to the configuration defined in
153-
[`interface/openocd-usb.cfg`]
154-
(https://github.com/openocd-org/openocd/blob/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c/tcl/interface/ftdi/openocd-usb.cfg)
152+
[`interface/openocd-usb.cfg`](https://github.com/openocd-org/openocd/blob/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c/tcl/interface/ftdi/openocd-usb.cfg)
155153
is assumed.
156154
```
157155
BOARD=seeedstudio-gd32 make -C examples/hello-world flash

0 commit comments

Comments
 (0)