[package] version = "0.2.0" authors = [ "jscarrott ", "Wez Furlong ", ] description = "Peripheral access API for nrf52840 microcontrollers" documentation = "https://docs.rs/nrf52840" keywords = ["no-std", "arm", "cortex-m", "nrf52", "nrf52840"] license = "MIT OR Apache-2.0" name = "nrf52840" repository = "https://github.com/jscarrot/nrf52840" [dependencies] bare-metal = "~0.2" vcell = "~0.1" cortex-m = "~0.5" [dependencies.cortex-m-rt] optional = true version = "~0.5" [features] rt = ["cortex-m-rt/device"]