summaryrefslogtreecommitdiff
path: root/firmware/src/dfu
Commit message (Expand)AuthorAgeFilesLines
* convert from u_int*_t to uint*_tHarald Welte2015-09-282-41/+41
* usb: Do not send ZLP when we have filled the windowv0.4Holger Hans Peter Freyther2011-12-142-24/+24
* 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
* DFU: add third 'alternate configuration' for RAM loadHarald Welte2011-07-301-3/+23
* 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
* deleted unsused filesmeri2007-04-102-75/+0
* removed ugly CR/LFmeri2007-04-101-25/+25
* 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-152-0/+39
* 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-252-19/+44
* - Implement runtime DFU switching and reset-after-update. This meanslaforge2006-09-231-17/+17
* add reset key '9' to dfu dbgu codelaforge2006-09-231-0/+5
* make sure DFU loader always prints some informational / copyright message upo...laforge2006-09-223-26/+28
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-224-23/+59
* DFU works (fix various bugs such as forgetting to shift the page number, chec...laforge2006-09-214-87/+159
* use POSITIVE_EDGE as a workaround to the irq storm if HIGH_LEVEL is used. Th...laforge2006-09-211-1/+5
* add some debugging output to flash_page()laforge2006-09-211-1/+6
* add dfu flash header filelaforge2006-09-201-0/+4
* - add support for flashing to DFUlaforge2006-09-203-53/+57
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-201-10/+28
* Add DFU debugging capabilities (makes DFU compile if DEBUG=1)laforge2006-09-202-0/+160
* - implement some more missing DFU bitslaforge2006-09-203-34/+109
* move flash code into dfulaforge2006-09-201-0/+45
* add GPL disclaimer to all C files that I wrotelaforge2006-09-132-0/+28
* Completely separate DFU from application program, we now have a real bootloader.laforge2006-09-132-0/+758
personal git repositories of Harald Welte. Your mileage may vary