From 99ea02eaf13310bdd524bda7b805868a0036659a Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Mon, 21 Oct 2024 09:37:12 +0400 Subject: [PATCH] a0b_time, a0b_timer 0.1.0 (#1253) --- .../a0b_armv7m_systick_clock_timer-0.1.0.toml | 25 +++++++++++++++++++ index/a0/a0b_time/a0b_time-0.1.0.toml | 23 +++++++++++++++++ index/a0/a0b_timer/a0b_timer-0.1.0.toml | 25 +++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 index/a0/a0b_armv7m_systick_clock_timer/a0b_armv7m_systick_clock_timer-0.1.0.toml create mode 100644 index/a0/a0b_time/a0b_time-0.1.0.toml create mode 100644 index/a0/a0b_timer/a0b_timer-0.1.0.toml diff --git a/index/a0/a0b_armv7m_systick_clock_timer/a0b_armv7m_systick_clock_timer-0.1.0.toml b/index/a0/a0b_armv7m_systick_clock_timer/a0b_armv7m_systick_clock_timer-0.1.0.toml new file mode 100644 index 00000000..7404e3a4 --- /dev/null +++ b/index/a0/a0b_armv7m_systick_clock_timer/a0b_armv7m_systick_clock_timer-0.1.0.toml @@ -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 "] +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" + diff --git a/index/a0/a0b_time/a0b_time-0.1.0.toml b/index/a0/a0b_time/a0b_time-0.1.0.toml new file mode 100644 index 00000000..3d397533 --- /dev/null +++ b/index/a0/a0b_time/a0b_time-0.1.0.toml @@ -0,0 +1,23 @@ +name = "a0b_time" +description = "A0B Monotonic Time" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +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" + diff --git a/index/a0/a0b_timer/a0b_timer-0.1.0.toml b/index/a0/a0b_timer/a0b_timer-0.1.0.toml new file mode 100644 index 00000000..d63e4ac1 --- /dev/null +++ b/index/a0/a0b_timer/a0b_timer-0.1.0.toml @@ -0,0 +1,25 @@ +name = "a0b_timer" +description = "A0B Timer" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +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" +