nrf52810-hal 0.12.2

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

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

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

[features]
default = ["rt"]
doc = []
rt = ["nrf52810-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>", "Ferdia McKeogh <ferdia@mckeogh.tech>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "HAL for nRF52810 microcontrollers"
edition = "2018"
keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf52810"]
license = "MIT OR Apache-2.0"
name = "nrf52810-hal"
readme = "../README.md"
repository = "https://github.com/nrf-rs/nrf-hal"
version = "0.12.2"