#no-std #cortex-m #nxp #lpc #svd2rust

no-std lpc55s6x-pac

Peripheral access API for NXP LPC55s6x microcontrollers

8 releases

0.0.8 Feb 18, 2020
0.0.7 Feb 16, 2020
0.0.5 Sep 26, 2019
0.0.4 Aug 31, 2019

#1124 in Embedded development

37 downloads per month
Used in lpc55s6x-hal

Apache-2.0 OR MIT

9.5MB
274K SLoC

LPC55s6x PAC (peripheral access crate)

Low-level register mappings for the NXP LPC55S6x family of ARM Cortex-M33 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 LPC55S6x microcontrollers.

crates.io Documentation LICENSE Build Status

Status

Very much work-in-progress!

See also the higher-level companion library LPC55S6x HAL.

Documentation

The API documentation is located at https://docs.rs/lpc55s6x-pac.

To get an understanding of svd2rust-generated APIs, checkout its documentation at https://docs.rs/svd2rust.

In addition, make fetch-docs downloads various vendor-supplied documentation:

License

Apache-2.0 or MIT.

The SVD files are from https://mcuxpresso.nxp.com and licensed under the BSD-3-Clause.

Dependencies