aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbdrv.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary include of usbportability.h.Christian Starkjohann2012-12-051-1/+0
| | | | This include caused a header dependency problem. usbconfig.h must be included before usbportability.h because the PROGMEM macros must know the size of the memory model. usbdrv.h includes the headers in just this order.
* Add const keyword to all PROGMEM declarations as required by new gcc.Christian Starkjohann2012-12-051-6/+6
|
* usbMsgPtr now has a separate type so that it can be defined to an 8 bit type ↵Christian Starkjohann2012-12-051-5/+7
| | | | for tiny memory model
* - Fixed bug in usbDriverSetup() which prevented descriptor sizes above 255 ↵Christian Starkjohann2012-01-081-1/+4
| | | | bytes.
* - take endpoint 3 number from USB_CFG_EP3_NUMBER for config descriptorChristian Starkjohann2010-07-151-1/+1
|
* - fixed bmAttributes in configuration descriptorChristian Starkjohann2009-08-221-2/+2
|
* - great renaming: project is now renamed from AVR-USB to V-USBChristian Starkjohann2009-04-131-1/+1
|
* - debug print CRC as well, not just message.Christian Starkjohann2009-03-161-1/+1
|
* - allow distribution under GPLv3 as wellChristian Starkjohann2008-11-071-1/+1
|
* - implemented option USB_CFG_SUPPRESS_INTR_CODEChristian Starkjohann2008-10-211-4/+6
|
* - optimized 4 more bytesChristian Starkjohann2008-10-201-7/+7
|
* - longer delay for RESET detection accounts for higher clock ratesChristian Starkjohann2008-09-161-1/+1
|
* - Fixed bug in long transfer configurationChristian Starkjohann2008-07-011-2/+6
|
* - extended concept of usbportability header: moved all portability stuff thereChristian Starkjohann2008-06-181-11/+2
|
* - removed iarcompat.h in favor of usbportability.h which is intended to takeChristian Starkjohann2008-06-171-5/+1
| | | | | care of ports to other compilers such as CodeVision as well.
* - added usbconfig.h option USB_CFG_CHECK_DATA_TOGGLINGChristian Starkjohann2008-06-101-0/+3
|
* - 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
* - 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
* - some code size optimizationsChristian Starkjohann2008-04-301-89/+87
|
* - used wrong name in copy -- fixed thisChristian Starkjohann2008-04-171-0/+578