Skip to content

Releases: peternoyes/dodo

v1.0.2

05 Jun 19:06
Compare
Choose a tag to compare

This minor release supports a new revision of the Dodo Kit which has a different screen controller (SSD1309 vs SSD1305). Going forward multiple firmware binaries will be generated for each release to support both versions of the kit.

v1.0.1

28 Feb 05:25
Compare
Choose a tag to compare

This release moves the version checking logic from api.h into the system firmware. This is done in order to leave more space for user code. A few games no longer fit in the 8kb once the version check was added in v1.0.0. This version should be that which is burned onto the kit EEPROMs.

v1.0.0

26 Feb 16:54
Compare
Choose a tag to compare

Version 1.0.0 is the version that will be flashed to the EEPROM's going out in the kits.

Changes implemented since alpha

  • Flashing process streamlined. Flashing is completely initiated by host computer.
  • Info button on device to show firmware version.
  • Firmware version can be queried over serial connection.
  • API call for GET_VERSION
  • Games do version check, will not load if major version has been released after game was built (allows future breaking changes)