lpc11uxx 0.1.0

Register mappings for the NXP LPC11Uxx family of ARM Cortex-M0+ microcontrollers
Documentation

Build Status

lpc11uxx-rs

Rust register mappings for the NXP LPC11Uxx family of ARM Cortex-M0+ microcontrollers. The code is generated automatically from the SVD file using svd2rust.

Creating The Bindings

The SVD file contained some duplicate definitions and some other errors which needed to be fixed.

svd2rust -i LPC11Uxx.svd|rustfmt > src/lib.rs