da14699-pac 0.2.0

Peripheral Access Crate (PAC) for DA14699.
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 = "da14699-pac"
version = "0.2.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 DA14699."
documentation = "https://docs.rs/crate/da14699-pac/latest"
readme = "README.md"
keywords = [
    "da14699",
    "da",
    "arm",
    "cortex-m",
    "renesas",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nguyentri/da-pac"

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

[features]
aes_hash = []
all = [
    "sau",
    "aes_hash",
    "anamisc",
    "apu",
    "cache",
    "charger",
    "chip_version",
    "cmac",
    "cmac_timer_slp",
    "crg_com",
    "crg_per",
    "crg_sys",
    "crg_top",
    "crg_xtal",
    "dcdc",
    "dma",
    "dw",
    "gpadc",
    "gpio",
    "gpreg",
    "i2c",
    "i2c2",
    "lcdc",
    "lra",
    "memctrl",
    "otpc",
    "pdc",
    "pwmled",
    "qspic",
    "qspic2",
    "rfmon",
    "rtc",
    "sdadc",
    "smotor",
    "snc",
    "spi",
    "spi2",
    "sys_wdog",
    "timer",
    "timer2",
    "timer3",
    "timer4",
    "uart",
    "uart2",
    "uart3",
    "usb",
    "wakeup",
]
anamisc = []
apu = []
cache = []
charger = []
chip_version = []
cmac = []
cmac_timer_slp = []
crg_com = []
crg_per = []
crg_sys = []
crg_top = []
crg_xtal = []
dcdc = []
dma = []
dw = []
gpadc = []
gpio = []
gpreg = []
i2c = []
i2c2 = []
lcdc = []
lra = []
memctrl = []
otpc = []
pdc = []
pwmled = []
qspic = []
qspic2 = []
rfmon = []
rt = ["cortex-m-rt/device"]
rtc = []
sau = []
sdadc = []
smotor = []
snc = []
spi = []
spi2 = []
sys_wdog = []
timer = []
timer2 = []
timer3 = []
timer4 = []
tracing = ["dep:phf"]
tracing_dummy = []
uart = []
uart2 = []
uart3 = []
usb = []
wakeup = []

[lib]
name = "da14699_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.12.1"
features = ["macros"]
optional = true