Crates.io | lpc1769 |
lib.rs | lpc1769 |
version | 0.0.1 |
source | src |
created_at | 2022-07-03 19:58:23.987298 |
updated_at | 2022-07-03 19:58:23.987298 |
description | Peripheral access API for NXP LPC1769 microcontrollers |
homepage | |
repository | https://github.com/jgmartin/lpc1769 |
max_upload_size | |
id | 618530 |
size | 4,524,893 |
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]
Work in progress
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.
[Apache-2.0][apache2-link] or [MIT][mit-link].