diff --git a/index/li/light_weact_stm32g474/light_weact_stm32g474-0.1.0.toml b/index/li/light_weact_stm32g474/light_weact_stm32g474-0.1.0.toml new file mode 100644 index 00000000..125f296b --- /dev/null +++ b/index/li/light_weact_stm32g474/light_weact_stm32g474-0.1.0.toml @@ -0,0 +1,29 @@ +name = "light_weact_stm32g474" +description = "WeAct STM32G474 BSP for `light` GNAT Runtime" +website = "https://github.com/godunko/light-startup" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["embedded", "bsp", "light", "weact", "stm32", "stm32g4", "stm32g474"] + +project-files=["../gnat/light_weact_stm32g474.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[configuration.values] +a0b_armv7m.fpu_extension = "VFPv4" + +[[depends-on]] +a0b_stm32g474 = "*" + +[origin] +commit = "9dc880cc333d790bfbe8c200f0e800a6dc54282e" +subdir = "./weact_stm32g474/" +url = "git+https://github.com/godunko/light-startup.git" +