Skip to content

Releases: amrbekhit/microchipboot

0.3.1

19 Feb 08:37

Choose a tag to compare

This release fixes and important bug in the serial bootloader recv function. In addition, the project now uses Go modules.

0.3.0

23 Jul 09:22

Choose a tag to compare

This release makes a breaking change to the API, replacing LoadHexFile, which accepted a file name, with LoadHex, which takes an io.Reader, making it more generic.

0.2.0

11 Jun 21:25

Choose a tag to compare

  • Implement verify by checksum for bootloaders that don't support flash reading. This can be configured using the verifybyreading property in the device profile.
  • Add -before and -after command line flags.
  • Fix bug when calculating number of rows to erase.
  • Modify flash write to always write in aligned blocks.

Initial release

03 Jun 20:33

Choose a tag to compare

Initial release supporting:

  • Serial bootloader.
  • 8-bit PIC programmer.