From 66cf4f77ef4aedba9dcd6e1b45d3a1a02d43f1a5 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Mon, 21 Oct 2024 09:33:42 +0400 Subject: [PATCH] a0b_armv7m 0.1.0 (#1252) --- index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml | 34 +++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml diff --git a/index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml b/index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml new file mode 100644 index 00000000..8b1ac44e --- /dev/null +++ b/index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml @@ -0,0 +1,34 @@ +name = "a0b_armv7m" +description = "A0B: ARMv7-M support (Cortex-M3, Cortex-M4, Cortex-M7)" +version = "0.1.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]] +gnat_arm_elf = "*" +a0b_base = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "8727264e0e3b4c87440ff900d82a557dfa216cf4" +url = "git+https://github.com/godunko/a0b-armv7m.git" +