Skip to content

Commit

Permalink
a0b_stm32f401_gpio 0.1.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Oct 21, 2024
1 parent 8edd297 commit 21dad90
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index/a0/a0b_stm32f401_gpio/a0b_stm32f401_gpio-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = "a0b_stm32f401_gpio"
description = "A0B: STM32F401 GPIO/EXTI"
version = "0.1.0"

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

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

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

[[depends-on]]
a0b_exti = "*"
a0b_gpio = "*"
a0b_stm32f401 = "*"

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

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

0 comments on commit 21dad90

Please sign in to comment.