Skip to content

Releases: msalau/rl78flash

v0.7.0

16 Oct 11:24
Compare
Choose a tag to compare

Changes since v0.6.1:

  • Support of RL78/G2x and RL78/F2x devices (protocols C and D)
  • MacOS support
  • New options to disable flashing code and/or data regions
  • New options to specify protocol, code and data block sizes

v0.6.1

12 May 19:42
Compare
Choose a tag to compare
Return with non-zero exit code on error

v0.6.0-initial-data-flash-support

11 Jun 12:08
Compare
Choose a tag to compare
Pre-release
Merge branch 'master' into data-flash-support

v0.6.0: Version 0.6.0

15 Mar 14:42
Compare
Choose a tag to compare
Changes since 0.5.5:
* New '-n' option to invert reset signal.

Version 0.5.5

15 Mar 06:13
Compare
Choose a tag to compare

Changes:

  • Fixed issue #8:
    • Increased delay after reset to match specification:
      • 2ms for G10 (min 1ms);
      • 3ms for other variants (min 1ms + 723us);
    • Explicitly disabled XON/XOFF flow control on Windows;
  • Fixed check of return codes of the rl78_erase function.

v0.6.0rc2: Version 0.6.0 release candidate 2

29 Oct 11:06
Compare
Choose a tag to compare
Changes:
* Added '-n' option to invert reset signal
* Added changes by MON-80 for Windows HAL,
  which allow rl78flash to work with any default state of adapters

v0.6.0rc1: Version 0.6.0 release candidate 1

18 Oct 08:17
Compare
Choose a tag to compare
Changes:
* Added '-n' option to invert reset signal

v0.5.4: Version 0.5.4

18 Oct 08:07
Compare
Choose a tag to compare
Changes:
* Fixed issue #7

v0.5.3

07 Oct 21:29
Compare
Choose a tag to compare
Version 0.5.3

v0.5.2

07 Jun 19:24
Compare
Choose a tag to compare

Changes:

  • Fixed Reset by RTS.