aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/GenericHID/GenericHID.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removed all user pipe/endpoint interrupt APIs, added internal library ↵Dean Camera2009-05-141-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 Camera2009-05-121-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 Camera2009-04-191-3/+3
|
* Changed GenericHID device demo to use the LUFA scheduler, added ↵Dean Camera2009-04-011-0/+14
| | | | INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
* Added new GenericHID device demo application.Dean Camera2009-03-291-0/+64