summaryrefslogtreecommitdiff
path: root/firmware/src/dfu
Commit message (Expand)AuthorAgeFilesLines
* - 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