-
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 0.3.0 (via
alr publish --submit
) (#1319)
Co-authored-by: Fabien Chouteau <[email protected]>
- Loading branch information
1 parent
8f5c665
commit 22ef15d
Showing
1 changed file
with
28 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,28 @@ | ||
name = "light_arduino_due" | ||
description = "Arduino Due Board Support Package for `light` GNAT Runtime" | ||
website = "https://github.com/godunko/light-startup" | ||
version = "0.3.0" | ||
|
||
authors = ["Vadim Godunko"] | ||
maintainers = ["Vadim Godunko <[email protected]>"] | ||
maintainers-logins = ["godunko"] | ||
licenses = "Apache-2.0 WITH LLVM-exception" | ||
|
||
project-files=["../gnat/light_arduino_due.gpr"] | ||
|
||
tags = ["a0b", "embedded", "bsp", "light", "atsam3x8e", "sam3x8e", "arduino", "due"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[configuration.values] | ||
a0b_armv7m.fpu_extension = "none" | ||
|
||
[[depends-on]] | ||
a0b_atsam3x8e = "*" | ||
|
||
[origin] | ||
commit = "265c3ea9f94c63fb2a38c46451ac4f0e69f48d2a" | ||
subdir = "./arduino_due/" | ||
url = "git+https://github.com/godunko/light-startup.git" | ||
|