From 4ea73021d62bda15ce9a7b36123e4a237c8e4255 Mon Sep 17 00:00:00 2001 From: Nils Fitinghoff Date: Thu, 24 Aug 2023 16:29:20 +0200 Subject: rtic-monotonics: Add 64-bit SysTick monotonic Counting at 1 kHz, 32 bits for counting ticks is not enough to ensure monotonicity for more than 50 days. Add a feature to change the backing storage to 64 bits. --- xtask/src/argument_parsing.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xtask') diff --git a/xtask/src/argument_parsing.rs b/xtask/src/argument_parsing.rs index 2e1eef4..88ac1e5 100644 --- a/xtask/src/argument_parsing.rs +++ b/xtask/src/argument_parsing.rs @@ -67,6 +67,9 @@ impl Package { "cortex-m-systick,embedded-hal-async", "cortex-m-systick,systick-100hz,embedded-hal-async", "cortex-m-systick,systick-10khz,embedded-hal-async", + "cortex-m-systick,embedded-hal-async,systick-64bit", + "cortex-m-systick,systick-100hz,embedded-hal-async,systick-64bit", + "cortex-m-systick,systick-10khz,embedded-hal-async,systick-64bit", "rp2040,embedded-hal-async", "nrf52810,embedded-hal-async", "nrf52811,embedded-hal-async", -- cgit v1.2.3