rp-hal 0.0.1

HAL and peripheral access API for microcontroller family containing RP2040
Documentation
[dependencies.bare-metal]
version = "0.2.0"

[dependencies.cortex-m]
version = "0.7.0"

[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.4"

[dependencies.rp2040]
optional = true
version = "0.1.0"

[dependencies.vcell]
version = "0.1.0"

[features]
2040 = ["rp2040"]

[package]
authors = ["Jan Niehusmann <jan@gondor.com>"]
description = "HAL and peripheral access API for microcontroller family containing RP2040"
edition = "2018"
homepage = "https://github.com/jannic/rp-microcontroller-rs/"
license = "MIT OR Apache-2.0"
name = "rp-hal"
readme = "README.md"
repository = "https://github.com/jannic/rp-microcontroller-rs/"
version = "0.0.1"