summaryrefslogtreecommitdiff
path: root/firmware/src
Commit message (Expand)AuthorAgeFilesLines
...
* - add dbgu key '9' for software resetlaforge2006-09-271-4/+8
* - increase number of large (2k) contextx to 8laforge2006-09-272-4/+5
* - fix minor issues with USB string supportlaforge2006-09-253-3/+3
* - Include tool for Converting ASCII to UTF-16LE in C-Headerlaforge2006-09-257-49/+96
* use officially assigned usb vendor and product id'slaforge2006-09-252-5/+7
* disalbe rc632 register level debugging by defaultlaforge2006-09-231-1/+1
* - fix return value in case of unknown commandlaforge2006-09-231-1/+1
* - Implement runtime DFU switching and reset-after-update. This meanslaforge2006-09-232-17/+41
* 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
* - move large rctx definitions to req_ctx.hlaforge2006-09-2210-120/+222
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-224-23/+59
* fix completely broken logic of processing pending outbound packets. We now dolaforge2006-09-221-17/+5
* fix a wrong memset length (we want length of atqa, not length of the pointer ...laforge2006-09-221-1/+1
* DFU works (fix various bugs such as forgetting to shift the page number, chec...laforge2006-09-215-88/+167
* some code cleanuplaforge2006-09-211-7/+15
* 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
* 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