-
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.
Merge branch 'stable-1.3.0' into release/a0b_atsam3x8e-0.2.0
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
index/a0/a0b_armv7m_systick_clock/a0b_armv7m_systick_clock-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,33 @@ | ||
name = "a0b_armv7m_systick_clock" | ||
description = "A0B Monotonic Clock by ARMv7M SysTick" | ||
version = "0.1.0" | ||
|
||
authors = ["Vadim Godunko"] | ||
maintainers = ["Vadim Godunko <[email protected]>"] | ||
maintainers-logins = ["godunko"] | ||
licenses = "Apache-2.0 WITH LLVM-exception" | ||
tags = ["a0b", "embedded", "time", "armv7m"] | ||
|
||
project-files = ["gnat/a0b_time_platform.gpr"] | ||
|
||
provides = ["a0b_time_platform=0.1.0"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[[depends-on]] | ||
a0b_base = "*" | ||
a0b_armv7m = "*" | ||
|
||
[[forbids]] | ||
a0b_armv7m_systick_clock_timer = "*" | ||
|
||
[[actions]] | ||
type = "test" | ||
directory = "selftest" | ||
command = ["alr", "build"] | ||
|
||
[origin] | ||
commit = "46417dbd3107df4c9512763f49510d8373541a48" | ||
url = "git+https://github.com/godunko/a0b-armv7m-systick_clock.git" | ||
|