-
Notifications
You must be signed in to change notification settings - Fork 159
Features
dwillmore edited this page May 11, 2023
·
7 revisions
using ch32v003fun (not as many as using the HAL)
"minichlink" programmer/debugger software which can use
- The WCH CH-Link with libusb, for cross-platform use
- An STM32F042 Programmer, the NHC-Link042
- An ESP32S2 Programmer, the esp32s2-funprog
- The official WCH Link-E Programmer.
An extra copy of libgcc so you can use unusual risc-v build chains, located in the misc/libgcc.a
.
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.
- Other programmer support (ESP32-S2 works, currently)
- OpenOCD-compatible build for
minichlink
. - Full-chip-write for faster flash.
- Support for
NHC-Link042
- More demos!