Skip to content

Commit

Permalink
embedded_components 0.3.0 (#1083)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update embedded_components-0.3.0.toml
  • Loading branch information
Fabien-Chouteau authored Aug 5, 2024
1 parent 5ba57e2 commit d1f00c4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions index/em/embedded_components/embedded_components-0.3.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
description = "Platform agnostic drivers to interface external components"
long-description = '''# embedded-components
Platform agnostic drivers to interface external components.
This crate is a snapshot of the `components` of [Ada Drivers
Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/components).
Any bug report, issue, contribution must be adressed to the [Ada Drivers
Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo.
'''

name = "embedded_components"
version = "0.3.0"
licenses = "BSD-3-Clause"
authors=["AdaCore"]
website="https://github.com/AdaCore/Ada_Drivers_Library/"
maintainers = ["[email protected]"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["embedded_components.gpr"]
tags = ["embedded", "nostd"]

[[depends-on]]
hal = "~0.3.1"
adl_middleware = "~0.2.0"
gnat = ">=11.2 & <2000" # Required for Ada2022 features

[build-switches]
"*".style_checks = "no"

[origin]
commit = "b003afa1a08e359f4df385044d4c556dbe9ed784"
url = "git+https://github.com/Fabien-Chouteau/embedded-components.git"

0 comments on commit d1f00c4

Please sign in to comment.