Skip to content

libogc 3.1.0

Latest

Choose a tag to compare

@WinterMute WinterMute released this 03 May 18:18
· 1 commit to master since this release
c70bdf2

What's Changed

  • Fix clock_gettime() and tick_nanosecs() macro by @mardy in #263
  • kprintf: write to stderr, not stdout by @mardy in #257
  • tuxedo: fix KThreadYield from ISR when the current thread is the idle thread
  • tuxedo: fix resume/suspend of higher prio thread within the same ISR
  • gx: revise __GXCPInterruptHandler to avoid spurious underflow/overflow IRQs