cyt4bb 0.0.1

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

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

[features]
critical-section = ["cyt4bb_a?/critical-section", "cyt4bb_b?/critical-section"]
default = ["rev_b"]
rev_a = ["cyt4bb_a"]
rev_b = ["cyt4bb_b"]
rt = ["cyt4bb_a?/rt", "cyt4bb_b?/rt"]

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

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