rp2040_hal, pico_bsp, and pico_examples 0.5.0 (#300)

This commit is contained in:
Jeremy Grosser
2021-07-20 04:20:36 -07:00
committed by GitHub
parent d15b685c53
commit ed203cb5ae
3 changed files with 71 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name = "rp2040_hal"
description = "Drivers and HAL for the RP2040 micro-controller family"
version = "0.5.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 = "a3d897b1910a38f41046e47ea98f21c9e3a00912"
url = "git+https://github.com/JeremyGrosser/rp2040_hal.git"