Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-23 | bluetooth working with usb | Jack Humbert | |
2015-10-22 | bluetooth | Jack Humbert | |
2015-09-06 | beeps in an if | Jack Humbert | |
2015-08-31 | beeps update | Jack Humbert | |
2015-08-29 | speaker working, midi out | Jack Humbert | |
2015-08-26 | fixed lufa git stuff | Jack Humbert | |
2015-08-24 | midi working | Jack Humbert | |
2015-08-23 | makefile stuff | Jack Humbert | |
2015-08-21 | midi | Jack Humbert | |
2015-08-21 | preonic | Jack Humbert | |
2015-08-20 | midi | Jack Humbert | |
2015-08-20 | midi | Jack Humbert | |
2015-03-21 | Merge pull request #9 from tmk/master | Jack Humbert | |
updating | |||
2015-03-19 | m0110: Add support for international keyboard | Jun Wako | |
2015-03-16 | Merge pull request #6 from tmk/master | Jack Humbert | |
pulling from tmk | |||
2015-01-26 | Fix call parameter of suspend_power_down() | Jun Wako | |
2015-01-23 | subproject commit? | Jack Humbert | |
2015-01-19 | Fix typo 'keyobard' #166 | tmk | |
2015-01-15 | Fix power saving while USB suspended | tmk | |
- doesn't pwoer save while Bluetooth turns on | |||
2015-01-15 | Fix lufa sendchar() infinite wait loop | tmk | |
- FrameNumber is not updated when adapter powered - can be blocked in sendchar() when pluged into AC adapter | |||
2015-01-15 | Compensate timer during prower down | tmk | |
2015-01-04 | Fix ps2 protocol build using ps2_io.h | Jun Wako | |
2015-01-03 | bluefruit, pjrc: Update protocols for new API | tmk | |
2014-12-24 | [ps2,terminal_usb] Quick fix for build problem | tmk | |
2014-12-10 | Add USB Hub support | Jun Wako | |
2014-12-10 | Add submodule legitimate USB_Host_Shield_2.0 | Jun Wako | |
2014-12-10 | Remove submodule USB_Host_Shield_2.0 | Jun Wako | |
2014-12-05 | usb_usb: Update for new core layout | Jun Wako | |
2014-11-24 | Fix endpoint buffer setting for AT90USB82/162. | tmk | |
2014-11-24 | Merge branch 'rn42' into merge_rn42 | tmk | |
Conflicts: .gitignore common.mk common/debug_config.h common/print.h | |||
2014-11-20 | USB initialize when plug-in during battery powered | tmk | |
2014-11-13 | fixed vusb variant of converter ps2usb | Stefan Mark | |
2014-09-24 | Fix typo of variable name | tmk | |
2014-09-22 | Adhoc fix compile error of usb_usb | tmk | |
2014-08-26 | Add option 7bit data to serial_soft.c | tmk | |
2014-08-26 | Revert lufa/lufa.c | tmk | |
2014-07-30 | Add flow control by firmware to serial_uart | tmk | |
2014-07-30 | Change buffer size: 256 bytes | tmk | |
2014-07-30 | Add LED indicator support in mbed | tmk | |
2014-07-30 | Port ps2_usb to mbed | tmk | |
2014-07-30 | Fix build files for mbed | tmk | |
2014-07-27 | updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵ | Robin Haberkorn | |
serial_mouse_mousesystems.c are new | |||
2014-07-27 | serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵ | Robin Haberkorn | |
macro | |||
2014-07-27 | factored out serial_mouse_init() into serial_mouse.h | Robin Haberkorn | |
2014-07-27 | integrated serial mouse drivers as a feature into the firmware architecture | Robin Haberkorn | |
* 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 | |||
2014-07-27 | added serial mouse driver for Microsoft and Mousesystems mice | Robin Haberkorn | |
* 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. | |||
2014-07-21 | Just ignore ADB Service Request | tmk | |
- to support Adjustable keyboard(composite device?) | |||
2014-07-20 | Fix NKRO code when NKRO is disable | tmk | |
2014-06-15 | Fix debug print of ps2_mouse | tmk | |
2014-04-29 | Fix set LED for NKRO keyboard interface | tmk | |