Skip to content
dwillmore edited this page May 11, 2023 · 7 revisions

Features

using ch32v003fun (not as many as using the HAL)

minichlink

"minichlink" programmer/debugger software which can use

Standalone libgcc

An extra copy of libgcc so you can use unusual risc-v build chains, located in the misc/libgcc.a.

Single file header/source

ch32v003fun.[h,c] -- single self-contained source file and header file for compling apps for the ch32v003.

With some programmers/debuggers, the ability to "printf" back through the link for debugging.

A demo bootloader.

In Progress:

  • Other programmer support (ESP32-S2 works, currently)
  • OpenOCD-compatible build for minichlink.
  • Full-chip-write for faster flash.
  • Support for NHC-Link042
  • More demos!
Clone this wiki locally