Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USB initialize when plug-in during battery powered | tmk | 2014-11-20 | 1 | -1/+14 |
| | |||||
* | Fix NKRO code when NKRO is disable | tmk | 2014-07-20 | 1 | -0/+2 |
| | |||||
* | Fix set LED for NKRO keyboard interface | tmk | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | Unused endpoint of console OUT is commentout'd | tmk | 2014-04-29 | 2 | -1/+7 |
| | |||||
* | Check if LUFA-git really exists(Fix #118) | tmk | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | NKRO is disable when SET_PROTOCOL(boot) | tmk | 2014-04-27 | 1 | -1/+4 |
| | | | | | - Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request | ||||
* | Make NKRO deafult when it is available | tmk | 2014-04-27 | 1 | -23/+24 |
| | | | | - NKRO is used only when keyboard_protocol = 1(report) | ||||
* | Add LUFA git repository(release 140302) | tmk | 2014-04-25 | 3 | -6/+15 |
| | |||||
* | Move macro definitions from lufa.c to lufa.h | tmk | 2014-04-25 | 2 | -9/+11 |
| | |||||
* | Change LUFA build options | tmk | 2014-04-24 | 1 | -2/+2 |
| | |||||
* | Return when ready check loop is timeouted(Fix #115) | tmk | 2014-04-22 | 2 | -13/+27 |
| | |||||
* | Change PollingIntervalMS to 10ms(Fix #114) | tmk | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Add ps2_usart.c and fix set_led at USB wake | tmk | 2013-11-28 | 1 | -2/+2 |
| | |||||
* | Wait for USB starting up to make debug print available | tmk | 2013-11-19 | 1 | -1/+8 |
| | |||||
* | Fix LUFA blocking during startup | tmk | 2013-09-25 | 1 | -0/+2 |
| | | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT | ||||
* | Fix USB initilaize on LUFA | tmk | 2013-09-21 | 1 | -1/+6 |
| | | | | | | | | | | - 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. | ||||
* | Add NKRO support for LUFA | tmk | 2013-07-28 | 3 | -8/+109 |
| | |||||
* | Fix LUFA host driver for unconfigured state | tmk | 2013-04-13 | 1 | -0/+12 |
| | |||||
* | Fix USB Descriptors | tmk | 2013-04-13 | 1 | -4/+7 |
| | |||||
* | Add supsend and wakeup to pjrc stack | tmk | 2013-03-27 | 1 | -83/+4 |
| | |||||
* | Add breathing sleep LED during USB suspend | tmk | 2013-03-16 | 1 | -9/+27 |
| | |||||
* | Add power down mode sleep and watchdog interrupt | tmk | 2013-03-14 | 1 | -3/+73 |
| | |||||
* | Add intial code of RemoteWakeUp | tmk | 2013-03-13 | 1 | -4/+36 |
| | |||||
* | Now includes LUFA-120730 in repository | tmk | 2013-02-11 | 306 | -0/+64019 |
| | |||||
* | Add support for LUFA-120730 | tmk | 2013-02-11 | 1 | -10/+19 |
| | |||||
* | Fix usage of debug flag | tmk | 2012-10-27 | 1 | -9/+2 |
| | |||||
* | Initial version of new code for layer switch is added. | tmk | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Fix timeout logic of LUFA sendchar(), sned_*(). | tmk | 2012-09-06 | 1 | -6/+34 |
| | |||||
* | test build of 'Host shield' in minimal env. | tmk | 2012-08-28 | 2 | -44/+63 |
| | |||||
* | Fix the way of sending out IN packet. | tmk | 2012-08-28 | 1 | -22/+19 |
| | | | | | This fixes problem that it losts keycode when send keycodes in row in layer.c. Undef CONSOLE_ENABLE build option makes this problem clear. | ||||
* | Add CONSOLE_ENABLE build option to LUFA. | tmk | 2012-07-20 | 3 | -88/+139 |
| | |||||
* | Interrupt driven Control ep and Console task | tmk | 2012-07-08 | 2 | -40/+62 |
| | |||||
* | Fix LUFA descriptor of Extra for Windows | tmk | 2012-07-02 | 1 | -4/+4 |
| | | | | | - worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001) | ||||
* | confirm SetReport LED. | tmk | 2012-06-29 | 3 | -59/+85 |
| | |||||
* | Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE. | tmk | 2012-06-29 | 3 | -22/+104 |
| | |||||
* | Make console compatible with PJRC hid_listen. | tmk | 2012-06-28 | 1 | -2/+2 |
| | |||||
* | Add protocol/lufa. LUFA supported now. | tmk | 2012-06-28 | 4 | -0/+1038 |