This repository has been archived on 2026-06-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Robin Mueller bcb5525c76
ci / Check build (macos-latest) (push) Has been cancelled
ci / Check build (ubuntu-latest) (push) Has been cancelled
ci / Check build (windows-latest) (push) Has been cancelled
ci / Check MSRV (push) Has been cancelled
ci / Check Cross-Compilation (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
ci / Check Cross-Compilation (armv7a-none-eabihf) (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
bump patch release number
2026-06-08 21:36:54 +02:00
2026-06-08 21:34:36 +02:00
2026-06-08 21:19:57 +02:00
2025-04-02 23:53:59 +02:00
2026-06-08 21:36:54 +02:00
2026-06-08 21:31:45 +02:00
2026-06-08 21:19:57 +02:00
2025-04-02 23:53:59 +02:00
2025-04-02 23:53:59 +02:00
2025-11-28 10:38:00 +01:00

Crates.io docs.rs ci

AXI UARTLITE driver

This is a native Rust driver for the AMD AXI UART Lite v2.0 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
S
Description
AMD AXI UARTLITE driver. Moved to https://git.irs.uni-stuttgart.de/irs/hdl-drivers-rs
Readme
76 KiB
v0.2.1
Latest
2026-06-08 21:37:25 +02:00
Languages
Rust 97.8%
Just 2.2%