Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DFU works (fix various bugs such as forgetting to shift the page number, chec... | laforge | 2006-09-21 | 4 | -87/+159 |
* | use POSITIVE_EDGE as a workaround to the irq storm if HIGH_LEVEL is used. Th... | laforge | 2006-09-21 | 1 | -1/+5 |
* | add some debugging output to flash_page() | laforge | 2006-09-21 | 1 | -1/+6 |
* | add dfu flash header file | laforge | 2006-09-20 | 1 | -0/+4 |
* | - add support for flashing to DFU | laforge | 2006-09-20 | 3 | -53/+57 |
* | - Add OpenPICC register definition (and USB command handling) | laforge | 2006-09-20 | 1 | -10/+28 |
* | Add DFU debugging capabilities (makes DFU compile if DEBUG=1) | laforge | 2006-09-20 | 2 | -0/+160 |
* | - implement some more missing DFU bits | laforge | 2006-09-20 | 3 | -34/+109 |
* | move flash code into dfu | laforge | 2006-09-20 | 1 | -0/+45 |
* | add GPL disclaimer to all C files that I wrote | laforge | 2006-09-13 | 2 | -0/+28 |
* | Completely separate DFU from application program, we now have a real bootloader. | laforge | 2006-09-13 | 2 | -0/+758 |