nrf52832-hal 0.6.0-beta.2

HAL for nRF52832 microcontrollers
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nrf52832-hal"
version = "0.6.0-beta.2"
authors = ["James Munns <james@onevariable.com>", "Hanno Braun <hanno@braun-robotics.com>"]
description = "HAL for nRF52832 microcontrollers"
keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf52832"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nrf-rs/nrf52-hal"
[dependencies.cast]
version = "0.2.2"
default-features = false

[dependencies.cortex-m]
version = "0.5.8"

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

[dependencies.nb]
version = "0.1.1"

[dependencies.nrf52-hal-common]
version = "=0.6.0-beta.2"
features = ["52832"]
default-features = false

[dependencies.nrf52832-pac]
version = "0.6.0-beta.1"

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

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