mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
1f02c05c6d
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.