Files
TencentOS-tiny/board/LILYGO_TTGO_T_Display_GD32V/README.md
2020-05-18 02:34:31 +08:00

14 lines
261 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#使用openocd调试
需要编译特定的openocd
```git clone https://github.com/riscv-mcu/riscv-openocd.git```
如果用的是Sipeed USB-JTAG/TTL RISC-V Debugger需要在编译的时候enable ftdi
```
./configure --enable-cmsis-dap --enable-ftdi
```