aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - allow distribution under GPLv3 as wellChristian Starkjohann2008-11-0758-65/+70
|
* - no offset of 0x20 needed if symbol is a memory address.Christian Starkjohann2008-11-032-5/+8
|
* - code size improvement for USB_CFG_SUPPRESS_INTR_CODE optionChristian Starkjohann2008-10-231-9/+7
|
* - documented releaseChristian Starkjohann2008-10-222-1/+3
|
* Added sizes file for this versionChristian Starkjohann2008-10-221-0/+16
|
* Added sizes file for this versionChristian Starkjohann2008-10-221-0/+16
|
* - use lds/sts instead of in/out for OSCCAL if address above 0x5fChristian Starkjohann2008-10-221-7/+21
|
* - USB_CFG_HAVE_INTRIN_ENDPOINT3 defaults to 0Christian Starkjohann2008-10-221-0/+4
|
* - replaced a nop nop with nop2Christian Starkjohann2008-10-221-2/+1
|
* - documented changesChristian Starkjohann2008-10-211-0/+1
|
* - 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
|