g2gps opened a new pull request, #12430:
URL: https://github.com/apache/nuttx/pull/12430

   ## Summary
   
   This provides an alternate tickless scheduling method, which uses the riscv 
mtimer as a timebase, allowing the time and timeh registers to used throughout 
an application.
   
   The exiting tickless method, using Litex's timer0 has been left in place, as 
it is a more performant option, but currently has the potential issue 
identified in #11189.
   
   ## Impact
   
   Litex port support tickless using either Litex's timer0, or the riscv mtimer.
   
   ## Testing
   
   The `CONFIG_SCHED_TICKLESS_ALARM` is currently used on our board 
configuration. The arty has also been updated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to