| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo (Henryk Ploetz) | laforge | 2006-09-17 | 1 | -1/+1 |
* | add flash size definitions for AT91SAM7S64/32, correct/complete those for S12... | laforge | 2006-09-14 | 1 | -8/+24 |
* | spi_transceive cannot work without a rx_buffer due to hardware restrictions (... | laforge | 2006-09-14 | 1 | -4/+2 |
* | add GPL disclaimer to all C files that I wrote | laforge | 2006-09-13 | 37 | -33/+949 |
* | Completely separate DFU from application program, we now have a real bootloader. | laforge | 2006-09-13 | 13 | -203/+1056 |
* | move to new directory | laforge | 2006-09-12 | 22 | -0/+0 |
* | move to new directory | laforge | 2006-09-12 | 16 | -0/+0 |
* | move to new directory | laforge | 2006-09-12 | 113 | -0/+0 |
* | - we now have two interfaces in the USB device | (no author) | 2006-09-12 | 1 | -2/+2 |
* | - add SSC READ and LOOP commands | (no author) | 2006-09-12 | 1 | -3/+14 |
* | add some more documentation / notes | (no author) | 2006-09-12 | 4 | -0/+267 |
* | usb performance benchmark | (no author) | 2006-09-12 | 1 | -0/+55 |
* | add some WDT skeleton code | (no author) | 2006-09-12 | 1 | -0/+23 |
* | some more debug related options (PLL lock status, button status, ssc start/st... | (no author) | 2006-09-12 | 1 | -8/+48 |
* | optimize for size, rather than performance | (no author) | 2006-09-12 | 1 | -1/+1 |
* | pio_irq USB access | (no author) | 2006-09-12 | 3 | -20/+67 |
* | - fix bootloader switch detection | (no author) | 2006-09-12 | 5 | -6/+34 |
* | further development of PICC ADC and SSC drivers | (no author) | 2006-09-12 | 2 | -28/+75 |
* | base address of SPI controller is 'const' | (no author) | 2006-09-12 | 1 | -1/+1 |
* | - don't configure PA15 as MISO, since poti's are write-only | (no author) | 2006-09-10 | 1 | -1/+1 |
* | enable clock of TC2 before configuring it | (no author) | 2006-09-10 | 1 | -0/+3 |
* | - Add notification in case PLL PIO status changes (serial + LED1) | (no author) | 2006-09-10 | 1 | -0/+16 |
* | Further PIO IRQ fixes | (no author) | 2006-09-10 | 2 | -10/+22 |
* | - Introduce new "BOARD=" make parameter to distinguish between PICC and PCD PIO | (no author) | 2006-09-10 | 2 | -9/+35 |
* | remove DFU specfic part that is replicated in dfu.c | (no author) | 2006-09-10 | 1 | -6/+0 |
* | make PWM 'main' build with current environment | (no author) | 2006-09-10 | 1 | -4/+13 |
* | add PWM and load modulation to main_openpicc | (no author) | 2006-09-10 | 3 | -15/+119 |
* | use SPI controllers internal timeout | (no author) | 2006-09-10 | 2 | -8/+21 |
* | move PWM code to OS | (no author) | 2006-09-10 | 1 | -0/+0 |
* | move PWM code to OS | (no author) | 2006-09-10 | 1 | -0/+0 |
* | add PLL inhibit support code for PICC | (no author) | 2006-09-10 | 4 | -31/+47 |
* | add unfinished code to read ADC | (no author) | 2006-09-10 | 1 | -1/+15 |
* | add SPI Poti data sheet | (no author) | 2006-09-10 | 1 | -0/+0 |
* | allow user to control comparator poti via serial port | (no author) | 2006-09-10 | 1 | -4/+23 |
* | - add (currently unused) ability to put CPU in idle mode | (no author) | 2006-09-10 | 2 | -1/+13 |
* | Commit code to drive SPI Potentiometers | (no author) | 2006-09-10 | 3 | -1/+53 |
* | add PIO definitions for new PICC simulator hardware | (no author) | 2006-09-10 | 1 | -8/+47 |
* | add PIT support code | (no author) | 2006-09-09 | 3 | -1/+46 |
* | - tons of compile fixes for untested PICC code | (no author) | 2006-09-09 | 8 | -20/+142 |
* | - remove bogus comment | (no author) | 2006-09-09 | 1 | -5/+1 |
* | fix polarity of UDP_PUP | (no author) | 2006-09-09 | 2 | -6/+7 |
* | - we now definitely use PA22 for UDP_PUP, since SAM-BA wants to use PA16, | (no author) | 2006-09-09 | 1 | -2/+8 |
* | fix typo | (no author) | 2006-09-09 | 1 | -1/+1 |
* | remove old comment | (no author) | 2006-09-09 | 1 | -9/+0 |
* | - cleanup of comments in TC/SSC PCD/PICC spearation | (no author) | 2006-09-09 | 4 | -12/+84 |
* | remove old files | (no author) | 2006-09-09 | 2 | -61/+0 |
* | rename tc files | (no author) | 2006-09-09 | 2 | -0/+60 |
* | we now only have the tc_fdt part of the TC driver in the PICC section | (no author) | 2006-09-09 | 2 | -98/+8 |
* | TC_CDIV (carrier divisor) is part of both PICC and PCD, move it to 'os' | (no author) | 2006-09-09 | 2 | -0/+124 |
* | improve eeprom reading routine | (no author) | 2006-09-09 | 1 | -10/+18 |