Skip to content

hispark-rs/ws63-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ws63-examples — Example applications for WS63 (RISC-V) in Rust

Example applications for the HiSilicon WS63 SoC using the ws63-rs ecosystem.

Examples

Example Description Peripherals
blinky LED blink GPIO
(more coming)

Building

# Configure target
export RUSTC_TARGET="hisi-riscv-rt/target-specs/riscv32imfc-unknown-none-elf.json"

# Build blinky
cargo build --release --target $RUSTC_TARGET --package blinky

# Flash (example with serial bootloader)
# ws63-flash write target/riscv32imfc-unknown-none-elf/release/blinky

License

MIT

About

Example applications for HiSilicon WS63 (RISC-V) in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors