From 8c9386bf72d73ba5ac2b47c6c3c2e80c86f3f5f9 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Mon, 7 Jul 2025 12:10:54 +0400 Subject: [PATCH] a0b_armv7m 0.4.0 (#1522) --- index/a0/a0b_armv7m/a0b_armv7m-0.4.0.toml | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 index/a0/a0b_armv7m/a0b_armv7m-0.4.0.toml diff --git a/index/a0/a0b_armv7m/a0b_armv7m-0.4.0.toml b/index/a0/a0b_armv7m/a0b_armv7m-0.4.0.toml new file mode 100644 index 00000000..82e1861e --- /dev/null +++ b/index/a0/a0b_armv7m/a0b_armv7m-0.4.0.toml @@ -0,0 +1,36 @@ +name = "a0b_armv7m" +description = "ARMv7-M support (Cortex-M3, Cortex-M4, Cortex-M7)" +website = "https://github.com/godunko/a0b-armv7m" +version = "0.4.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.variables] +FPU_Extension = {type = "Enum", values = ["undefined", "none", "VFPv4", "VFPv5"], default="undefined"} +# This configuration varible is not used by the crate, and it is not clear now should, or should not be preserved. + +[configuration] +generate_ada = false +generate_gpr = true +generate_c = false + +[[depends-on]] +a0b_base = "*" +gnat_arm_elf = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "bb8b0af2ed2c64f2381ad5c7953bfa2b88b0c4da" +url = "git+https://github.com/godunko/a0b-armv7m.git" +