Skip to content

v3.0.0

Latest

Choose a tag to compare

@WinterMute WinterMute released this 25 Jan 21:34
3469061

What's Changed

  • WD/Wifi: Add Wifi control implementations by @abdelali221 in #247
  • Tuxedo: A new Calico based low level support library
    • provide lwp compatible API to Tuxedo threading, replacing lwp. This frees up around 1MB of system ram previously being used for lwp heap.
    • implement pthread/c11/std::thread support with devkitPPC r49 syscalls
  • Add standard BSD socket headers and provide shims to existing socket code.
  • default processing of reset and power button events now handled by SYS_MainLoop. See updated example code.