nrf52840-hal 0.12.1

HAL for nRF52840 microcontrollers
Documentation
[package]
name = "nrf52840-hal"
version = "0.12.1"
description = "HAL for nRF52840 microcontrollers"

repository = "https://github.com/nrf-rs/nrf-hal"
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"]
keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf52840"]
license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
nrf52840-pac = "0.9.0"

[dependencies.nrf-hal-common]
path = "../nrf-hal-common"
default-features = false
features = ["52840"]
version = "=0.12.1"

[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.3"

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