aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Keyboard/Keyboard.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-60/+0
| | | | re-add old low level demos to a LowLevel subdirectory.
* Removed all user pipe/endpoint interrupt APIs, added internal library ↵Dean Camera2009-05-141-10/+3
| | | | 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-4/+4
|
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-0/+74
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.