Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made usbSetInterrupt() tolerant to zero sized blocks. | Christian Starkjohann | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Improved comment about watchdog in example code. | Christian Starkjohann | 2013-11-12 | 5 | -10/+15 |
| | |||||
* | RELEASE: Added sizes files for this version | Christian Starkjohann | 2012-12-06 | 1 | -0/+17 |
| | |||||
* | RELEASE: Updated version number to 20121206 | Christian Starkjohann | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Improved wording in info message. | Christian Starkjohann | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warning in tests. | Christian Starkjohann | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Added more derived files to .gitignore. | Christian Starkjohann | 2012-12-06 | 1 | -0/+5 |
| | |||||
* | Improved main Makefile to build for the host platform when no target specified. | Christian Starkjohann | 2012-12-06 | 1 | -3/+6 |
| | |||||
* | Documented changes in Changelog. | Christian Starkjohann | 2012-12-06 | 1 | -0/+11 |
| | |||||
* | Added README.md for github. | Christian Starkjohann | 2012-12-06 | 3 | -1/+36 |
| | |||||
* | Removed all references to the SVN expansion keyword $Id$. | Christian Starkjohann | 2012-12-05 | 55 | -55/+0 |
| | |||||
* | Removed top level make scripts with a Makefile. | Christian Starkjohann | 2012-12-05 | 5 | -42/+61 |
| | |||||
* | Compile size tests with optimal configuration. | Christian Starkjohann | 2012-12-05 | 1 | -0/+8 |
| | |||||
* | Make bit shift constants unsigned. | Christian Starkjohann | 2012-12-05 | 1 | -2/+2 |
| | | | | This is from a contributed patch, probably to fix a compiler warning. | ||||
* | Removed unnecessary include of usbportability.h. | Christian Starkjohann | 2012-12-05 | 1 | -1/+0 |
| | | | | This include caused a header dependency problem. usbconfig.h must be included before usbportability.h because the PROGMEM macros must know the size of the memory model. usbdrv.h includes the headers in just this order. | ||||
* | Add const keyword to all PROGMEM declarations as required by new gcc. | Christian Starkjohann | 2012-12-05 | 6 | -18/+18 |
| | |||||
* | usbMsgPtr now has a separate type so that it can be defined to an 8 bit type ↵ | Christian Starkjohann | 2012-12-05 | 3 | -6/+28 |
| | | | | for tiny memory model | ||||
* | Added derived files to .gitignore | Christian Starkjohann | 2012-07-09 | 1 | -0/+14 |
| | |||||
* | Changed Clay Logic to flirc.tv, Inc. | Christian Starkjohann | 2012-07-09 | 2 | -8/+8 |
| | | | | Jason Kotzin is now working as flirc.tv and we have updated our documentation. | ||||
* | Delete target directory, then create new empty dir for project | Christian Starkjohann | 2012-01-09 | 1 | -0/+2 |
| | |||||
* | Removed reference to $repository which makes no sense in GIT | Christian Starkjohann | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | Remove .gitignore during release procedure. | Christian Starkjohann | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | RELEASE: Added sizes files for this version | Christian Starkjohann | 2012-01-09 | 2 | -0/+34 |
| | |||||
* | RELEASE: Updated version number to 20120109 | Christian Starkjohann | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | RELEASE: Added release date to Changelog.txt | Christian Starkjohann | 2012-01-09 | 1 | -0/+1 |
| | |||||
* | Improved change description in Changelog.txt | Christian Starkjohann | 2012-01-09 | 1 | -2/+3 |
| | |||||
* | Remove xcodeproj from distribution, prefix commit messages with "RELEASE" | Christian Starkjohann | 2012-01-09 | 1 | -3/+3 |
| | |||||
* | Print a note to the user that tags need to be pushed. | Christian Starkjohann | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed call to git archive | Christian Starkjohann | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed syntax error | Christian Starkjohann | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | Remove refs/heads/ from current branch name | Christian Starkjohann | 2012-01-09 | 1 | -0/+1 |
| | |||||
* | Changed release script to work with GIT instead of SVN | Christian Starkjohann | 2012-01-09 | 1 | -40/+45 |
| | |||||
* | GIT migration: create empty directory in script | Christian Starkjohann | 2012-01-08 | 2 | -4/+26 |
| | |||||
* | Added a .gitignore file | Christian Starkjohann | 2012-01-08 | 1 | -0/+3 |
| | |||||
* | added Xcode project | Christian Starkjohann | 2012-01-08 | 2 | -0/+390 |
| | |||||
* | - documented changes | Christian Starkjohann | 2012-01-08 | 1 | -0/+5 |
| | |||||
* | - Fixed bug in usbDriverSetup() which prevented descriptor sizes above 255 ↵ | Christian Starkjohann | 2012-01-08 | 1 | -1/+4 |
| | | | | bytes. | ||||
* | - Added rules for standard mice, keyboards etc. | Christian Starkjohann | 2012-01-08 | 1 | -2/+8 |
| | |||||
* | - Fixed Unix version of usbhidSetReport(): If no report IDs were used, a ↵ | Christian Starkjohann | 2012-01-08 | 1 | -2/+2 |
| | | | | wrong report ID was passed as message parameter. | ||||
* | - keep a define for USBATTR_BUSPOWER | Christian Starkjohann | 2012-01-08 | 2 | -0/+4 |
| | |||||
* | - fixed hex translation of some USB IDs, there was a typo | Christian Starkjohann | 2010-12-22 | 1 | -3/+3 |
| | |||||
* | Added sizes file for this version | Christian Starkjohann | 2010-07-15 | 1 | -0/+17 |
| | |||||
* | Added sizes file for this version | Christian Starkjohann | 2010-07-15 | 1 | -0/+17 |
| | |||||
* | - fixed release date | Christian Starkjohann | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | - changed version | Christian Starkjohann | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | - documented changes | Christian Starkjohann | 2010-07-15 | 3 | -18/+32 |
| | |||||
* | - take endpoint 3 number from USB_CFG_EP3_NUMBER for config descriptor | Christian Starkjohann | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | - added __attribute__((noreturn)) to all main() functions | Christian Starkjohann | 2010-05-30 | 4 | -8/+4 |
| | |||||
* | - added link to optimization hints page | Christian Starkjohann | 2010-05-30 | 1 | -0/+8 |
| | |||||
* | - introduced USB_CFG_DRIVER_FLASH_PAGE config option | Christian Starkjohann | 2010-05-30 | 4 | -5/+23 |
| |