cyt4bf 0.0.1

Peripheral access crate for cyt4bf T2G family
Documentation
[dependencies.cyt4bf_c]
optional = true
version = "0.0.1"

[dependencies.cyt4bf_d]
optional = true
version = "0.0.1"

[features]
critical-section = ["cyt4bf_c?/critical-section", "cyt4bf_d?/critical-section"]
default = ["rev_d"]
rev_c = ["cyt4bf_c"]
rev_d = ["cyt4bf_d"]
rt = ["cyt4bf_c?/rt", "cyt4bf_d?/rt"]

[package]
authors = ["Infineon developers"]
categories = ["embedded", "no-std"]
description = "Peripheral access crate for cyt4bf T2G family"
documentation = "https://docs.rs/cyt4bf"
edition = "2021"
keywords = ["cortex-m", "no_std", "traveo", "infineon"]
license-file = "LICENSE.txt"
name = "cyt4bf"
readme = "README.md"
repository = "https://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt4bf"
rust-version = "1.64"
version = "0.0.1"

[package.metadata.docs.rs]
features = ["rt", "critical-section", "rev_c", "rev_d"]
targets = ["thumbv6m-none-eabi", "thumbv7em-none-eabihf"]