File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
1211development board for the GigaDevice GD32VF103VBT6 MCU with the following
1312on-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)).
152151By 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)
155153is assumed.
156154```
157155BOARD=seeedstudio-gd32 make -C examples/hello-world flash
You can’t perform that action at this time.
0 commit comments