2 unstable releases
0.2.0 | Nov 29, 2023 |
---|---|
0.1.0 | Aug 14, 2021 |
#1485 in Embedded development
32KB
633 lines
uart_xilinx
Work In Progress
This crate provide a struct with many methods to operate uarts in Xilinx's FPGA: XPS UART Lite, AXI UART Lite...
REF
- DS571 - XPS UART Lite (v1.02a) Data Sheet (v1.8)
- PG142 - AXI UART Lite v2.0 Product Guide (v2.0)
- PG143 - AXI UART 16550 v2.0 Product Guide (v2.0)
Intro
Noticed: This crate may have problems. Any help would be welcomed, even if your help will bring about breaking change. Please feel free to start an Issue or a PR.
Currently I cannot guarantee the stability of this crate, and it is likely to introduce destructive updates (including but not limited to renaming of structs, renaming of functions and methods, code restructuring). So fixing the dependency version should be a good way to go.
Besides, this crate currently is not following Rust API Guidelines. Please feel free to start an Issue or a PR to help me fix this.
Dependencies
~125KB