Crates.io | lpc550x |
lib.rs | lpc550x |
version | 0.3.0 |
source | src |
created_at | 2022-08-11 14:08:31.245858 |
updated_at | 2022-10-17 12:28:48.097999 |
description | Register mappings for the NXP LPC550x/LPC55S0x family of Cortex-M33 microcontrollers |
homepage | |
repository | https://github.com/TomCrypto/lpc550x |
max_upload_size | |
id | 643350 |
size | 8,476,222 |
Register mappings for the NXP LPC550x/LPC55S0x family of Cortex-M33 microcontrollers generated with the svd2rust
tool.
The complete user manual for this family of microcontrollers may be found at UM11424 and is a useful supplement to this crate.
Install the svd2rust
and form
tools and run the generate.sh
script to generate the crate from the SVD file. A line is also prepended to the lib.rs
to prevent Clippy from checking the crate because the generated code does not lint well. Do not make manual edits to the src
folder or the build.rs
and device.x
files which are all auto-generated.