aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/lufa
AgeCommit message (Collapse)Author
2013-11-19Wait for USB starting up to make debug print availableGravatar tmk
2013-09-25Fix LUFA blocking during startupGravatar tmk
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-21Fix USB initilaize on LUFAGravatar tmk
- 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 LUFAGravatar tmk
2013-04-13Fix LUFA host driver for unconfigured stateGravatar tmk
2013-04-13Fix USB DescriptorsGravatar tmk
2013-03-27Add supsend and wakeup to pjrc stackGravatar tmk
2013-03-16Add breathing sleep LED during USB suspendGravatar tmk
2013-03-14Add power down mode sleep and watchdog interruptGravatar tmk
2013-03-13Add intial code of RemoteWakeUpGravatar tmk
2013-02-11Now includes LUFA-120730 in repositoryGravatar tmk
2013-02-11Add support for LUFA-120730Gravatar tmk
2012-10-27Fix usage of debug flagGravatar tmk
2012-10-17Initial version of new code for layer switch is added.Gravatar tmk
2012-09-06Fix timeout logic of LUFA sendchar(), sned_*().Gravatar tmk
2012-08-28test build of 'Host shield' in minimal env.Gravatar tmk
2012-08-28Fix the way of sending out IN packet.Gravatar 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.Gravatar tmk
2012-07-08Interrupt driven Control ep and Console taskGravatar tmk
2012-07-02Fix LUFA descriptor of Extra for WindowsGravatar tmk
- worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001)
2012-06-29confirm SetReport LED.Gravatar tmk
2012-06-29Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.Gravatar tmk
2012-06-28Make console compatible with PJRC hid_listen.Gravatar tmk
2012-06-28Add protocol/lufa. LUFA supported now.Gravatar tmk