aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv
Commit message (Collapse)AuthorAgeFilesLines
...
* - added 20 MHz moduleChristian Starkjohann2008-05-134-4/+361
|
* - documentation updateChristian Starkjohann2008-05-031-5/+6
|
* - we must initialize usbTxLen[13] to USBPID_NAK, otherwise the host isChristian Starkjohann2008-05-031-4/+6
| | | | | confused about the long initial packet and disqualifies the device
* - documented changesChristian Starkjohann2008-05-031-0/+7
|
* - complete restructuringChristian Starkjohann2008-05-031-232/+282
| | | | | | | - allow long transfers - optimized code for multiple interrupt-in endpoints - added default endpoint if two interrupt-in endpoints are declared
* - introduced usbTxStatus structure and used it for interrupt-in endpointsChristian Starkjohann2008-05-031-14/+35
|
* - added new config option for long transfersChristian Starkjohann2008-05-031-0/+5
|
* - introduced defines for usbTxLen[13] and usbTxBuf[13] since these moved intoChristian Starkjohann2008-05-031-1/+6
| | | | | usbTxStatus[13] structures
* - some code size optimizationsChristian Starkjohann2008-04-301-89/+87
|
* - updated version numberChristian Starkjohann2008-04-181-1/+1
|
* - removed all links to metalab.at and wikidot.com and replaced them withChristian Starkjohann2008-04-181-1/+2
| | | | | | links to goto.php script on obdev.at so that we can redirect to other places if required
* - documented changes and releaseChristian Starkjohann2008-04-181-0/+2
|
* - used wrong name in copy -- fixed thisChristian Starkjohann2008-04-1718-0/+4970