[package] name = "lpc55-pac" version = "0.5.0" edition = "2021" authors = [ "Nicolas Stalder ", "Conor Patrick ", ] description = "Peripheral access API for NXP LPC55 microcontrollers" repository = "https://github.com/lpc55/lpc55-pac" license = "Apache-2.0 OR MIT" readme = "README.md" documentation = "https://docs.rs/lpc55-pac" categories = ["embedded", "no-std"] keywords = ["no-std", "cortex-m", "nxp", "lpc", "svd2rust"] exclude = [ "svd/*", "lpc55.svd", ] [package.metadata.docs.rs] features = ["rt"] targets = [] [badges] maintenance = { status = "actively-developed" } [dependencies] cortex-m = "0.7.4" cortex-m-rt = { version = "0.7.1", optional = true } vcell = "0.1.2" [features] rt = ["cortex-m-rt/device"]