summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use new officially assigned vendor/product idlaforge2006-09-251-6/+8
* use officially assigned usb vendor and product id'slaforge2006-09-253-7/+10
* 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-224-28/+30
* - move large rctx definitions to req_ctx.hlaforge2006-09-2212-123/+225
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-228-29/+159
* 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-217-93/+176
* 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-204-54/+59
* re-set SAK during every chaining iteration (Henryk Ploetz)laforge2006-09-201-0/+1
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-2028-186/+486
* - fix linker scripts and Cstartup.S to correctly relocate shared datalaforge2006-09-203-3/+5
* fix _edata_shared address definition laforge2006-09-202-4/+2
* - fix relocation of _data_shared segmentlaforge2006-09-203-12/+40
* - add linker scripts for SAM7S128laforge2006-09-203-1/+113
* Add DFU debugging capabilities (makes DFU compile if DEBUG=1)laforge2006-09-202-0/+160
* - add some more flash related definitionslaforge2006-09-201-8/+4
* - implement some more missing DFU bitslaforge2006-09-206-35/+145
* 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
* add flash size definitions for AT91SAM7S64/32, correct/complete those for S12...laforge2006-09-141-8/+24
* 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-1337-33/+949
* Completely separate DFU from application program, we now have a real bootloader.laforge2006-09-1313-203/+1056
* move to new directorylaforge2006-09-1222-0/+0
* move to new directorylaforge2006-09-1216-0/+0
* move to new directorylaforge2006-09-12113-0/+0
* - we now have two interfaces in the USB device(no author)2006-09-121-2/+2
* - add SSC READ and LOOP commands(no author)2006-09-121-3/+14
* add some more documentation / notes(no author)2006-09-124-0/+267
* usb performance benchmark(no author)2006-09-121-0/+55
* add some WDT skeleton code(no author)2006-09-121-0/+23
* some more debug related options (PLL lock status, button status, ssc start/st...(no author)2006-09-121-8/+48
* optimize for size, rather than performance(no author)2006-09-121-1/+1
* pio_irq USB access(no author)2006-09-123-20/+67
* - fix bootloader switch detection(no author)2006-09-125-6/+34
* further development of PICC ADC and SSC drivers(no author)2006-09-122-28/+75
* base address of SPI controller is 'const'(no author)2006-09-121-1/+1
* - don't configure PA15 as MISO, since poti's are write-only(no author)2006-09-101-1/+1
* enable clock of TC2 before configuring it(no author)2006-09-101-0/+3
* - Add notification in case PLL PIO status changes (serial + LED1)(no author)2006-09-101-0/+16
personal git repositories of Harald Welte. Your mileage may vary