summaryrefslogtreecommitdiff
path: root/firmware/src
Commit message (Expand)AuthorAgeFilesLines
* - add support for flashing to DFUlaforge2006-09-203-53/+57
* re-set SAK during every chaining iteration (Henryk Ploetz)laforge2006-09-201-0/+1
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-2024-172/+415
* - fix linker scripts and Cstartup.S to correctly relocate shared datalaforge2006-09-201-1/+1
* - fix relocation of _data_shared segmentlaforge2006-09-201-7/+26
* 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/+0
* fix location of dfu_apilaforge2006-09-201-1/+1
* fix typo (Henryk Ploetz)laforge2006-09-171-1/+1
* spi_transceive cannot work without a rx_buffer due to hardware restrictions (...laforge2006-09-141-4/+2
* add GPL disclaimer to all C files that I wrotelaforge2006-09-1336-33/+610
* Completely separate DFU from application program, we now have a real bootloader.laforge2006-09-137-193/+268
* move to new directorylaforge2006-09-1262-0/+8294
personal git repositories of Harald Welte. Your mileage may vary