RTEMS | bsps/mips/jmr3904: No free running counter and no timecounter (#5690)
Sebastian Huber (@sebhub)
gitlab at rtems.org
Mon Aug 17 02:23:20 UTC 2026
Issue created by Sebastian Huber: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5690
The BSP has no CPU counter of its own and no timecounter below the resolution of
the clock tick. The uptime therefore advances once per tick, and a test which
needs a time point inside a tick cannot work. `T_interrupt_test()` places its
action a quarter of a tick before the tick it wants the interrupt in, so the
interrupt critical tests run into their iteration limit. The CPU counter also
sits in the CPU port, where a BSP cannot replace it.
Found while running the full test suite on the GDB simulator. This description
was created with Claude Code assistance.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5690
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-citny8t7cujzyaf3vds4jfh78-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260817/004c138b/attachment-0001.htm>
More information about the bugs
mailing list