summaryrefslogtreecommitdiff
path: root/protocol/lufa
AgeCommit message (Collapse)Author
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-04-13Fix USB Descriptorstmk
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-11Now includes LUFA-120730 in repositorytmk
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-07-02Fix LUFA descriptor of Extra for Windowstmk
- worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001)
2012-06-29confirm SetReport LED.tmk
2012-06-29Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk
2012-06-28Make console compatible with PJRC hid_listen.tmk
2012-06-28Add protocol/lufa. LUFA supported now.tmk