From 3877e20574069c511dae4747e5b3a550a519d7a9 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Wed, 23 Oct 2024 12:00:30 +0400 Subject: [PATCH] a0b_stm32f401_i2c 0.1.0 (#1266) --- .../a0b_stm32f401_i2c-0.1.0.toml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index/a0/a0b_stm32f401_i2c/a0b_stm32f401_i2c-0.1.0.toml diff --git a/index/a0/a0b_stm32f401_i2c/a0b_stm32f401_i2c-0.1.0.toml b/index/a0/a0b_stm32f401_i2c/a0b_stm32f401_i2c-0.1.0.toml new file mode 100644 index 00000000..404eddc1 --- /dev/null +++ b/index/a0/a0b_stm32f401_i2c/a0b_stm32f401_i2c-0.1.0.toml @@ -0,0 +1,31 @@ +name = "a0b_stm32f401_i2c" +description = "A0B: STM32F401 I2C" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "i2c", "stm32", "stm32f4", "stm32f401"] + +project-files = ["gnat/a0b_stm32f401_i2c.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_i2c = "*" +a0b_stm32f401_dma = "*" +a0b_stm32f401_gpio = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "1974923691493f57c9bdde889866c82cc01b5a5c" +url = "git+https://github.com/godunko/a0b-stm32f401-i2c.git" +