da14682-pac 0.2.0

Peripheral Access Crate (PAC) for DA14682.
Documentation
[dependencies.cortex-m]
version = "0.7.6"

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

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

[features]
aes_hash = []
all = ["nvic", "scb", "systick", "aes_hash", "anamisc", "apu", "ble", "cache", "chip_version", "coex", "crg_per", "crg_top", "dcdc", "dem", "dma", "ecc", "ftdf", "gp_timers", "gpadc", "gpio", "gpreg", "i2c", "i2c2", "ir", "kbscan", "otpc", "qspic", "quad", "spi", "spi2", "timer1", "trng", "uart", "uart2", "usb", "wakeup", "wdog"]
anamisc = []
apu = []
ble = []
cache = []
chip_version = []
coex = []
crg_per = []
crg_top = []
dcdc = []
dem = []
dma = []
ecc = []
ftdf = []
gp_timers = []
gpadc = []
gpio = []
gpreg = []
i2c = []
i2c2 = []
ir = []
kbscan = []
nvic = []
otpc = []
qspic = []
quad = []
rt = ["cortex-m-rt/device"]
scb = []
spi = []
spi2 = []
systick = []
timer1 = []
tracing = ["dep:phf"]
tracing_dummy = []
trng = []
uart = []
uart2 = []
usb = []
wakeup = []
wdog = []

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

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

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