ra4e1-pac 0.3.0

Peripheral Access Crate (PAC) for R7FAA4E1.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ra4e1-pac"
version = "0.3.0"
authors = ["Tri Nguyen <trongtribk06@gmail.com>"]
build = "build.rs"
include = [
    "src/*",
    "Cargo.toml",
    "README.md",
    "build.rs",
    "device.x",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Peripheral Access Crate (PAC) for R7FAA4E1."
documentation = "https://docs.rs/crate/ra4e1-pac/latest"
readme = "README.md"
keywords = [
    "ra4e1",
    "ra",
    "arm",
    "cortex-m",
    "renesas",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nguyentri/ra-pac"

[package.metadata.docs.rs]
features = [
    "all",
    "rt",
]

[features]
adc120 = []
agt0 = []
agt1 = ["agt0"]
agt2 = ["agt0"]
agt3 = ["agt0"]
agt5 = ["agt0"]
all = [
    "rmpu",
    "tzf",
    "sram",
    "bus",
    "dmac0",
    "dmac1",
    "dmac2",
    "dmac3",
    "dmac4",
    "dmac5",
    "dmac6",
    "dmac7",
    "dma",
    "dtc",
    "icu",
    "cpscu",
    "dbg",
    "fcache",
    "sysc",
    "port0",
    "port1",
    "port2",
    "port3",
    "port4",
    "port5",
    "pfs",
    "elc",
    "rtc",
    "iwdt",
    "wdt",
    "cac",
    "mstp",
    "poeg",
    "usbfs",
    "iic0",
    "iic0wu",
    "can0",
    "pscu",
    "agt0",
    "agt1",
    "agt2",
    "agt3",
    "agt5",
    "crc",
    "doc",
    "sci0",
    "sci3",
    "sci4",
    "sci9",
    "spi0",
    "gpt321",
    "gpt322",
    "gpt164",
    "gpt165",
    "adc120",
    "dac12",
    "flad",
    "faci",
    "qspi",
]
bus = []
cac = []
can0 = []
cpscu = []
crc = []
dac12 = []
dbg = []
dma = []
dmac0 = []
dmac1 = ["dmac0"]
dmac2 = ["dmac0"]
dmac3 = ["dmac0"]
dmac4 = ["dmac0"]
dmac5 = ["dmac0"]
dmac6 = ["dmac0"]
dmac7 = ["dmac0"]
doc = []
dtc = []
elc = []
faci = []
fcache = []
flad = []
gpt164 = []
gpt165 = ["gpt164"]
gpt321 = []
gpt322 = ["gpt321"]
icu = []
iic0 = []
iic0wu = []
iwdt = []
mstp = []
pfs = []
poeg = []
port0 = []
port1 = []
port2 = ["port1"]
port3 = ["port1"]
port4 = ["port1"]
port5 = ["port0"]
pscu = []
qspi = []
rmpu = []
rt = ["cortex-m-rt/device"]
rtc = []
sci0 = []
sci3 = []
sci4 = ["sci3"]
sci9 = ["sci0"]
spi0 = []
sram = []
sysc = []
tracing = ["dep:phf"]
tracing_dummy = []
tzf = []
usbfs = []
wdt = []

[lib]
name = "ra4e1_pac"
path = "src/lib.rs"
test = false
bench = false

[dependencies.cortex-m]
version = "0.7.6"

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

[dependencies.phf]
version = "0.11"
features = ["macros"]
optional = true