Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed all references to the SVN expansion keyword $Id$. | Christian Starkjohann | 2012-12-05 | 1 | -1/+0 |
| | |||||
* | - minor code optimization | Christian Starkjohann | 2009-08-06 | 1 | -9/+7 |
| | |||||
* | - fixed SE0 check: The check was done in the middle between bit 0 and 1, | Christian Starkjohann | 2009-08-06 | 1 | -15/+15 |
| | | | | | | exactly where the data lines can change. We now check only if both, bits 0 and 1 have been read as 0 on D-. | ||||
* | - great renaming: project is now renamed from AVR-USB to V-USB | Christian Starkjohann | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | - allow distribution under GPLv3 as well | Christian Starkjohann | 2008-11-07 | 1 | -1/+1 |
| | |||||
* | - replaced a nop nop with nop2 | Christian Starkjohann | 2008-10-22 | 1 | -2/+1 |
| | |||||
* | - improved waitForJ loop by 1 instruction | Christian Starkjohann | 2008-10-20 | 1 | -2/+1 |
| | |||||
* | - use timeout in waitForJ | Christian Starkjohann | 2008-10-20 | 1 | -3/+7 |
| | |||||
* | - optimization: 3 x nop2 = 2 x lpm | Christian Starkjohann | 2008-10-20 | 1 | -3/+2 |
| | |||||
* | - fixed jump target for SE0 computation in bitIsSet branch | Christian Starkjohann | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | - added hook for SOF code | Christian Starkjohann | 2008-10-18 | 1 | -0/+3 |
| | |||||
* | - updated general comments | Christian Starkjohann | 2008-10-18 | 1 | -0/+13 |
| | |||||
* | - fixed various bugs | Christian Starkjohann | 2008-10-18 | 1 | -15/+49 |
| | | | | | - updated comments | ||||
* | - added 12.8 MHz PLL module | Christian Starkjohann | 2008-10-17 | 1 | -0/+701 |