29 lines
883 B
TOML
29 lines
883 B
TOML
description = "Drivers and HAL for the SAMD51 micro-controller family"
|
|
name = "samd51_hal"
|
|
version = "0.2.0"
|
|
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
|
|
|
|
[[depends-on]]
|
|
cortex_m = "~0.1.0"
|
|
hal = "~0.1.0"
|
|
gnat_arm_elf = "^11"
|
|
|
|
[origin]
|
|
commit = "65c420358db65e7ff678cae747aad03b687f200b"
|
|
url = "git+https://github.com/Fabien-Chouteau/samd51-hal.git"
|
|
|