summaryrefslogtreecommitdiff
path: root/protocol.mk
AgeCommit message (Collapse)Author
2015-04-10Remove core library and build filestmk
2015-04-09Change TOP_DIR to TMK_DIR in makefilestmk
2014-12-24[ps2,terminal_usb] Quick fix for build problemtmk
2014-11-24Merge branch 'rn42' into merge_rn42tmk
Conflicts: .gitignore common.mk common/debug_config.h common/print.h
2014-07-30Port ps2_usb to mbedtmk
2014-07-27integrated serial mouse drivers as a feature into the firmware architectureRobin 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
2013-11-28Add ps2_interrupt.ctmk
2013-11-25Add ps2_busywait.c and recfactor PS/2 protocoltmk
2013-11-02Fix PS/2 mouse supporttmk
2012-06-08Made directories for keyboard and converter projects.tmk