[package]
edition = "2021"
rust-version = "1.64"
name = "cyt2b9"
version = "0.0.1"
authors = ["Infineon developers"]
description = "Peripheral access crate for cyt2b9 T2G family"
documentation = "https://docs.rs/cyt2b9"
readme = "README.md"
keywords = [
"cortex-m",
"no_std",
"traveo",
"infineon",
]
categories = [
"embedded",
"no-std",
]
license-file = "LICENSE.txt"
repository = "https://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt2b9"
[package.metadata.docs.rs]
targets = [
"thumbv6m-none-eabi",
"thumbv7em-none-eabihf",
]
features = [
"rt",
"critical-section",
"rev_c",
]
[dependencies.cyt2b9_c]
version = "0.0.1"
optional = true
[features]
critical-section = ["cyt2b9_c?/critical-section"]
default = ["rev_c"]
rev_c = ["cyt2b9_c"]
rt = ["cyt2b9_c?/rt"]