summaryrefslogtreecommitdiff
path: root/protocol/lufa/lufa.c
AgeCommit message (Collapse)Author
2015-04-10Remove core library and build filestmk
2015-01-15Fix power saving while USB suspendedtmk
- doesn't pwoer save while Bluetooth turns on
2015-01-15Fix lufa sendchar() infinite wait looptmk
- FrameNumber is not updated when adapter powered - can be blocked in sendchar() when pluged into AC adapter
2015-01-15Compensate timer during prower downtmk
2014-11-20USB initialize when plug-in during battery poweredtmk
2014-07-20Fix NKRO code when NKRO is disabletmk
2014-04-29Fix set LED for NKRO keyboard interfacetmk
2014-04-29Unused endpoint of console OUT is commentout'dtmk
2014-04-27NKRO is disable when SET_PROTOCOL(boot)tmk
- Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request
2014-04-27Make NKRO deafult when it is availabletmk
- NKRO is used only when keyboard_protocol = 1(report)
2014-04-25Move macro definitions from lufa.c to lufa.htmk
2014-04-22Return when ready check loop is timeouted(Fix #115)tmk
2013-11-28Add ps2_usart.c and fix set_led at USB waketmk
2013-11-19Wait for USB starting up to make debug print availabletmk
2013-09-25Fix LUFA blocking during startuptmk
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-21Fix USB initilaize on LUFAtmk
- Add print messages of USB intialize procesure. - call out sei() in earlier stage. LUFA API doc of USB_Init() says: interrupts must be enabled within 500ms ... to ensure that the host does not time out whilst enumerating the device - remove matrix_init() from suspend_wakeup_init(). It is not needed in fact and if matrix_init() takes long time to initialize it prevents host emnumerating the device.
2013-07-28Add NKRO support for LUFAtmk
2013-04-13Fix LUFA host driver for unconfigured statetmk
2013-03-27Add supsend and wakeup to pjrc stacktmk
2013-03-16Add breathing sleep LED during USB suspendtmk
2013-03-14Add power down mode sleep and watchdog interrupttmk
2013-03-13Add intial code of RemoteWakeUptmk
2013-02-11Add support for LUFA-120730tmk
2012-10-27Fix usage of debug flagtmk
2012-10-17Initial version of new code for layer switch is added.tmk
2012-09-06Fix timeout logic of LUFA sendchar(), sned_*().tmk
2012-08-28test build of 'Host shield' in minimal env.tmk
2012-08-28Fix the way of sending out IN packet.tmk
This fixes problem that it losts keycode when send keycodes in row in layer.c. Undef CONSOLE_ENABLE build option makes this problem clear.
2012-07-20Add CONSOLE_ENABLE build option to LUFA.tmk
2012-07-08Interrupt driven Control ep and Console tasktmk
2012-06-29confirm SetReport LED.tmk
2012-06-29Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk
2012-06-28Add protocol/lufa. LUFA supported now.tmk