aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/lufa
Commit message (Collapse)AuthorAgeFilesLines
* Add breathing sleep LED during USB suspendtmk2013-03-161-9/+27
|
* Add power down mode sleep and watchdog interrupttmk2013-03-141-3/+73
|
* Add intial code of RemoteWakeUptmk2013-03-131-4/+36
|
* Now includes LUFA-120730 in repositorytmk2013-02-11306-0/+64019
|
* Add support for LUFA-120730tmk2013-02-111-10/+19
|
* Fix usage of debug flagtmk2012-10-271-9/+2
|
* Initial version of new code for layer switch is added.tmk2012-10-171-1/+1
|
* Fix timeout logic of LUFA sendchar(), sned_*().tmk2012-09-061-6/+34
|
* test build of 'Host shield' in minimal env.tmk2012-08-282-44/+63
|
* Fix the way of sending out IN packet.tmk2012-08-281-22/+19
| | | | | This fixes problem that it losts keycode when send keycodes in row in layer.c. Undef CONSOLE_ENABLE build option makes this problem clear.
* Add CONSOLE_ENABLE build option to LUFA.tmk2012-07-203-88/+139
|
* Interrupt driven Control ep and Console tasktmk2012-07-082-40/+62
|
* Fix LUFA descriptor of Extra for Windowstmk2012-07-021-4/+4
| | | | | - worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001)
* confirm SetReport LED.tmk2012-06-293-59/+85
|
* Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk2012-06-293-22/+104
|
* Make console compatible with PJRC hid_listen.tmk2012-06-281-2/+2
|
* Add protocol/lufa. LUFA supported now.tmk2012-06-284-0/+1038