da14580-pac 0.2.0

Peripheral Access Crate (PAC) for DA14580.
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 = "da14580-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 DA14580."
documentation = "https://docs.rs/crate/da14580-pac/latest"
readme = "README.md"
keywords = [
    "da14580",
    "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]
adc580_bif_nl01 = []
all = [
    "nvic",
    "scb",
    "systick",
    "adc580_bif_nl01",
    "anamisc580_nl01",
    "ble580_gr01",
    "chip_version",
    "crg580_dcdc_nl01",
    "crg580_nl01",
    "gpio580_ports_nl01",
    "i2c580_nl00",
    "kbrd580_nl01",
    "otpc580_gr01",
    "quadec580_gr01",
    "riscutil580_gpreg_nl01",
    "riscutil580_wdog_nl00",
    "spi443_nl00",
    "tmr580_nl01",
    "uart1",
    "uart2",
    "wkup580_nl01",
]
anamisc580_nl01 = []
ble580_gr01 = []
chip_version = []
crg580_dcdc_nl01 = []
crg580_nl01 = []
gpio580_ports_nl01 = []
i2c580_nl00 = []
kbrd580_nl01 = []
nvic = []
otpc580_gr01 = []
quadec580_gr01 = []
riscutil580_gpreg_nl01 = []
riscutil580_wdog_nl00 = []
rt = ["cortex-m-rt/device"]
scb = []
spi443_nl00 = []
systick = []
tmr580_nl01 = []
tracing = ["dep:phf"]
tracing_dummy = []
uart1 = []
uart2 = []
wkup580_nl01 = []

[lib]
name = "da14580_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