Skip to content

Commit

Permalink
Merge branch 'stable-1.3.0' into release/a0b_atsam3x8e-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Oct 22, 2024
2 parents 3200c47 + 40e7b68 commit 06465a0
Showing 1 changed file with 33 additions and 0 deletions.
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"

0 comments on commit 06465a0

Please sign in to comment.