nrf-hal-common 0.17.0

Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`).
[dependencies.cast]
default-features = false
version = "0.3.0"

[dependencies.cfg-if]
version = "1.0.0"

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

[dependencies.embedded-dma]
version = "0.2.0"

[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.embedded-hal-02]
features = ["unproven"]
optional = true
package = "embedded-hal"
version = "0.2.7"

[dependencies.embedded-io]
version = "0.6.1"

[dependencies.embedded-storage]
version = "0.3.1"

[dependencies.fixed]
version = "1.25.1"

[dependencies.nb]
version = "1.1.0"

[dependencies.nrf-usbd]
optional = true
version = "0.2.0"

[dependencies.nrf51-pac]
optional = true
version = "0.12.2"

[dependencies.nrf52810-pac]
optional = true
version = "0.12.2"

[dependencies.nrf52811-pac]
optional = true
version = "0.12.2"

[dependencies.nrf52832-pac]
optional = true
version = "0.12.2"

[dependencies.nrf52833-pac]
optional = true
version = "0.12.2"

[dependencies.nrf52840-pac]
optional = true
version = "0.12.2"

[dependencies.nrf5340-app-pac]
optional = true
version = "0.12.2"

[dependencies.nrf5340-net-pac]
optional = true
version = "0.12.2"

[dependencies.nrf9160-pac]
optional = true
version = "0.12.2"

[dependencies.rand_core]
version = "0.6.4"

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

[features]
51 = ["nrf51-pac"]
52810 = ["nrf52810-pac"]
52811 = ["nrf52811-pac"]
52832 = ["nrf52832-pac"]
52833 = ["nrf52833-pac", "nrf-usbd"]
52840 = ["nrf52840-pac", "nrf-usbd"]
5340-app = ["nrf5340-app-pac"]
5340-net = ["nrf5340-net-pac"]
9160 = ["nrf9160-pac"]
doc = []

[package]
authors = ["James Munns <james@onevariable.com>", "Hanno Braun <hanno@braun-robotics.com>", "John Scarrott <johnps@outlook.com>", "Wez Furlong <wez@wezfurlong.org>", "Daniel Egger <daniel@eggers-club.de>", "Ferdia McKeogh <ferdia@mckeogh.tech>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`)."
edition = "2018"
keywords = ["arm", "cortex-m", "nrf52", "nrf", "hal"]
license = "MIT OR Apache-2.0"
name = "nrf-hal-common"
readme = "README.md"
repository = "https://github.com/nrf-rs/nrf-hal"
resolver = "2"
version = "0.17.0"