Skip to content

Commit

Permalink
a0b_gpio 0.1.0 (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Oct 21, 2024
1 parent d48fd0b commit 52b3f1f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index/a0/a0b_gpio/a0b_gpio-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name = "a0b_gpio"
description = "A0B GIOP API"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"
tags = ["embedded", "gpio"]

project-files = ["gnat/a0b_gpio.gpr"]

[configuration]
generate_ada = false
generate_c = false
generate_gpr = true

[[depends-on]]
a0b_base = "*"

[[actions]]
type = "test"
directory = "selftest"
command = ["alr", "build"]

[origin]
commit = "011067c7f5fae261ec4b30e015b324b895e2948b"
url = "git+https://github.com/godunko/a0b-gpio.git"

0 comments on commit 52b3f1f

Please sign in to comment.