Releases: majenkotech/pic32prog-autotools
Fix OS X compilation
- Add
-framework Security
for OS X compilation against libusb 1.0.25
2.1.56
2.1.56
2.1.54
2.1.54
2.1.51
2.1.51
2.1.49
2.1.49
2.1.46
This version adds support for the PIC32MX17x/27x XLP series of chips.
Improved dirty page handling
- Active flagging of clean and dirty pages whilst loading.
- Restricted additional AN1388 commands depending on bootloader version
Fix error with out of order HEX files. Add DA chips
A problem with loading out-of-order HEX files was identified and (hopefully) fixed.
All the current DA chips have been added as targets.
Fixed missing blank pages for stk500v2
A major bug has been identified with the interaction between pic32prog's blank page omission in uploads (which is kind of central to how it works out how much to upload) and the chipKIT bootloader. pic32prog assumes the chip erase instruction it sends did something, and never uploads any blank (all 0xFF) pages. The chipKIT doesn't do a chip erase, so blank pages are often not actually blank, they contain what was in them before.
This update forces all blank pages to be sent regardless of if the chip is erased or not.
2.1.36
2.1.36