Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAL 0.3.1 #1035

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions index/ha/hal/hal-0.3.1.toml
Original file line number Diff line number Diff line change
@@ -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 = ["[email protected]"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["hal.gpr"]
tags = ["embedded", "hal", "nostd"]

[origin]
commit = "58bb6bd72fc276ba1128451e3b4784b6029be0a8"
url = "git+https://github.com/Fabien-Chouteau/hal.git"

Loading