Crates.io | uart_xilinx |
lib.rs | uart_xilinx |
version | 0.2.0 |
source | src |
created_at | 2021-08-14 04:49:31.382322 |
updated_at | 2023-11-29 10:43:26.880612 |
description | This crate provide a struct with many methods to operate uarts in Xilinx's FPGA: XPS UART Lite, AXI UART Lite... |
homepage | https://github.com/duskmoon314/uart-rs |
repository | https://github.com/duskmoon314/uart-rs |
max_upload_size | |
id | 435962 |
size | 32,219 |
Work In Progress
This crate provide a struct with many methods to operate uarts in Xilinx's FPGA: XPS UART Lite, AXI UART Lite...
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.