Files
alire-index-community/index/rp/rp2040_hal/rp2040_hal-1.0.0.toml
T
2021-12-27 10:07:05 +01:00

31 lines
819 B
TOML

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