From 40e7b68bf86337a89db9048bc1cb70cedb849b55 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Tue, 22 Oct 2024 16:12:59 +0400 Subject: [PATCH] a0b_armv7m_systick_clock 0.1.0 (#1259) --- .../a0b_armv7m_systick_clock-0.1.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/a0/a0b_armv7m_systick_clock/a0b_armv7m_systick_clock-0.1.0.toml diff --git a/index/a0/a0b_armv7m_systick_clock/a0b_armv7m_systick_clock-0.1.0.toml b/index/a0/a0b_armv7m_systick_clock/a0b_armv7m_systick_clock-0.1.0.toml new file mode 100644 index 00000000..396ce3e9 --- /dev/null +++ b/index/a0/a0b_armv7m_systick_clock/a0b_armv7m_systick_clock-0.1.0.toml @@ -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 "] +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" +