no-std lpc55-pac

Peripheral access API for NXP LPC55 microcontrollers

6 releases (breaking)

0.5.0 Mar 16, 2022
0.4.1 Dec 31, 2021
0.4.0 May 2, 2021
0.3.0 Feb 26, 2021
0.1.0 Apr 28, 2020

#294 in Embedded development

Download history 235/week @ 2023-12-16 84/week @ 2023-12-23 405/week @ 2023-12-30 331/week @ 2024-01-06 245/week @ 2024-01-13 332/week @ 2024-01-20 561/week @ 2024-01-27 420/week @ 2024-02-03 301/week @ 2024-02-10 341/week @ 2024-02-17 347/week @ 2024-02-24 459/week @ 2024-03-02 445/week @ 2024-03-09 438/week @ 2024-03-16 527/week @ 2024-03-23 1610/week @ 2024-03-30

3,066 downloads per month
Used in 2 crates (via lpc55-hal)

Apache-2.0 OR MIT

12MB
367K SLoC

LPC55 PAC (peripheral access crate)

Low-level register mappings for the NXP LPC55 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 LPC55 microcontrollers.

crates.io Documentation LICENSE Action Status Matrix

Status

Functional and in use by SoloKeys. Patches welcome!

This PAC is currently based on SDK v2.7.0 SVD for LPC55S6x (core0), differences between chip family members would be modeled in the HAL.

See also the higher-level companion library LPC55 HAL.

Community

There is a Matrix chat for all things LPC55 at #lpc55:matrix.org.

Documentation

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

To gain an understanding of svd2rust-generated APIs, checkout 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