From 77e72fcfcbe7c21ef4cecb148037fad46963b8f0 Mon Sep 17 00:00:00 2001 From: Yuichiro SAGISAKA Date: Tue, 17 Jan 2023 17:29:19 +0900 Subject: [PATCH] boards: gd32vf103v_eval: No longer needed particular version of OpenOCD The SDK version after 0.15.0 includes OpenOCD that support gd32vf103, so no external installation is required. Update document. Signed-off-by: Yuichiro SAGISAKA --- boards/riscv/gd32vf103v_eval/doc/index.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/boards/riscv/gd32vf103v_eval/doc/index.rst b/boards/riscv/gd32vf103v_eval/doc/index.rst index 8b9e87e3793..42af6d765d6 100644 --- a/boards/riscv/gd32vf103v_eval/doc/index.rst +++ b/boards/riscv/gd32vf103v_eval/doc/index.rst @@ -93,20 +93,12 @@ The GD32VF103V-EVAL includes an onboard programmer/debugger (GD-Link) which allows flash programming and debugging over USB. There is also a JTAG header (JP1) which can be used with tools like Segger J-Link. -.. note:: - - The OpenOCD shipped with Zephyr SDK does not support GD32VF103. You will need - to build the `riscv-openocd fork `_. - Note that compared with OpenOCD, J-Link offers a better programming and - debugging experience on this board. - #. Build the Zephyr kernel and the :ref:`hello_world` sample application: .. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: gd32vf103v_eval :goals: build - :gen-args: -DOPENOCD= -DOPENOCD_DEFAULT_PATH= :compact: #. Run your favorite terminal program to listen for output. On Linux the