CH32V307 Dev Board Debugging and Programming

by pdietl
GNU/Linux ◆ xterm-256color ◆ bash 72 views

~/repos/CH32V307-makefile-example$ cat .gdbinit 
shell bash -c \
    "cd $HOME/Downloads/MRS_Toolchain_Linux_x64_V1.90/OpenOCD/bin && \
    ./openocd -f wch-riscv.cfg -c \"log_output $PWD/openocd_log.txt\" &"

target extended-remote :3333
define hook-quit
    monitor shutdown
end

More by pdietl

See all