rp-pac 4.0.0

Peripheral Access Crate (PAC) for Raspberry Pi Silicon chips.
Documentation
[dependencies.cortex-m]
version = "0.7.1"

[dependencies.cortex-m-rt]
optional = true
version = ">=0.6.15,<0.8"

[features]
rt = ["cortex-m-rt/device"]

[package]
description = "Peripheral Access Crate (PAC) for Raspberry Pi Silicon chips."
edition = "2021"
license = "BSD-3-Clause"
name = "rp-pac"
readme = "README.md"
repository = "https://github.com/embassy-rs/rp-pac"
version = "4.0.0"
[package.metadata.embassy_docs]
features = []
src_base = "https://github.com/embassy-rs/rp-pac/blob/v$VERSION/src/"
src_base_git = "https://github.com/embassy-rs/rp-pac/blob/$COMMIT/src/"
target = "x86_64-unknown-linux-gnu"