Skip to content

Commit

Permalink
light_blackpill_stm32f401 0.2.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Nov 25, 2024
1 parent c9c3a64 commit 8b95d45
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

0 comments on commit 8b95d45

Please sign in to comment.