29 lines
729 B
TOML
29 lines
729 B
TOML
name = "light_fk723m1_zgt6"
|
|
description = "FK723M1-ZGT6 BSP for `light` GNAT Runtime"
|
|
website = "https://github.com/godunko/light-startup"
|
|
version = "0.2.0"
|
|
|
|
authors = ["Vadim Godunko"]
|
|
maintainers = ["Vadim Godunko <vgodunko@gmail.com>"]
|
|
maintainers-logins = ["godunko"]
|
|
licenses = "Apache-2.0 WITH LLVM-exception"
|
|
|
|
tags = ["a0b", "embedded", "bsp", "light", "stm32", "stm32h7", "stm32h723", "fk723m1"]
|
|
|
|
project-files=["../gnat/light_fk723m1_zgt6.gpr"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[configuration.values]
|
|
a0b_armv7m.fpu_extension = "VFPv5"
|
|
|
|
[[depends-on]]
|
|
a0b_stm32h723 = "*"
|
|
|
|
[origin]
|
|
commit = "8493bb980f8efe69fa7a08233373d2c1a651d804"
|
|
subdir = "./fk723m1_zgt6/"
|
|
url = "git+https://github.com/godunko/light-startup.git"
|
|
|