summaryrefslogtreecommitdiffstats
path: root/protocol/lufa
Commit message (Collapse)AuthorAgeFilesLines
* Fix LUFA blocking during startuptmk2013-09-251-0/+2
| | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
* Fix USB initilaize on LUFAtmk2013-09-211-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 LUFAtmk2013-07-283-8/+109
|
* Fix LUFA host driver for unconfigured statetmk2013-04-131-0/+12
|
* Fix USB Descriptorstmk2013-04-131-4/+7
|
* Add supsend and wakeup to pjrc stacktmk2013-03-271-83/+4
|
* Add breathing sleep LED during USB suspendtmk2013-03-161-9/+27
|
* Add power down mode sleep and watchdog interrupttmk2013-03-141-3/+73
|
* Add intial code of RemoteWakeUptmk2013-03-131-4/+36
|
* Now includes LUFA-120730 in repositorytmk2013-02-11306-0/+64019
|
* Add support for LUFA-120730tmk2013-02-111-10/+19
|
* Fix usage of debug flagtmk2012-10-271-9/+2
|
* Initial version of new code for layer switch is added.tmk2012-10-171-1/+1
|
* Fix timeout logic of LUFA sendchar(), sned_*().tmk2012-09-061-6/+34
|
* test build of 'Host shield' in minimal env.tmk2012-08-282-44/+63
|
* Fix the way of sending out IN packet.tmk2012-08-281-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.tmk2012-07-203-88/+139
|
* Interrupt driven Control ep and Console tasktmk2012-07-082-40/+62
|
* Fix LUFA descriptor of Extra for Windowstmk2012-07-021-4/+4
| | | | | - worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001)
* confirm SetReport LED.tmk2012-06-293-59/+85
|
* Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk2012-06-293-22/+104
|
* Make console compatible with PJRC hid_listen.tmk2012-06-281-2/+2
|
* Add protocol/lufa. LUFA supported now.tmk2012-06-284-0/+1038