Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
/ ch32v-rt Public archive

Runtime support for WCH's 32bit RISC-V MCUs, aka. ch32v

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

ch32-rs/ch32v-rt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED - replaced by qingke-rt https://github.com/ch32-rs/qingke

ch32v-rt

Runtime support for WCH's 32bit RISC-V MCUs.

Usage

#[ch32v_rt::interrupt]
fn UART0() {
    // ...
}

#[ch32v_rt::entry]
fn main() -> ! {
    loop {}
}

#[ch32v_rt::highcode]
fn some_highcode_fn() {
    // ...
    // This fn will be loaded into the highcode(SRAM) section.
}

About

Runtime support for WCH's 32bit RISC-V MCUs, aka. ch32v

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages