Skip to content

Noxime/ch32v003fun-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ch32v0-fun-debug

Crate for printing into ch32v003fun compatible debuggers. (Minichlink and its derivatives).

Example usage

// You can only initialize one instance of the debugger
let mut dbg = unsafe { ch32v003_debug::Debugger::steal() };

// The debugger acts like a serial output
use embedded_hal::serial::Write;
Ok(_) = dbg.write(b"Hello world from Rust\n");

About

Rust crate for accessing the ch32v003fun debug print protocol

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages