From eeea95e4ad376291bd5d2794ea299728f541bde2 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Fri, 10 May 2024 13:06:26 +0200 Subject: [PATCH] hal 0.3.1 (#1035) --- index/ha/hal/hal-0.3.1.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/ha/hal/hal-0.3.1.toml diff --git a/index/ha/hal/hal-0.3.1.toml b/index/ha/hal/hal-0.3.1.toml new file mode 100644 index 000000000..f56681ea8 --- /dev/null +++ b/index/ha/hal/hal-0.3.1.toml @@ -0,0 +1,27 @@ +description = "Hardware Abstraction Layer (HAL)" + +long-description = '''# hal + +Hardware Abstraction Layer: interfaces definitions to abstract access to common +hardware devices and protocols + +This crate is a snapshot of the `hal` in [Ada Drivers +Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/hal/src). + +Any bug report, issue, contribution must be adressed to the [Ada Drivers +Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo. + +''' + +name = "hal" +version = "0.3.1" +licenses = "BSD-3-Clause" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["hal.gpr"] +tags = ["embedded", "hal", "nostd"] + +[origin] +commit = "58bb6bd72fc276ba1128451e3b4784b6029be0a8" +url = "git+https://github.com/Fabien-Chouteau/hal.git" +