f9-kernel
f9-kernel copied to clipboard
Need proper kernel timer compensation when tickless is enabled
When tickless scheduling is enabled, kernel timer varies once SysTick gets reload value from wakeup state.
The proper kernel timer compensation is required to fix up the timing though.
- tickless compensation suggestion showed in tickless verification. (branch: tickless-compensation)
- Seek for possibility of utilizing ARM cycle counter for calculating tickless compensation
- compensation utilizing cycle count is not effective as calculated one.