Files
alire-index-community/index/rp/rp2040_hal/rp2040_hal-0.2.1.toml
T
Jeremy Grosser 411163df3b Raspberry Pi RP2040 and Pico 0.2.1 (#259)
* rp2040_hal-0.2.1

* pico_bsp-0.2.1

* pico_examples-0.2.1
2021-03-03 11:37:56 +01:00

20 lines
547 B
TOML

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