aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - implemented option USB_CFG_SUPPRESS_INTR_CODEChristian Starkjohann2008-10-213-4/+20
|
* - ensure that we don't change current avr-gccChristian Starkjohann2008-10-201-0/+2
|
* - Added reference to Henrik Haftmann for oscillator syncChristian Starkjohann2008-10-202-0/+4
|
* - changed defaultsChristian Starkjohann2008-10-201-1/+1
|
* - added interrupt disable time in main loopChristian Starkjohann2008-10-201-0/+15
|
* - improved waitForJ loop by 1 instructionChristian Starkjohann2008-10-206-12/+6
|
* - mentioned 12.8 MHz moduleChristian Starkjohann2008-10-202-17/+17
|
* - optimized 4 more bytesChristian Starkjohann2008-10-201-7/+7
|
* - Mentioned 12.8 MHz module and note about swapping D+ and D-.Christian Starkjohann2008-10-201-2/+6
|
* - added comments about osctuneChristian Starkjohann2008-10-201-0/+6
|
* - fixed assembler codeChristian Starkjohann2008-10-201-21/+44
|
* - updated comments to mention osctuneChristian Starkjohann2008-10-202-9/+14
|
* - updated versionChristian Starkjohann2008-10-201-1/+1
|
* - ensure that drivertest is not shippedChristian Starkjohann2008-10-201-0/+1
|
* - added example project for testing driver reliability and featuresChristian Starkjohann2008-10-206-0/+869
|
* - 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 a code example for keeping the RC oscillator in sync with the USB frameChristian Starkjohann2008-10-181-0/+49
| | | | | clock
* - added hook for SOF codeChristian Starkjohann2008-10-187-0/+36
|
* - added tests for 12.8 MHzChristian Starkjohann2008-10-181-1/+3
|
* - 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-142-2/+5
| | | | | 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
|
* - Optional code to claim an interface addedChristian Starkjohann2008-06-091-2/+21
|
* - length in usbhidGetReport() was not incremented (syntax error, pointer wasChristian Starkjohann2008-06-091-1/+1
| | | | | incremented instead).
* Added sizes file for this versionChristian Starkjohann2008-05-131-0/+15
|
* Added sizes file for this versionChristian Starkjohann2008-05-131-0/+15
|
* - 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
|
* - allow additional CPPFLAGS from the command lineChristian Starkjohann2008-05-131-1/+1
|
* - renamed HAVE_TEST to ENABLE_TESTChristian Starkjohann2008-05-131-6/+6
|
* - documented releaseChristian Starkjohann2008-05-131-3/+5
|