[package] name = "nrf52811-hal" version = "0.18.0" edition = "2018" description = "HAL for nRF52811 microcontrollers" readme = "../README.md" repository = "https://github.com/nrf-rs/nrf-hal" authors = [ "James Munns ", "Hanno Braun ", "John Scarrott ", "Wez Furlong ", "Ferdia McKeogh ", ] categories = ["embedded", "hardware-support", "no-std"] keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf52811"] license = "MIT OR Apache-2.0" [dependencies] nrf52811-pac = "0.12.2" [dependencies.nrf-hal-common] path = "../nrf-hal-common" default-features = false features = ["52811"] version = "=0.18.0" [features] embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"] rt = ["nrf52811-pac/rt"] rtic-monotonic = ["nrf-hal-common/rtic-monotonic"] default = ["rt", "embedded-hal-02"]