From a5eb413268fec7b218ea516fdaafedc45ccf62b4 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Fri, 14 Mar 2025 21:22:54 +0400 Subject: [PATCH] a0b_stm32g474_gpio 0.1.0 (#1432) --- .../a0b_stm32g474_gpio-0.1.0.toml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index/a0/a0b_stm32g474_gpio/a0b_stm32g474_gpio-0.1.0.toml diff --git a/index/a0/a0b_stm32g474_gpio/a0b_stm32g474_gpio-0.1.0.toml b/index/a0/a0b_stm32g474_gpio/a0b_stm32g474_gpio-0.1.0.toml new file mode 100644 index 00000000..0f726371 --- /dev/null +++ b/index/a0/a0b_stm32g474_gpio/a0b_stm32g474_gpio-0.1.0.toml @@ -0,0 +1,31 @@ +name = "a0b_stm32g474_gpio" +description = "A0B: STM32G474 GPIO/EXTI" +version = "0.1.0" + +website = "https://github.com/godunko/a0b-stm32g474-gpio" +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "gpio", "exti", "stm32", "stm32g4", "stm32g474"] + +project-files = ["gnat/a0b_stm32g474_gpio.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_stm32g4_gpio = "*" +a0b_stm32g474 = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "00017fb2e5b7904d8603017eb347b747df4acda4" +url = "git+https://github.com/godunko/a0b-stm32g474-gpio.git" +