An open API service indexing awesome lists of open source software.

https://github.com/astro/rust-lpc43xx

Register definitions for the NXP LPC43xx microcontroller platform, generated through svd2rust
https://github.com/astro/rust-lpc43xx

Last synced: 3 months ago
JSON representation

Register definitions for the NXP LPC43xx microcontroller platform, generated through svd2rust

Awesome Lists containing this project

README

          

The code has been structured like
the [cortex-m](https://github.com/japaric/cortex-m) crate. Most parts
are autogenerated by the awesome tools
by [Jorge Aparicio](https://github.com/japaric).

Current status is **incomplete**. Please send pull requests for
additional functionality.

# Generate HW interface code from SVD

Download from https://www.lpcware.com/content/nxpfile/lpc43sxx-svd-file

```
svd2rust -i LPC43xx_43Sxx.svd gpio > src/peripheral/gpio.rs
rustfmt src/peripheral/gpio.rs
```