From 6e1a5478ab0ffbcabbfa7cda855cc5b6a3f8986b Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Fri, 14 Mar 2025 20:44:34 +0400 Subject: [PATCH] a0b_stm32g4_gpio 0.1.0 (#1430) --- .../a0b_stm32g4_gpio-0.1.0.toml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 index/a0/a0b_stm32g4_gpio/a0b_stm32g4_gpio-0.1.0.toml diff --git a/index/a0/a0b_stm32g4_gpio/a0b_stm32g4_gpio-0.1.0.toml b/index/a0/a0b_stm32g4_gpio/a0b_stm32g4_gpio-0.1.0.toml new file mode 100644 index 00000000..1cdd09b0 --- /dev/null +++ b/index/a0/a0b_stm32g4_gpio/a0b_stm32g4_gpio-0.1.0.toml @@ -0,0 +1,30 @@ +name = "a0b_stm32g4_gpio" +description = "A0B: STM32G4 GPIO" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "stm32", "stm32g4", "gpio", "exti"] + +project-files = ["gnat/a0b_stm32g4_gpio.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_stm32f2_generic_exti = "*" +a0b_stm32g4 = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "2bc15160646b448fd070310dfd2110419ed86a73" +url = "git+https://github.com/godunko/a0b-stm32g4-gpio.git" +