Rust register mappings for the NXP LPC11Uxx family of ARM Cortex-M0+ microcontrollers. The code is generated automatically from the SVD file using svd2rust.
The SVD file contained some duplicate definitions and some other errors which needed to be fixed.
Bash
svd2rust -i LPC11Uxx.svd|rustfmt > src/lib.rs