nrf52810-hal 0.8.1

HAL for nRF52810 microcontrollers
Documentation
[package]
name = "nrf52810-hal"
version = "0.8.1"
edition = "2018"
description = "HAL for nRF52810 microcontrollers"
repository = "https://github.com/nrf-rs/nrf52-hal"
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>",
]
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf52810"]
license = "MIT OR Apache-2.0"

[dependencies]
cortex-m = ">= 0.5.8, < 0.7"
nb = "0.1.1"
nrf52810-pac = "0.8.0"

[dependencies.void]
default-features = false
version = "1.0.2"

[dependencies.cast]
default-features = false
version = "0.2.2"

[dependencies.nrf52-hal-common]
path = "../nrf52-hal-common"
default-features = false
features = ["52810"]
version = "0.8.0"

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

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