Skip to content

v6.2.0

Compare
Choose a tag to compare
@afska afska released this 05 Feb 06:33
· 238 commits to master since this release
ccb61e4
  • πŸ“‘ Added LinkWirelessMultiboot:
    • Multiboot using the GBA Wireless Adapter
  • πŸ”§πŸ›οΈ Added LinkWirelessOpenSDK:
    • Abstraction of the official wireless protocol
  • πŸ’» LinkCableMultiboot:
    • Refactored so it uses LinkRawCable internally
  • πŸ”§πŸ“» LinkRawWireless:
    • Fixed ACKs during clock inversion, ensuring reliability no matter the wait state settings or compiler optimization level
    • Added maxTransmissions and waitTimeout settings to setup(...)
    • Switched to C-style strings and std::array to avoid unnecessary memory allocations
    • Logging code is now removed when LINK_RAW_WIRELESS_ENABLE_LOGGING is not defined
  • 🌎 LinkUniversal:
    • Added a compile-time option to filter rooms by game ID (LINK_UNIVERSAL_GAME_ID_FILTER)
  • πŸ”— LinkSPI:
    • Optimized transfer(...) method
    • Added a compile-time option to use 8-bit packets instead of 32-bit (LINK_SPI_8BIT_MODE)
  • βš™οΈ General:
    • All examples have now been tested and compiled using the latest devkitPro
    • All examples now have a version number