-
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.
a0b_atsam3x8e_tc5_timer 0.1.0 (via
alr publish --submit
)
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
index/a0/a0b_atsam3x8e_tc5_timer/a0b_atsam3x8e_tc5_timer-0.1.0.toml
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 = "a0b_atsam3x8e_tc5_timer" | ||
description = "A0B ATSAM3X8E High Resulotion Timer on top of TC5" | ||
version = "0.1.0" | ||
provides = ["a0b_timer_platform=0.1.0"] | ||
|
||
authors = ["Vadim Godunko"] | ||
maintainers = ["Vadim Godunko <[email protected]>"] | ||
maintainers-logins = ["godunko"] | ||
licenses = "Apache-2.0 WITH LLVM-exception" | ||
tags = ["a0b", "embedded", "timer", "atsam3x8e", "sam3x8e", "arduino", "due"] | ||
|
||
project-files = ["gnat/a0b_timer_platform.gpr"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[[depends-on]] | ||
a0b_atsam3x8e = "*" | ||
|
||
[[actions]] | ||
type = "test" | ||
directory = "selftest" | ||
command = ["alr", "build"] | ||
|
||
[origin] | ||
commit = "a57a8417673016dbfbe3e62b0e454fbc046d8c0b" | ||
url = "git+https://github.com/godunko/a0b-atsam3x8e-tc5_timer.git" | ||
|