summaryrefslogtreecommitdiff
path: root/firmware/src/dfu/dbgu.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-12/+12
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-221-4/+1
* DFU works (fix various bugs such as forgetting to shift the page number, chec...laforge2006-09-211-6/+7
* use POSITIVE_EDGE as a workaround to the irq storm if HIGH_LEVEL is used. Th...laforge2006-09-211-1/+5
* Add DFU debugging capabilities (makes DFU compile if DEBUG=1)laforge2006-09-201-0/+133
personal git repositories of Harald Welte. Your mileage may vary