-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93a5a02
commit 84d8923
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|