| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove core library and build files | tmk | 2015-04-10 | 449 | -90781/+0 | 
| | | |||||
| * | Change TOP_DIR to TMK_DIR in makefiles | tmk | 2015-04-09 | 7 | -24/+24 | 
| | | |||||
| * | usb_hid: Update USB_Host_Shield_2.0 | Jun Wako | 2015-04-07 | 1 | -0/+0 | 
| | | |||||
| * | m0110: Add support for international keyboard | Jun Wako | 2015-03-19 | 1 | -3/+18 | 
| | | |||||
| * | Fix call parameter of suspend_power_down() | Jun Wako | 2015-01-26 | 2 | -2/+2 | 
| | | |||||
| * | Fix typo 'keyobard' #166 | tmk | 2015-01-19 | 1 | -1/+1 | 
| | | |||||
| * | Fix power saving while USB suspended | tmk | 2015-01-15 | 1 | -0/+3 | 
| | | | | | - doesn't pwoer save while Bluetooth turns on | ||||
| * | Fix lufa sendchar() infinite wait loop | tmk | 2015-01-15 | 1 | -18/+18 | 
| | | | | | | - FrameNumber is not updated when adapter powered - can be blocked in sendchar() when pluged into AC adapter | ||||
| * | Compensate timer during prower down | tmk | 2015-01-15 | 1 | -1/+1 | 
| | | |||||
| * | Fix ps2 protocol build using ps2_io.h | Jun Wako | 2015-01-04 | 2 | -0/+2 | 
| | | |||||
| * | bluefruit, pjrc: Update protocols for new API | tmk | 2015-01-03 | 4 | -5/+6 | 
| | | |||||
| * | [ps2,terminal_usb] Quick fix for build problem | tmk | 2014-12-24 | 1 | -0/+1 | 
| | | |||||
| * | Add USB Hub support | Jun Wako | 2014-12-10 | 1 | -0/+1 | 
| | | |||||
| * | Add submodule legitimate USB_Host_Shield_2.0 | Jun Wako | 2014-12-10 | 1 | -0/+0 | 
| | | |||||
| * | Remove submodule USB_Host_Shield_2.0 | Jun Wako | 2014-12-10 | 1 | -0/+0 | 
| | | |||||
| * | usb_usb: Update for new core layout | Jun Wako | 2014-12-05 | 1 | -1/+1 | 
| | | |||||
| * | Fix endpoint buffer setting for AT90USB82/162. | tmk | 2014-11-24 | 3 | -2/+27 | 
| | | |||||
| * | Merge branch 'rn42' into merge_rn42 | tmk | 2014-11-24 | 11 | -66/+546 | 
| |\ | | | | | | | | | | | | | | | Conflicts: .gitignore common.mk common/debug_config.h common/print.h | ||||
| | * | USB initialize when plug-in during battery powered | tmk | 2014-11-20 | 1 | -1/+14 | 
| | | | |||||
| | * | Add flow control by firmware to serial_uart | tmk | 2014-07-30 | 1 | -0/+19 | 
| | | | |||||
| | * | Change buffer size: 256 bytes | tmk | 2014-07-30 | 1 | -1/+1 | 
| | | | |||||
| | * | Add LED indicator support in mbed | tmk | 2014-07-30 | 3 | -16/+35 | 
| | | | |||||
| | * | Port ps2_usb to mbed | tmk | 2014-07-30 | 5 | -64/+166 | 
| | | | |||||
| | * | Fix build files for mbed | tmk | 2014-07-30 | 4 | -0/+327 | 
| | | | |||||
| * | | fixed vusb variant of converter ps2usb | Stefan Mark | 2014-11-13 | 3 | -16/+23 | 
| | | | |||||
| * | | Fix typo of variable name | tmk | 2014-09-24 | 1 | -1/+1 | 
| | | | |||||
| * | | Adhoc fix compile error of usb_usb | tmk | 2014-09-22 | 3 | -3/+2 | 
| | | | |||||
| * | | Add option 7bit data to serial_soft.c | tmk | 2014-08-26 | 1 | -2/+18 | 
| | | | |||||
| * | | Revert lufa/lufa.c | tmk | 2014-08-26 | 1 | -12/+0 | 
| | | | |||||
| * | | updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵ | Robin Haberkorn | 2014-07-27 | 3 | -3/+3 | 
| | | | | | | | | | serial_mouse_mousesystems.c are new | ||||
| * | | serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵ | Robin Haberkorn | 2014-07-27 | 2 | -18/+20 | 
| | | | | | | | | | macro | ||||
| * | | factored out serial_mouse_init() into serial_mouse.h | Robin Haberkorn | 2014-07-27 | 3 | -13/+8 | 
| | | | |||||
| * | | integrated serial mouse drivers as a feature into the firmware architecture | Robin Haberkorn | 2014-07-27 | 2 | -1/+13 | 
| | | | | | | | | | | | | | | | | | | | * can be enabled by defining Makefile macro SERIAL_MOUSE_MICROSOFT_ENABLE or SERIAL_MOUSE_MOUSESYSTEMS_ENABLE. * Serial implementation can be chosen via SERIAL_MOUSE_USE_SOFT and SERIAL_MOUSE_USE_UART macros * UART configuration still has to be done in config.h: I added working clauses for both mouse protocols to ps2_usb's config.h | ||||
| * | | added serial mouse driver for Microsoft and Mousesystems mice | Robin Haberkorn | 2014-07-27 | 3 | -0/+291 | 
| |/ | | | | | | | * Both drivers use the interface defined in serial_mouse.h * They should work with any UART implementation (hardware/software UART) * The Microsoft driver is currently untested. The Mousesystems driver is confirmed to work. | ||||
| * | Just ignore ADB Service Request | tmk | 2014-07-21 | 1 | -0/+4 | 
| | | | | | - to support Adjustable keyboard(composite device?) | ||||
| * | Fix NKRO code when NKRO is disable | tmk | 2014-07-20 | 1 | -0/+2 | 
| | | |||||
| * | Fix debug print of ps2_mouse | tmk | 2014-06-15 | 1 | -1/+6 | 
| | | |||||
| * | 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 | 
| | | |||||
| * | Fix remotewakeup of PJRC stack(Fix #121) | tmk | 2014-04-28 | 1 | -0/+1 | 
| | | | | | | - without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that | ||||
| * | Check if LUFA-git really exists(Fix #118) | tmk | 2014-04-28 | 2 | -1/+2 | 
| | | |||||
| * | NKRO is disable when SET_PROTOCOL(boot) | tmk | 2014-04-27 | 3 | -2/+8 | 
| | | | | | | - 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 | 4 | -40/+38 | 
| | | | | | - NKRO is used only when keyboard_protocol = 1(report) | ||||
| * | Add LUFA git repository(release 140302) | tmk | 2014-04-25 | 4 | -8/+21 | 
| | | |||||
| * | Move macro definitions from lufa.c to lufa.h | tmk | 2014-04-25 | 2 | -9/+11 | 
| | | |||||
| * | Change LUFA build options | tmk | 2014-04-24 | 2 | -5/+9 | 
| | | |||||
| * | 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 doc 4704.txt and protocol comment | tmk | 2014-02-10 | 1 | -7/+33 | 
| | | |||||
| * | Change error no and clean debug code | tmk | 2014-02-10 | 2 | -25/+17 | 
| | | |||||
