- 24 Sep, 2013 1 commit
-
-
Fabio Utzig authored
MEM_READ was returning the wrong data for the memory register being read. This did not impact the software because the returned value was not being used. It is now fixed to return the correct data. Thanks to Marcos Faustino <mrfaustino@pede.com.br> for pointing this out!
-
- 14 Jun, 2013 1 commit
-
-
Fabio Utzig authored
-
- 11 Jun, 2013 1 commit
-
-
Fabio Utzig authored
-
- 06 Dec, 2012 2 commits
-
-
Fabio Utzig authored
-
Fabio Utzig authored
-
- 13 Nov, 2012 2 commits
-
-
Fabio Utzig authored
-
Fabio Utzig authored
-
- 12 Nov, 2012 1 commit
-
-
Fabio Utzig authored
-
- 06 Nov, 2012 1 commit
-
-
Fabio Utzig authored
When trying to write a file which has size multiple of block_size, the last write would try to write 0 bytes which caused the ICDI firmware to hang. Now checking and skipping if that's the case.
-
- 02 Nov, 2012 2 commits
-
-
Fabio Utzig authored
-
Fabio Utzig authored
Verification was broken since #8aea8 because comparison was not taking into account the first + in the packet. Also verification errors were not returning for the caller.
-
- 01 Nov, 2012 4 commits
-
-
Fabio Utzig authored
-
Fabio Utzig authored
-
Fabio Utzig authored
-
Fabio Utzig authored
On some machines, some usb responses would be broken into more that two bulk_requests. Now the reception of the whole response in handled in a single call to wait_response.
-
- 31 Oct, 2012 1 commit
-
-
Fabio Utzig authored
project0.bin was built using stellarisware. There can be some infrigement on the stellarisware license. Instructions on how to build are already clear on the README.
-
- 30 Oct, 2012 1 commit
-
-
Fabio Utzig authored
-
- 29 Oct, 2012 8 commits
-
-
Fabio Utzig authored
-
Zygmunt Krynicki authored
The new main function just handles argument processing and calls flasher_flash()
-
Zygmunt Krynicki authored
This function, given all arguments, simply flashes the image
-
Zygmunt Krynicki authored
This function simply shows the command line arguments
-
Zygmunt Krynicki authored
This function finds the USB device with USB vendor/product IDs. Multiple identical products can be differentiated with the serial number, if needed. The matching device, if unique, is referenced and returned.
-
Zygmunt Krynicki authored
This error code captures higher-level errors than what libusb returns alone. It also has a dedicated code for libusb errors.
-
Zygmunt Krynicki authored
-
Zygmunt Krynicki authored
-
- 25 Oct, 2012 2 commits
-
-
Fabio Utzig authored
-
RickKimball authored
-
- 24 Oct, 2012 1 commit
-
-
Fabio Utzig authored
-
- 23 Oct, 2012 1 commit
-
-
Fabio Utzig authored
-
- 22 Oct, 2012 8 commits
-
-
Peter Stuge authored
-
Peter Stuge authored
-
Peter Stuge authored
-
Rick Kimball authored
-
Rick Kimball authored
-
Rick Kimball authored
-
Rick Kimball authored
-
Fabio Utzig authored
-
- 21 Oct, 2012 3 commits
-
-
Peter Stuge authored
Otherwise include paths aren't neccessarily found by the compiler.
-
Peter Stuge authored
-
Fabio Utzig authored
Fix link error
-