summaryrefslogtreecommitdiffstats
path: root/protocol/lufa/lufa.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-25midi workingJack Humbert1-17/+86
2015-08-23makefile stuffJack Humbert1-0/+2
2015-08-22midiJack Humbert1-9/+9
2015-08-21preonicJack Humbert1-13/+48
2015-08-20midiJack Humbert1-2/+189
2015-01-15Fix power saving while USB suspendedtmk1-0/+3
2015-01-15Fix lufa sendchar() infinite wait looptmk1-18/+18
2015-01-15Compensate timer during prower downtmk1-1/+1
2014-11-20USB initialize when plug-in during battery poweredtmk1-1/+14
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'dtmk1-0/+2
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-25Move macro definitions from lufa.c to lufa.htmk1-9/+0
2014-04-21Return when ready check loop is timeouted(Fix #115)tmk1-11/+25
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 LUFAtmk1-3/+25
2013-04-13Fix LUFA host driver for unconfigured statetmk1-0/+12
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-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.tmk1-44/+52
2012-08-28Fix the way of sending out IN packet.tmk1-22/+19
2012-07-20Add CONSOLE_ENABLE build option to LUFA.tmk1-13/+34
2012-07-08Interrupt driven Control ep and Console tasktmk1-39/+61
2012-06-29confirm SetReport LED.tmk1-58/+64
2012-06-28Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk1-8/+24
2012-06-28Add protocol/lufa. LUFA supported now.tmk1-0/+386