Skip to content

An asynchronous uart driver for RISC-V microchip

Notifications You must be signed in to change notification settings

muxinyu1/async-uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-uart-driver

Usage

# Cargo.toml

[dependencies]

# when testing in qemu emulator
async-uart = { git = "https://github.com/muxinyu1/async-uart", features = ["board_qemu"]}

# when testing on a board
async-uart = { git = "https://github.com/muxinyu1/async-uart", features = ["board_lrv"]}

# the default feature is "board_qemu"
async-uart = { git = "https://github.com/muxinyu1/async-uart"}

About

An asynchronous uart driver for RISC-V microchip

Topics

Resources

Stars

Watchers

Forks

Languages