From f93397e02db162bebee13042fbb8fdb8d42f1e9b Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Tue, 22 Oct 2024 16:33:04 +0400 Subject: [PATCH] light_blackpill_stm32f401 0.1.0 (#1262) --- .../light_blackpill_stm32f401-0.1.0.toml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/li/light_blackpill_stm32f401/light_blackpill_stm32f401-0.1.0.toml diff --git a/index/li/light_blackpill_stm32f401/light_blackpill_stm32f401-0.1.0.toml b/index/li/light_blackpill_stm32f401/light_blackpill_stm32f401-0.1.0.toml new file mode 100644 index 00000000..0be0a3f3 --- /dev/null +++ b/index/li/light_blackpill_stm32f401/light_blackpill_stm32f401-0.1.0.toml @@ -0,0 +1,27 @@ +name = "light_blackpill_stm32f401" +description = "BlackPill STM32F401 BSP for `light` GNAT Runtime" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["embedded", "bsp", "light", "blackpill", "stm32", "stm32f4", "stm32f401"] + +project-files=["../gnat/light_blackpill_stm32f401.gpr"] + +[configuration] +disabled = true + +[configuration.values] +a0b_armv7m.fpu_extension = "VFPv4" + +[[depends-on]] +a0b_stm32f401 = "*" +gnat_arm_elf = "*" + +[origin] +commit = "3e66920bc0bc47dfdc110db6f870990564d4f635" +subdir = "./blackpill_stm32f401/" +url = "git+https://github.com/godunko/light-startup.git" +