a0b_time, a0b_timer 0.1.0 (#1253)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name = "a0b_armv7m_systick_clock_timer"
|
||||
description = "A0B Monotonic Clock and Timer by ARMv7M SysTick"
|
||||
version = "0.1.0"
|
||||
|
||||
authors = ["Vadim Godunko"]
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>"]
|
||||
maintainers-logins = ["godunko"]
|
||||
licenses = "Apache-2.0 WITH LLVM-exception"
|
||||
tags = ["a0b", "embedded", "time", "timer", "systick"]
|
||||
|
||||
project-files = ["gnat/a0b_time_platform.gpr", "gnat/a0b_timer_platform.gpr"]
|
||||
|
||||
provides = ["a0b_time_platform=0.1.0", "a0b_timer_platform=0.1.0"]
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[[depends-on]]
|
||||
a0b_base = "*"
|
||||
a0b_armv7m = "*"
|
||||
|
||||
[origin]
|
||||
commit = "825079c39f3674ca94e2fc5b015f0b8c5afda6c3"
|
||||
url = "git+https://github.com/godunko/a0b-armv7m-systick_clock_timer.git"
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
name = "a0b_time"
|
||||
description = "A0B Monotonic Time"
|
||||
version = "0.1.0"
|
||||
|
||||
authors = ["Vadim Godunko"]
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>"]
|
||||
maintainers-logins = ["godunko"]
|
||||
licenses = "Apache-2.0 WITH LLVM-exception"
|
||||
tags = ["a0b", "embedded", "time"]
|
||||
|
||||
project-files = ["gnat/a0b_time.gpr"]
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[[depends-on]]
|
||||
a0b_base = "*"
|
||||
a0b_time_platform = "0.1.0"
|
||||
|
||||
[origin]
|
||||
commit = "83e4276026a6a9e099920fc4ef6ec09a876c75ea"
|
||||
url = "git+https://github.com/godunko/a0b-time.git"
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
name = "a0b_timer"
|
||||
description = "A0B Timer"
|
||||
version = "0.1.0"
|
||||
|
||||
authors = ["Vadim Godunko"]
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>"]
|
||||
maintainers-logins = ["godunko"]
|
||||
licenses = "Apache-2.0 WITH LLVM-exception"
|
||||
tags = ["a0b", "embedded", "timer"]
|
||||
|
||||
project-files = ["gnat/a0b_timer.gpr"]
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[[depends-on]]
|
||||
a0b_base = "*"
|
||||
a0b_callbacks = "*"
|
||||
a0b_time = "*"
|
||||
a0b_timer_platform = "0.1.0"
|
||||
|
||||
[origin]
|
||||
commit = "8fb913ab0f7a5d25ef511b7be96e3e909b5d2447"
|
||||
url = "git+https://github.com/godunko/a0b-timer.git"
|
||||
|
||||
Reference in New Issue
Block a user