Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added example project for testing driver reliability and features | Christian Starkjohann | 2008-10-20 | 6 | -0/+869 |
| | |||||
* | - more precise comment | Christian Starkjohann | 2008-10-20 | 1 | -2/+3 |
| | |||||
* | - use timeout in waitForJ | Christian Starkjohann | 2008-10-20 | 7 | -20/+44 |
| | |||||
* | - if any SOF logic is used, assume interrupt on D- and thus falling edge trigger | Christian Starkjohann | 2008-10-20 | 1 | -1/+8 |
| | |||||
* | - optimization: 3 x nop2 = 2 x lpm | Christian Starkjohann | 2008-10-20 | 1 | -3/+2 |
| | |||||
* | - documented changes | Christian Starkjohann | 2008-10-20 | 2 | -2/+2 |
| | |||||
* | - fixed jump target for SE0 computation in bitIsSet branch | Christian Starkjohann | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | - Added a code example for keeping the RC oscillator in sync with the USB frame | Christian Starkjohann | 2008-10-18 | 1 | -0/+49 |
| | | | | | clock | ||||
* | - added hook for SOF code | Christian Starkjohann | 2008-10-18 | 7 | -0/+36 |
| | |||||
* | - added tests for 12.8 MHz | Christian Starkjohann | 2008-10-18 | 1 | -1/+3 |
| | |||||
* | - Added documentation for 12.8 MHz module | Christian Starkjohann | 2008-10-18 | 3 | -6/+8 |
| | |||||
* | - 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 | 2 | -0/+703 |
| | |||||
* | - fixed comments | Christian Starkjohann | 2008-10-17 | 1 | -3/+3 |
| | |||||
* | - endm statement must be prefixed with spaces for IAR | Christian Starkjohann | 2008-10-13 | 4 | -8/+8 |
| | |||||
* | - new transmitter routine is much shorter | Christian Starkjohann | 2008-10-13 | 1 | -133/+93 |
| | | | | | - endm statement must be prefixed with spaces for IAR | ||||
* | - improved docs about descriptor property flags | Christian Starkjohann | 2008-10-13 | 1 | -1/+9 |
| | | | | | - documented format of string descriptors | ||||
* | - improved docs for descriptor property flags | Christian Starkjohann | 2008-10-13 | 1 | -1/+3 |
| | |||||
* | - improved wording of license text | Christian Starkjohann | 2008-10-08 | 1 | -3/+3 |
| | |||||
* | - longer delay for RESET detection accounts for higher clock rates | Christian Starkjohann | 2008-09-16 | 2 | -2/+4 |
| | |||||
* | - use control transfers to USB_RECIP_DEVICE instead of USB_RECIP_INTERFACE | Christian Starkjohann | 2008-07-14 | 2 | -2/+5 |
| | | | | | so that we need not claim the interface. | ||||
* | - Fixed bug in long transfer configuration | Christian Starkjohann | 2008-07-01 | 2 | -2/+8 |
| | |||||
* | - extended concept of usbportability header: moved all portability stuff there | Christian Starkjohann | 2008-06-18 | 4 | -34/+44 |
| | |||||
* | - removed iarcompat.h in favor of usbportability.h which is intended to take | Christian Starkjohann | 2008-06-17 | 7 | -81/+112 |
| | | | | | care of ports to other compilers such as CodeVision as well. | ||||
* | - added usbconfig.h option USB_CFG_CHECK_DATA_TOGGLING | Christian Starkjohann | 2008-06-10 | 5 | -3/+24 |
| | |||||
* | - documented changes | Christian Starkjohann | 2008-06-09 | 1 | -0/+5 |
| | |||||
* | - Optional code to claim an interface added | Christian Starkjohann | 2008-06-09 | 1 | -2/+21 |
| | |||||
* | - length in usbhidGetReport() was not incremented (syntax error, pointer was | Christian Starkjohann | 2008-06-09 | 1 | -1/+1 |
| | | | | | incremented instead). | ||||
* | Added sizes file for this version | Christian Starkjohann | 2008-05-13 | 1 | -0/+15 |
| | |||||
* | Added sizes file for this version | Christian Starkjohann | 2008-05-13 | 1 | -0/+15 |
| | |||||
* | - enabled keyword expansion on *.inc files | Christian Starkjohann | 2008-05-13 | 1 | -1/+1 |
| | | | | | - updated version constant in header | ||||
* | - documented 20 MHz module | Christian Starkjohann | 2008-05-13 | 1 | -0/+5 |
| | |||||
* | - allow additional CPPFLAGS from the command line | Christian Starkjohann | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | - renamed HAVE_TEST to ENABLE_TEST | Christian Starkjohann | 2008-05-13 | 1 | -6/+6 |
| | |||||
* | - documented release | Christian Starkjohann | 2008-05-13 | 1 | -3/+5 |
| | |||||
* | - added (optional) reliability test in custom-class example | Christian Starkjohann | 2008-05-13 | 4 | -7/+62 |
| | |||||
* | - added checks for 20 MHz module | Christian Starkjohann | 2008-05-13 | 1 | -1/+3 |
| | |||||
* | - added 20 MHz module | Christian Starkjohann | 2008-05-13 | 4 | -4/+361 |
| | |||||
* | - converted tabs to spaces | Christian Starkjohann | 2008-05-04 | 4 | -50/+52 |
| | | | | | - use usbMsgLen_t in usbFunctionSetup() | ||||
* | - documentation update | Christian Starkjohann | 2008-05-03 | 1 | -5/+6 |
| | |||||
* | - we must initialize usbTxLen[13] to USBPID_NAK, otherwise the host is | Christian Starkjohann | 2008-05-03 | 1 | -4/+6 |
| | | | | | confused about the long initial packet and disqualifies the device | ||||
* | - use usbMsgLen_t instead of uchar to allow long transfer sizes | Christian Starkjohann | 2008-05-03 | 1 | -2/+2 |
| | |||||
* | - added (commented) option for long transfers | Christian Starkjohann | 2008-05-03 | 1 | -0/+5 |
| | |||||
* | - RAM is BSS plus DATA, not just BSS | Christian Starkjohann | 2008-05-03 | 1 | -14/+16 |
| | | | | | | - added size value for long transfers - test with long transfers | ||||
* | - added a Readme file | Christian Starkjohann | 2008-05-03 | 1 | -0/+13 |
| | |||||
* | - output n/a if values are not in both files | Christian Starkjohann | 2008-05-03 | 1 | -1/+5 |
| | |||||
* | - fixed RAM sizes by DATA segement size | Christian Starkjohann | 2008-05-03 | 2 | -24/+24 |
| | |||||
* | - documented changes | Christian Starkjohann | 2008-05-03 | 1 | -0/+7 |
| | |||||
* | - complete restructuring | Christian Starkjohann | 2008-05-03 | 1 | -232/+282 |
| | | | | | | | - allow long transfers - optimized code for multiple interrupt-in endpoints - added default endpoint if two interrupt-in endpoints are declared |