aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/KeyboardViaInt/KeyboardViaInt.c
Commit message (Collapse)AuthorAgeFilesLines
* Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single ↵Dean Camera2009-03-191-461/+0
| | | | unified demo.
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ↵Dean Camera2009-03-101-5/+13
| | | | and applications (thanks to Nate Lawson).
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ↵Dean Camera2009-03-091-2/+2
| | | | macro has been corrected in recent avr-libc versions
* Fixed interrupt driven HID device demos not clearing the interrupt flags in ↵Dean Camera2009-03-091-10/+10
| | | | all circumstances.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+453