aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbconfig-prototype.h
Commit message (Collapse)AuthorAgeFilesLines
* Added 3rd endpoint (#1)HEADmasteryiancar2020-08-151-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 3rd endpoint - Added 3rd endpoint check in asmcommon. This adds 2 extra cycles to the USB routine when enabled. With 16MHz clock (most if not all qmk build use that) the routine is still within spec. - Updated prototype.h file to add additional options. - Simulatanius changes in QMK to follow soon * Update usbdrv/usbdrv.c * Update usbdrv/usbdrv.c * Update usbdrv/usbdrv.c * Update usbdrv/usbdrv.c * Update usbdrv/usbdrvasm.S Accepted to keep changes minimal * Update usbdrv/usbdrvasm.S Accepted to keep changes minimal * Update usbdrv/usbdrvasm.S Accepted to keep changes minimal * Update usbdrv/usbdrvasm.S Accepted to keep changes minimal
* For compatibility reasons define usbMsgPtr_t to char * by default.Christian Starkjohann2013-11-281-2/+2
| | | | Using unsigned short would generate smaller code, but causes warnings with existing projects.
* Removed all references to the SVN expansion keyword $Id$.Christian Starkjohann2012-12-051-1/+0
|
* usbMsgPtr now has a separate type so that it can be defined to an 8 bit type ↵Christian Starkjohann2012-12-051-0/+9
| | | | for tiny memory model
* - introduced USB_CFG_DRIVER_FLASH_PAGE config optionChristian Starkjohann2010-05-301-3/+11
|
* - removed comment about default fro USB_CFG_CLOCK_KHZChristian Starkjohann2010-01-251-1/+0
|
* - fixed define for default interrupt vectorChristian Starkjohann2010-01-151-1/+1
|
* - documentation updates for clay logic and USB-IDsChristian Starkjohann2009-08-221-11/+15
|
* - added option for fast CRC routineChristian Starkjohann2009-08-121-0/+8
| | | | | - optimized conventional CRC routine somewhat
* - reworked USBID-License into USB-IDs-for-free.txt and USB-ID-FAQ.txtChristian Starkjohann2009-08-031-5/+5
|
* - great renaming: project is now renamed from AVR-USB to V-USBChristian Starkjohann2009-04-131-2/+2
|
* - documentation updatesChristian Starkjohann2009-03-231-2/+2
|
* - integrated 18 MHz module with CRC checkChristian Starkjohann2009-03-161-1/+7
|
* - allow distribution under GPLv3 as wellChristian Starkjohann2008-11-071-1/+1
|
* - implemented option USB_CFG_SUPPRESS_INTR_CODEChristian Starkjohann2008-10-211-0/+8
|
* - more precise commentChristian Starkjohann2008-10-201-2/+3
|
* - documented changesChristian Starkjohann2008-10-201-1/+1
|
* - added hook for SOF codeChristian Starkjohann2008-10-181-0/+18
|
* - Added documentation for 12.8 MHz moduleChristian Starkjohann2008-10-181-4/+4
|
* - improved docs about descriptor property flagsChristian Starkjohann2008-10-131-1/+9
| | | | | - documented format of string descriptors
* - added usbconfig.h option USB_CFG_CHECK_DATA_TOGGLINGChristian Starkjohann2008-06-101-0/+8
|
* - added 20 MHz moduleChristian Starkjohann2008-05-131-4/+4
|
* - added new config option for long transfersChristian Starkjohann2008-05-031-0/+5
|
* - used wrong name in copy -- fixed thisChristian Starkjohann2008-04-171-0/+303