Results 2 issues of Douwe

It seems the resolution of timer based monotonics on the stm32 is a hard limit set by this constant: `const TIMER_HZ: u32 = 1_000_000;` Is there a reason for this,...

monotonics

While succesfully being able to use this library in an embedded environment by assigning a global memory allocator (emballoc). It would be useful if this could be avoided by: e.g....