Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deadsy/rvdbg

RISC-V Debugger
https://github.com/deadsy/rvdbg

debugger fe310 gd32v gd32vf103 gigadevice go golang jtag k210 kendryte risc-v riscv sifive

Last synced: 28 days ago
JSON representation

RISC-V Debugger

Awesome Lists containing this project

README

        

[![Go Report Card](https://goreportcard.com/badge/github.com/deadsy/rvdbg)](https://goreportcard.com/report/github.com/deadsy/rvdbg)
[![GoDoc](https://godoc.org/github.com/deadsy/rvdbg?status.svg)](https://godoc.org/github.com/deadsy/rvdbg)

# rvdbg
RISC-V Debugger

```
$ ./cmd/rvdbg/rvdbg --help
Usage of ./cmd/rvdbg/rvdbg:
-i string
debug interface name
-t string
target name

debug interfaces:
daplink ARM DAPLink
jlink Segger J-Link

targets:
gd32v GD32V Board (GigaDevice GD32VF103VBT6 RISC-V RV32)
maixgo SiPeed MaixGo (Kendryte K210, Dual Core RISC-V RV64)
redv SparkFun RED-V RedBoard (SiFive FE310-G002 RISC-V RV32)
```