Skip to content

Commit

Permalink
a0b_armv7m 0.2.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Nov 30, 2024
1 parent 4fd83c2 commit 6216c82
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions index/a0/a0b_armv7m/a0b_armv7m-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name = "a0b_armv7m"
description = "A0B: ARMv7-M support (Cortex-M3, Cortex-M4, Cortex-M7)"
version = "0.2.0"
website = "https://github.com/godunko/a0b-base"

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 = "50acd6d03b9bbd6604692098189712a34130340c"
url = "git+https://github.com/godunko/a0b-armv7m.git"

0 comments on commit 6216c82

Please sign in to comment.