da14531 0.1.0

Peripheral access crate for the DA14531 microcontroller
Documentation
[dependencies.cortex-m]
version = "0.7"

[dependencies.cortex-m-rt]
optional = true
version = "0.7"

[dependencies.vcell]
version = "0.1"

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

[package]
categories = ["embedded", "hardware-support", "no-std"]
description = "Peripheral access crate for the DA14531 microcontroller"
documentation = "https://docs.rs/da14531"
edition = "2021"
keywords = ["cortex-m", "svd2rust", "embedded", "da14531", "no_std"]
license = "MIT"
name = "da14531"
readme = "README.md"
repository = "https://github.com/rapitag/da14531"
resolver = "2"
version = "0.1.0"
[package.metadata.docs.rs]
targets = ["thumbv6m-none-eabi"]