Skip to content

Commit

Permalink
a0b_armv7m 0.3.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 3633137
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions index/a0/a0b_armv7m/a0b_armv7m-0.3.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name = "a0b_armv7m"
description = "ARMv7-M support (Cortex-M3, Cortex-M4, Cortex-M7)"
website = "https://github.com/godunko/a0b-base"
version = "0.3.0"

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

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

tags = ["a0b", "embedded", "armv7m", "cortex-m", "cortex-m3", "cortex-m4", "cortex-m7"]

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

[configuration.variables]
FPU_Extension = {type = "Enum", values = ["none", "VFPv4", "VFPv5"]}

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

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

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

0 comments on commit 3633137

Please sign in to comment.