Re: STM32F4 tickless

2023-06-15 Thread Fotis Panagiotopoulos
> Well, I agree that substituting a delay of one tick instead of using > zero is not a useful solution. Calling the expiration logic with no > delay would be better. The error handling is not good. > > However, I still say that the root cause of the problem is the logic > running on the LP work t

Re: STM32F4 tickless

2023-06-15 Thread Fotis Panagiotopoulos
Here is the code that I tried, and it seems to be working nicely: https://github.com/apache/nuttx/pull/9546 On Thu, Jun 15, 2023 at 9:59 PM Fotis Panagiotopoulos wrote: > > Well, I agree that substituting a delay of one tick instead of using > > zero is not a useful solution. Calling the expir