rp2040_hal, pico_bsp, pico_examples 0.4.0 (#287)

This commit is contained in:
Jeremy Grosser
2021-06-14 03:14:18 -07:00
committed by GitHub
parent 1c70773d0d
commit 1cc839b29c
3 changed files with 69 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.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"