[package] name = "nrf51-hal" version = "0.18.0" edition = "2018" description = "HAL for nRF51 microcontrollers" readme = "../README.md" repository = "https://github.com/nrf-rs/nrf-hal" authors = [ "James Munns ", "Hanno Braun ", "John Scarrott ", "Wez Furlong ", "Ferdia McKeogh ", "Daniel Egger ", ] categories = ["embedded", "hardware-support", "no-std"] keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf51"] license = "MIT OR Apache-2.0" [dependencies] nrf51-pac = "0.12.2" [dependencies.nrf-hal-common] path = "../nrf-hal-common" default-features = false features = ["51"] version = "=0.18.0" [features] doc = [] embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"] rt = ["nrf51-pac/rt"] rtic-monotonic = ["nrf-hal-common/rtic-monotonic"] # Note: We use the xxAB package by default because it has the least amount of available resources. default = ["rt", "xxAB-package", "embedded-hal-02"] xxAA-package = [] xxAB-package = [] xxAC-package = []