Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 1 | -64/+0 |
| | | | | re-add old low level demos to a LowLevel subdirectory. | ||||
* | Removed all user pipe/endpoint interrupt APIs, added internal library ↵ | Dean Camera | 2009-05-14 | 1 | -7/+0 |
| | | | | support for interrupt driven control endpoints when in device mode by defining INTERRUPT_CONTROL_ENDPOINT token and passing it to the compiler via the -D switch. | ||||
* | Fixed Mouse and Keyboard device demos not acting in accordance with the HID ↵ | Dean Camera | 2009-05-12 | 1 | -7/+0 |
| | | | | | | specification for idle periods (thanks to Brian Dickman). Removed support for endpoint/pipe non-control interrupts; these did not act in the way users expected, and had many subtle issues. | ||||
* | Spell checked non-source documentation pages. | Dean Camera | 2009-04-19 | 1 | -3/+3 |
| | |||||
* | Changed GenericHID device demo to use the LUFA scheduler, added ↵ | Dean Camera | 2009-04-01 | 1 | -0/+14 |
| | | | | INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options. | ||||
* | Added new GenericHID device demo application. | Dean Camera | 2009-03-29 | 1 | -0/+64 |