nrf52811-pac 0.10.1

Peripheral Access Crate for Nordic's nrf52811 microcontroller
Documentation
# Generated by `cargo xtask`. Do not edit.# Crate-level Cargo.toml template.
# This is copied into each generated PAC by `cargo xtask generate`.
# Only the top-level `Cargo.template.toml` should be modified.

[package]
name = "nrf52811-pac"
version = "0.10.1"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf52811 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
license = "0BSD"
repository = "https://github.com/nrf-rs/nrf-pacs"
documentation = "https://docs.rs/nrf52811-pac"

[dependencies]
cortex-m = "0.7.3"
vcell = "0.1.3"

[dependencies.cortex-m-rt]
optional = true
version = ">=0.6.15,<0.8"

[features]
rt = ["cortex-m-rt/device"]