aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbdrv.c
Commit message (Expand)AuthorAgeFilesLines
* Added 3rd endpoint (#1)HEADmasteryiancar2020-08-151-1/+28
* `USB_CFG_DESCR_PROPS_UNKNOWN` now honors the `USB_PROP_IS_RAM` flag.Christian Starkjohann2017-01-241-0/+6
* Made `usbMsgFlags` public.Christian Starkjohann2017-01-241-2/+1
* Merge pull request #1 from patthoyts/masterstarkjohann2017-01-241-1/+2
|\
| * usbdrv: support HID descriptors over 255 bytesPat Thoyts2014-01-201-1/+2
* | For bus-powered devices add the "Remote Wake" attribute to the configuration ...Christian Starkjohann2015-09-041-1/+1
|/
* Made usbSetInterrupt() tolerant to zero sized blocks.Christian Starkjohann2013-11-121-1/+1
* Removed all references to the SVN expansion keyword $Id$.Christian Starkjohann2012-12-051-1/+0
* Removed unnecessary include of usbportability.h.Christian Starkjohann2012-12-051-1/+0
* 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
* - Fixed bug in usbDriverSetup() which prevented descriptor sizes above 255 by...Christian Starkjohann2012-01-081-1/+4
* - 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
* - 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
* - complete restructuringChristian Starkjohann2008-05-031-232/+282
* - some code size optimizationsChristian Starkjohann2008-04-301-89/+87
* - used wrong name in copy -- fixed thisChristian Starkjohann2008-04-171-0/+578