nrf51-hal 0.12.2

HAL for nRF51 microcontrollers
Documentation
[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.3"

[dependencies.nrf-hal-common]
default-features = false
features = ["51"]
version = "=0.12.2"

[dependencies.nrf51]
version = "0.9.0"

[features]
default = ["rt", "xxAB-package"]
doc = []
rt = ["nrf51/rt"]
xxAA-package = []
xxAB-package = []
xxAC-package = []

[package]
authors = ["James Munns <james@onevariable.com>", "Hanno Braun <hanno@braun-robotics.com>", "John Scarrott <johnps@outlook.com>", "Wez Furlong <wez@wezfurlong.org>", "Ferdia McKeogh <ferdia@mckeogh.tech>", "Daniel Egger <daniel@eggers-club.de>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "HAL for nRF51 microcontrollers"
edition = "2018"
keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf51"]
license = "MIT OR Apache-2.0"
name = "nrf51-hal"
readme = "../README.md"
repository = "https://github.com/nrf-rs/nrf-hal"
version = "0.12.2"