diff --git a/index/a0/a0b_armv7m/a0b_armv7m-0.3.0.toml b/index/a0/a0b_armv7m/a0b_armv7m-0.3.0.toml new file mode 100644 index 00000000..d826373c --- /dev/null +++ b/index/a0/a0b_armv7m/a0b_armv7m-0.3.0.toml @@ -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 "] +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" +