summaryrefslogtreecommitdiffstats
path: root/protocol/lufa
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Fix NKRO code when NKRO is disabletmk1-0/+2
2014-04-29Fix set LED for NKRO keyboard interfacetmk1-0/+1
2014-04-29Unused endpoint of console OUT is commentout'dtmk2-1/+7
2014-04-28Check if LUFA-git really exists(Fix #118)tmk1-0/+1
2014-04-26NKRO is disable when SET_PROTOCOL(boot)tmk1-1/+4
2014-04-26Make NKRO deafult when it is availabletmk1-23/+24
2014-04-25Add LUFA git repository(release 140302)tmk3-6/+15
2014-04-25Move macro definitions from lufa.c to lufa.htmk2-9/+11
2014-04-24Change LUFA build optionstmk1-2/+2
2014-04-21Return when ready check loop is timeouted(Fix #115)tmk2-13/+27
2014-04-21Change PollingIntervalMS to 10ms(Fix #114)tmk1-1/+1
2013-11-28Add ps2_usart.c and fix set_led at USB waketmk1-2/+2
2013-11-18Wait for USB starting up to make debug print availabletmk1-1/+8
2013-09-25Fix LUFA blocking during startuptmk1-0/+2
2013-09-21Fix USB initilaize on LUFAtmk1-1/+6
2013-07-28Add NKRO support for LUFAtmk3-8/+109
2013-04-13Fix LUFA host driver for unconfigured statetmk1-0/+12
2013-04-13Fix USB Descriptorstmk1-4/+7
2013-03-27Add supsend and wakeup to pjrc stacktmk1-83/+4
2013-03-16Add breathing sleep LED during USB suspendtmk1-9/+27
2013-03-14Add power down mode sleep and watchdog interrupttmk1-3/+73
2013-03-13Add intial code of RemoteWakeUptmk1-4/+36
2013-02-11Now includes LUFA-120730 in repositorytmk306-0/+64019
2013-02-11Add support for LUFA-120730tmk1-10/+19
2012-10-26Fix usage of debug flagtmk1-9/+2
2012-10-17Initial version of new code for layer switch is added.tmk1-1/+1
2012-09-06Fix timeout logic of LUFA sendchar(), sned_*().tmk1-6/+34
2012-08-28test build of 'Host shield' in minimal env.tmk2-44/+63
2012-08-28Fix the way of sending out IN packet.tmk1-22/+19
2012-07-20Add CONSOLE_ENABLE build option to LUFA.tmk3-88/+139
2012-07-08Interrupt driven Control ep and Console tasktmk2-40/+62
2012-07-02Fix LUFA descriptor of Extra for Windowstmk1-4/+4
2012-06-29confirm SetReport LED.tmk3-59/+85
2012-06-28Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk3-22/+104
2012-06-28Make console compatible with PJRC hid_listen.tmk1-2/+2
2012-06-28Add protocol/lufa. LUFA supported now.tmk4-0/+1038