Hi Fotis, On 6/6/23, Fotis Panagiotopoulos <f.j.pa...@gmail.com> wrote: > Hello, > > I just noticed the option STM32_TICKLESS_SYSTICK for the STM32. > However, it seems that it does nothing. > > After a source code search, this option is not used anywhere. > There is no tickless implementation that supports the systick timer. > > Shall I remove this? >
It was introduced by this commit: $ git show a13ebe5975d I think someone removed STM32_TICKLESS_SYSTICK and replaced it with CONFIG_STM32_TICKLESS_TIMER but forgot to update the Kconfig. BR, Alan