Skip to content

us-irs/axi-uart16550

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crates.io docs.rs ci

AXI UART16550 driver

This is a native Rust driver for the AMD AXI UART16550 IP core.

Core features

  • Basic driver which can be created with a given IP core base address and supports a basic byte-level read and write API.
  • Support for embedded-io and embedded-io-async

Features

If the asynchronous support for the TX side is used, the number of statically provided wakers can be configured using the following features:

  • 1-waker which is the default
  • 2-wakers
  • 4-wakers
  • 8-wakers
  • 16-wakers
  • 32-wakers

About

AMD AXI UART16550 driver

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published