Files
alire-index-community/index/rp/rp2040_hal/rp2040_hal-0.6.0.toml
T
2021-09-13 10:26:33 +02:00

20 lines
547 B
TOML

name = "rp2040_hal"
description = "Drivers and HAL for the RP2040 micro-controller family"
version = "0.6.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 = "a3ea286762cd60c0e24c3979e0d812fc3dbe3917"
url = "git+https://github.com/JeremyGrosser/rp2040_hal.git"