- 16 Aug, 2014 1 commit
-
-
Jacko Dirks authored
-
- 24 Sep, 2013 2 commits
-
-
Fabio Utzig authored
-
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 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.
-
- 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 1 commit
-
-
Peter Stuge authored
-
- 21 Oct, 2012 1 commit
-
-
Peter Stuge authored
-
- 19 Oct, 2012 6 commits
-
-
Fabio Utzig authored
-
Fabio Utzig authored
-
Peter Stuge authored
-
Peter Stuge authored
This happens e.g. when the checksum is incorrect, but not for much else.
-
Peter Stuge authored
-
Peter Stuge authored
-
- 18 Oct, 2012 5 commits
-
-
Peter Stuge authored
-
Peter Stuge authored
Move the variables required for debug code into #ifdef DEBUG, and delete the completely unused libusb_device *dev in main().
-
Peter Stuge authored
-
Peter Stuge authored
-
Fabio Utzig authored
-
- 17 Oct, 2012 1 commit
-
-
Fabio Utzig authored
-