Skip to content

v2.0.0

Compare
Choose a tag to compare
@laqieer laqieer released this 02 Jul 14:45
· 98 commits to main since this release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add a parameter to specify the flash size to flash_init(), just pass 0 if you
    don't want to specify it, then it will be detected automatically by flash chip identification
    operation

Features

  • add backup media support for 128KB Flash (faefc2b)

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)