You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.