Files
alire-index-community/index/sa/samd51_hal.toml
T
Fabien Chouteau 998d773fe0 Add samd51_hal
2020-01-28 11:45:58 +01:00

24 lines
932 B
TOML

[general]
description = "Drivers and HAL for the SAMD51 micro-controller family"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = ["BSD 3-Clauses"]
tags = ["embedded", "nostd", "atsamd51", "microchip", "atmel", "drivers"]
project-files = ["ATSAMD51G18A.gpr",
"ATSAMD51J18A.gpr",
"ATSAMD51J20A.gpr",
"ATSAMD51N20A.gpr",
"ATSAMD51P20A.gpr",
"ATSAMD51G19A.gpr",
"ATSAMD51J19A.gpr",
"ATSAMD51N19A.gpr",
"ATSAMD51P19A.gpr"]
["0.1.0"]
origin = "https://github.com/Fabien-Chouteau/samd51-hal/releases/download/v0.1.0/samd51-hal-0.1.0.zip"
origin-hashes = ["sha512:9d22c6e6791c2dbec3338024ba9501d95ccc42e25ec54f100a99d19f2037bae5518e73b1ff6d2f62a1e4c67df9721749a152963236a4eb32feeb24a7d766b32c"]
["0.1.0".depends-on]
cortex_m = "^0.1.0"
hal = "^0.1.0"