Files
2021-06-14 12:14:18 +02:00

20 lines
547 B
TOML

name = "rp2040_hal"
description = "Drivers and HAL for the RP2040 micro-controller family"
version = "0.4.0"
licenses = "BSD-3-Clause"
authors = ["Jeremy Grosser"]
maintainers = ["Jeremy Grosser <jeremy@synack.me>"]
maintainers-logins = ["JeremyGrosser"]
tags = ["embedded", "nostd", "rp2040", "raspberrypi", "drivers"]
website = "https://github.com/JeremyGrosser/rp2040_hal"
[[depends-on]]
cortex_m = "~0.3"
hal = "~0.1"
[origin]
commit = "c22b4554973dd3beed226d0b33be551c7d85e5b6"
url = "git+https://github.com/JeremyGrosser/rp2040_hal.git"