Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-28 | Add ps2_usart.c and fix set_led at USB wake | tmk | |
2013-11-19 | Wait for USB starting up to make debug print available | tmk | |
2013-09-25 | Fix LUFA blocking during startup | tmk | |
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT | |||
2013-09-21 | Fix USB initilaize on LUFA | 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-28 | Add NKRO support for LUFA | tmk | |
2013-04-13 | Fix LUFA host driver for unconfigured state | tmk | |
2013-03-27 | Add supsend and wakeup to pjrc stack | tmk | |
2013-03-16 | Add breathing sleep LED during USB suspend | tmk | |
2013-03-14 | Add power down mode sleep and watchdog interrupt | tmk | |
2013-03-13 | Add intial code of RemoteWakeUp | tmk | |
2013-02-11 | Add support for LUFA-120730 | tmk | |
2012-10-27 | Fix usage of debug flag | tmk | |
2012-10-17 | Initial version of new code for layer switch is added. | tmk | |
2012-09-06 | Fix timeout logic of LUFA sendchar(), sned_*(). | tmk | |
2012-08-28 | test build of 'Host shield' in minimal env. | tmk | |
2012-08-28 | Fix 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-20 | Add CONSOLE_ENABLE build option to LUFA. | tmk | |
2012-07-08 | Interrupt driven Control ep and Console task | tmk | |
2012-06-29 | confirm SetReport LED. | tmk | |
2012-06-29 | Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE. | tmk | |
2012-06-28 | Add protocol/lufa. LUFA supported now. | tmk | |