summaryrefslogtreecommitdiff
path: root/firmware/src/dfu/dfu.c
Commit message (Expand)AuthorAgeFilesLines
* convert from u_int*_t to uint*_tHarald Welte2015-09-281-37/+37
* usb: Do not send ZLP when we have filled the windowv0.4Holger Hans Peter Freyther2011-12-141-23/+23
* dfu: Remove unused variable, mark method as not retuningHolger Hans Peter Freyther2011-11-101-3/+1
* dfu: Use {} for possible empty if statement (in case debug is off)Holger Hans Peter Freyther2011-11-101-1/+3
* dfu: Mark unsued variables as __unused for nowHolger Hans Peter Freyther2011-11-101-4/+4
* dfu: udp_ep0_recv_clean is static and is not called anywhereHolger Hans Peter Freyther2011-11-101-14/+0
* dfu: The i variable to disable interrupts shadows the outer indexHolger Hans Peter Freyther2011-11-101-3/+3
* DFU: Fix execution of software that was loaded to RAM via DFUv0.1Harald Welte2011-07-301-8/+17
* DFU: Support re-flashing of DFU via DFUHarald Welte2011-07-301-16/+132
* sam7dfu: update copyright yearsHarald Welte2011-07-291-1/+1
* sam7dfu: make sure we can use USB reset to get from DFU -> APPHarald Welte2011-07-291-2/+14
* dfu: fix EP0 IN trasnfers that are even multiple of 8Harald Welte2011-07-071-4/+14
* allow GETSTATE and GETSTATUS requests in MANIFEST state (compatibility with d...laforge2008-02-171-3/+19
* Add watchdog reset to dfuhenryk2007-11-071-1/+8
* moved flash code to seperate filemeri2007-04-101-2/+2
* - add new DAC driver (instead of poti) for PICClaforge2006-12-181-0/+6
* - add svn:ignore property to make 'svn st' output more realisticlaforge2006-10-151-0/+12
* v0.4 of the readers uses a different pin for the USB pulluplaforge2006-10-041-0/+2
* acknowledge SET_INTERFACE requestlaforge2006-09-301-1/+3
* - fix minor issues with USB string supportlaforge2006-09-251-1/+1
* - Include tool for Converting ASCII to UTF-16LE in C-Headerlaforge2006-09-251-19/+32
* - Implement runtime DFU switching and reset-after-update. This meanslaforge2006-09-231-17/+17
* make sure DFU loader always prints some informational / copyright message upo...laforge2006-09-221-7/+11
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-221-15/+55
* DFU works (fix various bugs such as forgetting to shift the page number, chec...laforge2006-09-211-69/+122
* - add support for flashing to DFUlaforge2006-09-201-38/+28
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-201-10/+28
* - implement some more missing DFU bitslaforge2006-09-201-11/+107
* add GPL disclaimer to all C files that I wrotelaforge2006-09-131-0/+14
* Completely separate DFU from application program, we now have a real bootloader.laforge2006-09-131-0/+681
personal git repositories of Harald Welte. Your mileage may vary