30 lines
775 B
TOML
30 lines
775 B
TOML
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"
|
|
|