Add samd51_hal

This commit is contained in:
Fabien Chouteau
2020-01-19 22:01:04 +01:00
committed by Alejandro R Mosteo
parent e054bc3a70
commit 998d773fe0
+23
View File
@@ -0,0 +1,23 @@
[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"