nrf52840-hal 0.13.0

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

[dependencies.nrf-hal-common]
default-features = false
features = ["52840"]
version = "=0.13.0"

[dependencies.nrf52840-pac]
version = "0.9.0"

[features]
default = ["rt"]
doc = []
rt = ["nrf52840-pac/rt"]

[package]
authors = ["James Munns <james@onevariable.com>", "Hanno Braun <hanno@braun-robotics.com>", "John Scarrott <johnps@outlook.com>", "Wez Furlong <wez@wezfurlong.org>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "HAL for nRF52840 microcontrollers"
edition = "2018"
keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf52840"]
license = "MIT OR Apache-2.0"
name = "nrf52840-hal"
readme = "../README.md"
repository = "https://github.com/nrf-rs/nrf-hal"
version = "0.13.0"