Re: [PATCH v12 00/13] hrtimer Rust API
From: Andreas Hindborg
Date: Tue Mar 11 2025 - 16:20:31 EST
"Andreas Hindborg" <a.hindborg@xxxxxxxxxx> writes:
> Add support for using the `hrtimer` subsystem from Rust code.
>
> Add support for timer mode and clock source configuration during timer
> initialization. Do not add examples and functionality to execute closures at
> timer expiration , as these depend on either atomics [3] or `SpinLockIrq` [4],
> which are still being worked on.
[...]
Applied to `hrtimer-next` -- thanks everyone!
Best regards,
Andreas Hindborg