-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
light_arduino due, light_fk723m1_zgt6 0.1.0 (#961)
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|