da14531-pac 0.2.0

Peripheral Access Crate (PAC) for DA14531.
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]
adplldig = []
all = ["nvic", "scb", "systick", "adplldig", "anamisc", "ble", "chip_version", "crg_aon", "crg_tim", "crg_top", "gpadc", "gpio", "gpreg", "i2c", "kbrd", "mbist_sram12", "mbist_sram3", "otpc", "patch", "quadec", "rfcu", "rfcu_power", "rfmon", "rtc", "spi", "sys_wdog", "timer0", "timer1", "uart", "uart2", "wkup"]
anamisc = []
ble = []
chip_version = []
crg_aon = []
crg_tim = []
crg_top = []
gpadc = []
gpio = []
gpreg = []
i2c = []
kbrd = []
mbist_sram12 = []
mbist_sram3 = []
nvic = []
otpc = []
patch = []
quadec = []
rfcu = []
rfcu_power = []
rfmon = []
rt = ["cortex-m-rt/device"]
rtc = []
scb = []
spi = []
sys_wdog = []
systick = []
timer0 = []
timer1 = []
tracing = ["dep:phf"]
tracing_dummy = []
uart = []
uart2 = []
wkup = []

[lib]
bench = false
name = "da14531_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 DA14531."
documentation = "https://docs.rs/crate/da14531-pac/latest"
edition = "2024"
include = ["src/*", "Cargo.toml", "README.md", "build.rs", "device.x"]
keywords = ["da14531", "da", "arm", "cortex-m", "renesas"]
license = "MIT OR Apache-2.0"
name = "da14531-pac"
readme = "README.md"
repository = "https://github.com/nguyentri/da-pac"
version = "0.2.0"

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