Skip to content

Commit

Permalink
light_arduino due, light_fk723m1_zgt6 0.1.0 (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Jan 15, 2024
1 parent 5b3b65a commit bc3f27c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index/li/light_arduino_due/light_arduino_due-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "light_arduino_due"
description = "Arduino Due Board Support Package for `light` GNAT Runtime"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"

project-files=["gnat/arduino_due_startup.gpr"]

tags = ["embedded", "bsp", "light", "sam3x8e", "arduino", "due"]

[configuration]
disabled = true

[[depends-on]]
gnat_arm_elf = "*"

[origin]
commit = "eec20f148f36b391afe63fbfde29ac8ba64bc903"
url = "git+https://github.com/godunko/light-startup.git"

23 changes: 23 additions & 0 deletions index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "light_fk723m1_zgt6"
description = "FK723M1-ZGT6 Board Support Package for `light` GNAT Runtime"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"

tags = ["embedded", "bsp", "light", "stm32h723", "fk723m1"]

project-files=["gnat/fk723m1_zgt6_startup.gpr"]

[configuration]
disabled = true

[[depends-on]]
gnat_arm_elf = "*"

[origin]
commit = "eec20f148f36b391afe63fbfde29ac8ba64bc903"
url = "git+https://github.com/godunko/light-startup.git"

0 comments on commit bc3f27c

Please sign in to comment.