Skip to content

Commit

Permalink
a0b_stm32h723 0.1.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Dec 6, 2024
1 parent a2c07d3 commit e9a857c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index/a0/a0b_stm32h723/a0b_stm32h723-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = "a0b_stm32h723"
description = "STM32H723 base and SVD package"
website = "https://github.com/godunko/a0b-stm32h723"
version = "0.1.0"

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

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

tags = ["a0b", "embedded", "svd", "stm32", "stm32h7", "stm32h723"]

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

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

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

[origin]
commit = "fa53524f934264edaed2ec5482ccb0bc8c8e83ab"
url = "git+https://github.com/godunko/a0b-stm32h723.git"

0 comments on commit e9a857c

Please sign in to comment.