mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/seeedstudio-gd32: fix doc for doxygen 1.9.4
This commit is contained in:
parent
64a95a29b0
commit
c58d71a2ef
@ -7,8 +7,7 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The [Seedstudio GD32 RISC-V Dev Board]
|
The [Seedstudio GD32 RISC-V Dev Board](https://wiki.seeedstudio.com/SeeedStudio-GD32-RISC-V-Dev-Board/) is a
|
||||||
(https://wiki.seeedstudio.com/SeeedStudio-GD32-RISC-V-Dev-Board/) is a
|
|
||||||
development board for the GigaDevice GD32VF103VBT6 MCU with the following
|
development board for the GigaDevice GD32VF103VBT6 MCU with the following
|
||||||
on-board components:
|
on-board components:
|
||||||
|
|
||||||
@ -147,11 +146,10 @@ All other pins are either not broken out or have no special usage.
|
|||||||
|
|
||||||
## Flashing the Device
|
## Flashing the Device
|
||||||
|
|
||||||
The board is flashed via a JTAG interface with OpenOCD (at least [release version 0.12.0]
|
The board is flashed via a JTAG interface with OpenOCD (at least
|
||||||
(https://github.com/openocd-org/openocd/tree/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c)).
|
[release version 0.12.0](https://github.com/openocd-org/openocd/tree/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c)).
|
||||||
By default, an FTDI adapter according to the configuration defined in
|
By default, an FTDI adapter according to the configuration defined in
|
||||||
[`interface/openocd-usb.cfg`]
|
[`interface/openocd-usb.cfg`](https://github.com/openocd-org/openocd/blob/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c/tcl/interface/ftdi/openocd-usb.cfg)
|
||||||
(https://github.com/openocd-org/openocd/blob/9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c/tcl/interface/ftdi/openocd-usb.cfg)
|
|
||||||
is assumed.
|
is assumed.
|
||||||
```
|
```
|
||||||
BOARD=seeedstudio-gd32 make -C examples/hello-world flash
|
BOARD=seeedstudio-gd32 make -C examples/hello-world flash
|
||||||
|
Loading…
Reference in New Issue
Block a user