1 unstable release
0.0.1 | Jul 3, 2022 |
---|
#12 in #lpc
4.5MB
87K
SLoC
LPC1769 PAC (peripheral access crate)
Low-level register mappings for NXP LPC1769 ARM Cortex-M3 microcontrollers, written in Rust.
The code is generated automatically from a patched version of the vendor-supplied SVD file, using svd2rust
.
The purpose of this crate is to give embedded programs or libraries written in Rust access to the complete functionality of LPC1769 microcontrollers.
[![crates.io][crates-image]][crates-link] [![Documentation][docs-image]][docs-link] ![LICENSE][license-image] [![Action Status][github-action-image]][github-action-link] [![Matrix][matrix-chat-image]][matrix-lpc55]
Status
Work in progress
Documentation
The API documentation is located at https://docs.rs/lpc1769.
To gain an understanding of svd2rust
-generated APIs, checkout documentation at https://docs.rs/svd2rust.
License
[Apache-2.0][apache2-link] or [MIT][mit-link].
Dependencies
~0.6–0.8MB
~11K SLoC