From 1658ca57b6bf02b6dbb14189871a4e066a85f78b Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Tue, 26 Nov 2024 14:26:03 +0400 Subject: [PATCH] light_blackpill_stm32f401 0.2.0 (#1303) --- .../light_blackpill_stm32f401-0.2.0.toml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index/li/light_blackpill_stm32f401/light_blackpill_stm32f401-0.2.0.toml diff --git a/index/li/light_blackpill_stm32f401/light_blackpill_stm32f401-0.2.0.toml b/index/li/light_blackpill_stm32f401/light_blackpill_stm32f401-0.2.0.toml new file mode 100644 index 00000000..7a048124 --- /dev/null +++ b/index/li/light_blackpill_stm32f401/light_blackpill_stm32f401-0.2.0.toml @@ -0,0 +1,31 @@ +name = "light_blackpill_stm32f401" +description = "BlackPill STM32F401 BSP for `light` GNAT Runtime" +version = "0.2.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.variables] +STM32F401 = {type = "Enum", values = ["CB", "CC", "CD", "CE"], "default" = "CB"} + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[configuration.values] +a0b_armv7m.fpu_extension = "VFPv4" + +[[depends-on]] +a0b_stm32f401 = "*" + +[origin] +commit = "a807df750adc205452c3a9a794b6b2ba033d40a2" +subdir = "./blackpill_stm32f401/" +url = "git+https://github.com/godunko/light-startup.git" +