From 86cfa05c2e92868cc2de60c7a507e0a106a363d1 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Sat, 30 Nov 2024 18:48:36 +0400 Subject: [PATCH] a0b_stm32f401 0.2.0 (via `alr publish --submit`) --- .../a0/a0b_stm32f401/a0b_stm32f401-0.2.0.toml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 index/a0/a0b_stm32f401/a0b_stm32f401-0.2.0.toml diff --git a/index/a0/a0b_stm32f401/a0b_stm32f401-0.2.0.toml b/index/a0/a0b_stm32f401/a0b_stm32f401-0.2.0.toml new file mode 100644 index 00000000..91400f6e --- /dev/null +++ b/index/a0/a0b_stm32f401/a0b_stm32f401-0.2.0.toml @@ -0,0 +1,30 @@ +name = "a0b_stm32f401" +description = "A0B: STM32F401 base and SVD package" +version = "0.2.0" +website = "https://github.com/godunko/a0b-stm32f401" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "svd","stm32", "stm32f4", "stm32f401"] + +project-files = ["gnat/a0b_stm32f401.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_armv7m="*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "290ce149a071aed877007bd7f6127556dd0e3da0" +url = "git+https://github.com/godunko/a0b-stm32f401.git" +