From 4e36adceee438ead26ef7b0a2d153e83c17bdde1 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 24 Feb 2022 10:48:29 +0100 Subject: [PATCH] hal-0.3.0 (#454) --- index/ha/hal/hal-0.3.0.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/ha/hal/hal-0.3.0.toml diff --git a/index/ha/hal/hal-0.3.0.toml b/index/ha/hal/hal-0.3.0.toml new file mode 100644 index 00000000..124acae5 --- /dev/null +++ b/index/ha/hal/hal-0.3.0.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.0" +licenses = "BSD-3-Clause" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["hal.gpr"] +tags = ["embedded", "hal", "nostd"] + +[origin] +commit = "095ae5140d55ba5bc3905295d1029e79e1f11d43" +url = "git+https://github.com/Fabien-Chouteau/hal.git" +