aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbdrvasm.S
Commit message (Collapse)AuthorAgeFilesLines
* Added 3rd endpoint (#1)HEADmasteryiancar2020-08-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Added long-pending 18 MHz module without CRC.Christian Starkjohann2013-11-281-2/+4
| | | | | | This module was contributed by Lukas Schrittwieser as a complement to the 18 MHz module including a CRC check. It is useful for boot loaders on boards which run on 18 MHz because they use the CRC module in the main code.
* Optimized fast CRC routine to be shorter and faster.Christian Starkjohann2013-11-221-21/+16
|
* Removed all references to the SVN expansion keyword $Id$.Christian Starkjohann2012-12-051-1/+0
|
* - introduced USB_CFG_DRIVER_FLASH_PAGE config optionChristian Starkjohann2010-05-301-1/+5
|
* - no more default for USB_CFG_CLOCK_KHZChristian Starkjohann2010-01-251-1/+1
|
* - fixed define for interrupt vector (default vector used)Christian Starkjohann2010-01-151-1/+5
|
* - added option for fast CRC routineChristian Starkjohann2009-08-121-22/+102
| | | | | - optimized conventional CRC routine somewhat
* - great renaming: project is now renamed from AVR-USB to V-USBChristian Starkjohann2009-04-131-1/+1
|
* - integrated 18 MHz module with CRC checkChristian Starkjohann2009-03-161-16/+25
|
* - allow distribution under GPLv3 as wellChristian Starkjohann2008-11-071-1/+1
|
* - added 12.8 MHz PLL moduleChristian Starkjohann2008-10-171-0/+2
|
* - extended concept of usbportability header: moved all portability stuff thereChristian Starkjohann2008-06-181-18/+1
|
* - removed iarcompat.h in favor of usbportability.h which is intended to takeChristian Starkjohann2008-06-171-5/+2
| | | | | care of ports to other compilers such as CodeVision as well.
* - added 20 MHz moduleChristian Starkjohann2008-05-131-0/+2
|
* - introduced defines for usbTxLen[13] and usbTxBuf[13] since these moved intoChristian Starkjohann2008-05-031-1/+6
| | | | | usbTxStatus[13] structures
* - used wrong name in copy -- fixed thisChristian Starkjohann2008-04-171-0/+307