From b6b799e53f0f298157a79b0ff2b09f3791e8c78b Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Mon, 9 Dec 2024 21:19:19 +0400 Subject: [PATCH] a0b_armv7m 0.3.0 (via `alr publish --submit`) (#1317) Co-authored-by: Fabien Chouteau --- index/a0/a0b_armv7m/a0b_armv7m-0.3.0.toml | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 index/a0/a0b_armv7m/a0b_armv7m-0.3.0.toml 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" +