ht32f5yyy 0.1.0

Device support crates for HT32F5YYY devices
Documentation
[dependencies.bare-metal]
version = "0.2.4"

[dependencies.cortex-m]
version = ">=0.5.8,<0.7"

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

[dependencies.vcell]
version = "0.1.0"

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

[package]
authors = ["Henrik Böving <hargonix@gmail.com>", "ht32-rs Contributors"]
categories = ["embedded", "no-std"]
description = "Device support crates for HT32F5YYY devices"
edition = "2018"
keywords = ["ht32", "svd2rust", "no_std", "embedded"]
license = "MIT/Apache-2.0"
name = "ht32f5yyy"
readme = "README.md"
repository = "https://github.com/ht32-rs/ht32-rs"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["rt", "ht32f5826"]
targets = []