rp2040_hal 2.7.0 (#1790)

This commit is contained in:
Jeremy Grosser
2026-01-29 07:05:47 -08:00
committed by GitHub
parent 3d3eca02ae
commit 618fd736c1
+31
View File
@@ -0,0 +1,31 @@
name = "rp2040_hal"
description = "Drivers and HAL for the RP2040 micro-controller family"
version = "2.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://pico-doc.synack.me/"
[[depends-on]]
cortex_m = "^1"
atomic = "^1"
hal = "^1"
usb_embedded = "^1"
gnat_arm_elf = ">=14 & /=15.1.2"
[configuration.variables]
Flash_Chip = {type = "Enum", values = ["w25qxx", "generic_qspi", "generic_03"], default = "w25qxx"}
Interrupts = {type = "Enum", values = ["hal", "bb_runtimes"], default = "hal"}
Use_Startup = {type = "Boolean", default = true}
[configuration.values]
atomic.Backend = "armv6m"
cortex_m.core = "m0p"
[origin]
commit = "6affa8db7a6ed4d43905fec505a885782c8f5282"
url = "git+https://github.com/JeremyGrosser/rp2040_hal.git"