aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv
Commit message (Collapse)AuthorAgeFilesLines
...
* - code size improvement for USB_CFG_SUPPRESS_INTR_CODE optionChristian Starkjohann2008-10-231-9/+7
|
* - documented releaseChristian Starkjohann2008-10-222-1/+3
|
* - USB_CFG_HAVE_INTRIN_ENDPOINT3 defaults to 0Christian Starkjohann2008-10-221-0/+4
|
* - replaced a nop nop with nop2Christian Starkjohann2008-10-221-2/+1
|
* - documented changesChristian Starkjohann2008-10-211-0/+1
|
* - implemented option USB_CFG_SUPPRESS_INTR_CODEChristian Starkjohann2008-10-213-4/+20
|
* - Added reference to Henrik Haftmann for oscillator syncChristian Starkjohann2008-10-201-0/+2
|
* - improved waitForJ loop by 1 instructionChristian Starkjohann2008-10-206-12/+6
|
* - mentioned 12.8 MHz moduleChristian Starkjohann2008-10-201-12/+12
|
* - optimized 4 more bytesChristian Starkjohann2008-10-201-7/+7
|
* - updated versionChristian Starkjohann2008-10-201-1/+1
|
* - more precise commentChristian Starkjohann2008-10-201-2/+3
|
* - use timeout in waitForJChristian Starkjohann2008-10-207-20/+44
|
* - if any SOF logic is used, assume interrupt on D- and thus falling edge triggerChristian Starkjohann2008-10-201-1/+8
|
* - optimization: 3 x nop2 = 2 x lpmChristian Starkjohann2008-10-201-3/+2
|
* - documented changesChristian Starkjohann2008-10-202-2/+2
|
* - fixed jump target for SE0 computation in bitIsSet branchChristian Starkjohann2008-10-181-1/+1
|
* - added hook for SOF codeChristian Starkjohann2008-10-187-0/+36
|
* - Added documentation for 12.8 MHz moduleChristian Starkjohann2008-10-183-6/+8
|
* - updated general commentsChristian Starkjohann2008-10-181-0/+13
|
* - fixed various bugsChristian Starkjohann2008-10-181-15/+49
| | | | | - updated comments
* - added 12.8 MHz PLL moduleChristian Starkjohann2008-10-172-0/+703
|
* - fixed commentsChristian Starkjohann2008-10-171-3/+3
|
* - endm statement must be prefixed with spaces for IARChristian Starkjohann2008-10-134-8/+8
|
* - new transmitter routine is much shorterChristian Starkjohann2008-10-131-133/+93
| | | | | - endm statement must be prefixed with spaces for IAR
* - improved docs about descriptor property flagsChristian Starkjohann2008-10-131-1/+9
| | | | | - documented format of string descriptors
* - improved docs for descriptor property flagsChristian Starkjohann2008-10-131-1/+3
|
* - improved wording of license textChristian Starkjohann2008-10-081-3/+3
|
* - longer delay for RESET detection accounts for higher clock ratesChristian Starkjohann2008-09-162-2/+4
|
* - use control transfers to USB_RECIP_DEVICE instead of USB_RECIP_INTERFACEChristian Starkjohann2008-07-141-0/+3
| | | | | so that we need not claim the interface.
* - Fixed bug in long transfer configurationChristian Starkjohann2008-07-012-2/+8
|
* - extended concept of usbportability header: moved all portability stuff thereChristian Starkjohann2008-06-184-34/+44
|
* - removed iarcompat.h in favor of usbportability.h which is intended to takeChristian Starkjohann2008-06-177-81/+112
| | | | | care of ports to other compilers such as CodeVision as well.
* - added usbconfig.h option USB_CFG_CHECK_DATA_TOGGLINGChristian Starkjohann2008-06-105-3/+24
|
* - documented changesChristian Starkjohann2008-06-091-0/+5
|
* - enabled keyword expansion on *.inc filesChristian Starkjohann2008-05-131-1/+1
| | | | | - updated version constant in header
* - documented 20 MHz moduleChristian Starkjohann2008-05-131-0/+5
|
* - documented releaseChristian Starkjohann2008-05-131-3/+5
|
* - 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
|