[package] name = "lpc11uxx-hal" version = "0.1.0" authors = ["Raphael Nestler "] categories = ["embedded", "hardware-support", "no-std"] description = "HAL for the LPC11Uxx family of ยต-controllers" keywords = ["arm", "cortex-m", "lpc11", "hal"] license = "MIT OR Apache-2.0" repository = "https://github.com/coredump-ch/lpc11uxx-hal-rs" [dependencies] lpc11uxx = "0.2" cortex-m = "0.5" embedded-hal = "0.2"