light_weact_stm32g474 0.1.0 (#1431)

This commit is contained in:
Vadim Godunko
2025-03-14 20:45:33 +04:00
committed by GitHub
parent 6e1a5478ab
commit 88a5127f02
@@ -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 <vgodunko@gmail.com>"]
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"