# 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"}
-
Notifications
You must be signed in to change notification settings - Fork 0
muxinyu1/async-uart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An asynchronous uart driver for RISC-V microchip