rp2040_hal, pico_bsp, pico_examples 0.7.0 (#390)

This commit is contained in:
Jeremy Grosser
2021-10-27 01:29:45 -07:00
committed by GitHub
parent 598206454b
commit 3c92f41ec6
3 changed files with 86 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
name = "rp2040_hal"
description = "Drivers and HAL for the RP2040 micro-controller family"
version = "0.7.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"
[[depends-on]]
usb_embedded = "~0.2"
gnat_arm_elf = "~11.2"
[configuration.variables]
Flash_Chip = {type = "Enum", values = ["w25qxx", "generic_qspi", "generic_03"], default = "w25qxx"}
Use_Startup = {type = "Boolean", default = true}
[configuration.values]
atomic.Backend = "armv6m"
[origin]
commit = "d71db1120df80f82e8dfc2285a19806bf15b8635"
url = "git+https://github.com/JeremyGrosser/rp2040_hal.git"