From d48fd0bada8df6a340dc1f43905a3a0646d45ced Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Tue, 22 Oct 2024 00:37:26 +0400 Subject: [PATCH] a0b_exti 0.1.0 (#1254) --- index/a0/a0b_exti/a0b_exti-0.1.0.toml | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 index/a0/a0b_exti/a0b_exti-0.1.0.toml diff --git a/index/a0/a0b_exti/a0b_exti-0.1.0.toml b/index/a0/a0b_exti/a0b_exti-0.1.0.toml new file mode 100644 index 00000000..08615577 --- /dev/null +++ b/index/a0/a0b_exti/a0b_exti-0.1.0.toml @@ -0,0 +1,30 @@ +name = "a0b_exti" +description = "A0B: EXTI API" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "exti"] + +project-files = ["gnat/a0b_exti.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_base = "*" +a0b_callbacks = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "6090acf5a03d4b9dfc2bf7c9ccf4840e364d95d1" +url = "git+https://github.com/godunko/a0b-exti.git" +