aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warning in tests.Christian Starkjohann2012-12-061-1/+1
* Added more derived files to .gitignore.Christian Starkjohann2012-12-061-0/+5
* Improved main Makefile to build for the host platform when no target specified.Christian Starkjohann2012-12-061-3/+6
* Documented changes in Changelog.Christian Starkjohann2012-12-061-0/+11
* Added README.md for github.Christian Starkjohann2012-12-063-1/+36
* Removed all references to the SVN expansion keyword $Id$.Christian Starkjohann2012-12-0555-55/+0
* Removed top level make scripts with a Makefile.Christian Starkjohann2012-12-055-42/+61
* Compile size tests with optimal configuration.Christian Starkjohann2012-12-051-0/+8
* Make bit shift constants unsigned.Christian Starkjohann2012-12-051-2/+2
* 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-056-18/+18
* usbMsgPtr now has a separate type so that it can be defined to an 8 bit type ...Christian Starkjohann2012-12-053-6/+28
* Added derived files to .gitignoreChristian Starkjohann2012-07-091-0/+14
* Changed Clay Logic to flirc.tv, Inc.Christian Starkjohann2012-07-092-8/+8
* Delete target directory, then create new empty dir for projectChristian Starkjohann2012-01-091-0/+2
* Removed reference to $repository which makes no sense in GITChristian Starkjohann2012-01-091-1/+1
* Remove .gitignore during release procedure.Christian Starkjohann2012-01-091-1/+1
* RELEASE: Added sizes files for this versionChristian Starkjohann2012-01-092-0/+34
* RELEASE: Updated version number to 20120109Christian Starkjohann2012-01-091-1/+1
* RELEASE: Added release date to Changelog.txtChristian Starkjohann2012-01-091-0/+1
* Improved change description in Changelog.txtChristian Starkjohann2012-01-091-2/+3
* Remove xcodeproj from distribution, prefix commit messages with "RELEASE"Christian Starkjohann2012-01-091-3/+3
* Print a note to the user that tags need to be pushed.Christian Starkjohann2012-01-091-1/+1
* Fixed call to git archiveChristian Starkjohann2012-01-091-1/+1
* Fixed syntax errorChristian Starkjohann2012-01-091-1/+1
* Remove refs/heads/ from current branch nameChristian Starkjohann2012-01-091-0/+1
* Changed release script to work with GIT instead of SVNChristian Starkjohann2012-01-091-40/+45
* GIT migration: create empty directory in scriptChristian Starkjohann2012-01-082-4/+26
* Added a .gitignore fileChristian Starkjohann2012-01-081-0/+3
* added Xcode projectChristian Starkjohann2012-01-082-0/+390
* - documented changesChristian Starkjohann2012-01-081-0/+5
* - Fixed bug in usbDriverSetup() which prevented descriptor sizes above 255 by...Christian Starkjohann2012-01-081-1/+4
* - Added rules for standard mice, keyboards etc.Christian Starkjohann2012-01-081-2/+8
* - Fixed Unix version of usbhidSetReport(): If no report IDs were used, a wron...Christian Starkjohann2012-01-081-2/+2
* - keep a define for USBATTR_BUSPOWERChristian Starkjohann2012-01-082-0/+4
* - fixed hex translation of some USB IDs, there was a typoChristian Starkjohann2010-12-221-3/+3
* Added sizes file for this versionChristian Starkjohann2010-07-151-0/+17
* Added sizes file for this versionChristian Starkjohann2010-07-151-0/+17
* - fixed release dateChristian Starkjohann2010-07-151-1/+1
* - changed versionChristian Starkjohann2010-07-151-1/+1
* - documented changesChristian Starkjohann2010-07-153-18/+32
* - take endpoint 3 number from USB_CFG_EP3_NUMBER for config descriptorChristian Starkjohann2010-07-151-1/+1
* - added __attribute__((noreturn)) to all main() functionsChristian Starkjohann2010-05-304-8/+4
* - added link to optimization hints pageChristian Starkjohann2010-05-301-0/+8
* - introduced USB_CFG_DRIVER_FLASH_PAGE config optionChristian Starkjohann2010-05-304-5/+23
* - documented changesChristian Starkjohann2010-01-251-0/+6
* - removed comment about default for USB_CFG_CLOCK_KHZChristian Starkjohann2010-01-251-2/+1
* - removed comment about default fro USB_CFG_CLOCK_KHZChristian Starkjohann2010-01-251-1/+0
* - no more default for USB_CFG_CLOCK_KHZChristian Starkjohann2010-01-251-1/+1
* - fixed comment about interrupt routine attributesChristian Starkjohann2010-01-251-3/+3