Skip to content

Commit

Permalink
a0b_stm32f401 0.2.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Dec 3, 2024
1 parent d5740d7 commit 86cfa05
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index/a0/a0b_stm32f401/a0b_stm32f401-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = "a0b_stm32f401"
description = "A0B: STM32F401 base and SVD package"
version = "0.2.0"
website = "https://github.com/godunko/a0b-stm32f401"

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

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

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

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

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

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

0 comments on commit 86cfa05

Please sign in to comment.