From 598206454b78ad2cd0b71aa85ecfdbcb27a5c4bf Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Tue, 26 Oct 2021 15:57:27 +0200 Subject: [PATCH] samd51_hal 0.3.0 (#388) --- index/sa/samd51_hal/samd51_hal-0.3.0.toml | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/sa/samd51_hal/samd51_hal-0.3.0.toml diff --git a/index/sa/samd51_hal/samd51_hal-0.3.0.toml b/index/sa/samd51_hal/samd51_hal-0.3.0.toml new file mode 100644 index 00000000..8be7ebf1 --- /dev/null +++ b/index/sa/samd51_hal/samd51_hal-0.3.0.toml @@ -0,0 +1,33 @@ +description = "Drivers and HAL for the SAMD51 micro-controller family" +name = "samd51_hal" +version = "0.3.0" +website = "https://github.com/Fabien-Chouteau/samd51-hal" +licenses = "BSD-3-Clause" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["ATSAMD51G18A.gpr", + "ATSAMD51J18A.gpr", + "ATSAMD51J20A.gpr", + "ATSAMD51N20A.gpr", + "ATSAMD51P20A.gpr", + "ATSAMD51G19A.gpr", + "ATSAMD51J19A.gpr", + "ATSAMD51N19A.gpr", + "ATSAMD51P19A.gpr"] +tags = ["embedded", "nostd", "atsamd51", "microchip", "atmel", "drivers"] + +auto-gpr-with=false # User has to select only one project file + +[configuration] +disabled = true + +[[depends-on]] +cortex_m = "~0.1" +hal = "~0.1" +usb_embedded = "~0.2" +gnat_arm_elf = "^11.2.2" + +[origin] +commit = "cc5473956b60b8cdceea7069c3e3c4e09e51d078" +url = "git+https://github.com/Fabien-Chouteau/samd51-hal.git" +