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