lpc550x 0.3.0

Register mappings for the NXP LPC550x/LPC55S0x family of Cortex-M33 microcontrollers
Documentation
[dependencies.cortex-m]
version = "0.7"

[dependencies.cortex-m-rt]
optional = true
version = "0.6.13"

[dependencies.critical-section]
optional = true
version = "1.0"

[dependencies.vcell]
version = "0.1.2"

[features]
rt = ["cortex-m-rt/device"]

[package]
authors = ["Thomas Bénéteau <thomas@bitwise.me>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Register mappings for the NXP LPC550x/LPC55S0x family of Cortex-M33 microcontrollers"
documentation = "https://docs.rs/lpc550x"
edition = "2021"
exclude = [".vscode/*", "svd/*", "generate.sh"]
keywords = ["arm", "cortex-m", "nxp", "lpc", "svd2rust"]
license = "MIT"
name = "lpc550x"
readme = "README.md"
repository = "https://github.com/TomCrypto/lpc550x"
version = "0.3.0"