]> git.friedersdorff.com Git - max/tmk_keyboard.git/history - tmk_core/protocol
Add my keymap
[max/tmk_keyboard.git] / tmk_core / protocol /
2021-03-23 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-12-24 tmkusb_usb: Update USB_Host_Shield_2.0
2020-11-22 tmkibmpc: Add adhoc fix for Z-150 AT send
2020-11-15 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-11-05 tmkusb_hid: Update and fix USB Host Shield lib
2020-11-05 tmkusb_hid: Update arduino cores to 1.8.13
2020-11-05 tmkusb_hid: Delete arduino cores 1.0.1
2020-10-26 tmkibmpc: Fix XT reset comment and add inhibit_xt()
2020-10-26 tmkxt_usb: Fix XT soft reset
2020-08-05 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-07-27 tmkvusb: Fix keyboard_protocol and keyboard_idle #547
2020-07-06 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-07-05 tmkibmpc: Change timeout period: 1.0ms to 2.0ms
2020-06-08 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-05-15 tmkibmpc: Add Z-150 AT protocol recognition
2020-05-13 tmkibmpc: Fix 'Ack' check of sending data
2020-05-13 tmkibmpc: Fix AT 'request to send' signaling
2020-05-13 tmkibmpc_usb: Add 'protocol change detection'
2020-05-12 tmkibmpc: Fix ibmpc_host_isr_clear()
2020-05-12 tmkibmpc: Add debug code for isr_state
2020-05-12 tmkibmpc: Fix buffer full check
2020-05-12 tmkibmpc: Fix Timeout error
2020-05-11 tmkibmpc: Update ERR_FF, ERR_FULL handling
2020-05-11 tmkibmpc: Add ibmpc_isr_debug to see isr_state
2020-05-11 tmkibmpc: Add handling for erroneous start bit XT(IBM)
2020-05-08 tmkMerge branch 'interrupt_control_endpoint_fix'
2020-05-08 tmklufa: Fix comment on INTERRUPT_CONTROL_ENDPOINT
2020-05-08 tmkcore: ibmpc: Check response of set indicator command
2020-05-08 tmkcore: ibmpc: Add comments on stop bit of Z-150 AT
2020-04-06 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-03-20 tmklufa: Add comment on INTERRUPT_CONTROL_ENDPOINT
2020-03-20 tmklufa: Disable SOF interrupt
2020-03-15 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-03-02 tmkMerge branch 'ibmpc_update'
2020-03-02 tmkibmpc: Fix debug print
2020-03-02 tmkibmpc: Protocol detection between AT and XT
2020-03-01 tmkibmpc: Check buffer full and error code FF
2020-03-01 tmkibmpc: Fix comments
2020-03-01 tmkibmpc: Add timeout check
2020-02-29 tmkibmpc: Refactor code
2020-02-29 tmkibmpc: Fix debug print and wait time
2020-02-29 tmkibmpc: Add two-byte buffer for data received
2020-02-29 tmkibmpc: Fix stop bit check code in ISR
2020-02-29 tmkibmpc_usb: Fix hard reset code
2020-02-29 tmkibmpc: Change ISR code
2020-02-29 tmkibmpc: Add ibmpc_host_clear_isr
2020-02-29 tmkibmpc: Add intruppt disable and enable function
2020-02-29 tmkibmpc: Fix START case in ISR
2020-02-29 tmkibmpc: Read data line earlier in ISR as possible
2020-02-09 tmklufa: Rename LUFA_DEBUG to TMK_LUFA_DEBUG
2020-02-09 tmklufa: Update makefile for new LUFA
2020-02-09 tmklufa: Use the latest LUFA library on github
2020-02-09 tmklufa: Remove old LUFA directory
2020-02-09 tmklufa: Fix console_putc
2020-01-12 Mark SikoraMerge remote-tracking branch 'tmk/master'
2019-12-04 tmkcore: Add IBM PC Keyboard protocol support
2019-09-18 tmkusb_usb: Clean print for debug
2019-07-12 tmkcore: Fix ibm4704_send() wait for clock to start
2019-06-23 tmkMerge branch 'adb_extended_mouse'
2019-06-23 tmkadb_usb: Fix mouse_init
2019-06-23 tmkcore:adb_usb: Add Extended Mouse Protocol support #274
2019-05-29 tmklufa: Print TMK version to console
2019-05-29 tmkusb_usb: Handle Rollover error
2019-05-29 tmkMerge branch 'usb_usb_init_fix'
2019-05-29 tmkcore: Add hook_usb_startup_wait_loop
2019-05-10 tmklufa: Startup and suspend loop can be disabled
2019-05-10 tmklufa:usb_usb: matrix_scan() is no longer needed
2019-05-10 tmkusb_hid: Change to USB_Host_Shield_2.0 of tmk repo
2019-05-10 tmklufa: Fix for freeze at re/boot time problem
2019-05-06 tmklufa: Fix Change debug print message
2019-05-06 tmklufa: Fix for UART debug print
2019-05-06 tmklufa: This prevents resume when debug
2019-05-06 tmklufa: Add debug print support with UART
2019-03-05 Mark SikoraMerge remote-tracking branch 'tmk/master'
2019-01-25 tmkcore: System control key descriptor fix #435
2018-11-06 rxy0424make some change to complie stm32_f103_onekey with...
2018-10-31 tmkusb_usb: usb_hid: Change for USB_Host_Shield_2.0
2018-10-31 tmkusb_hid: Add USB_Host_Shield_2.0 submodule
2018-10-31 tmkusb_hid: Remove USB_Host_Shield_2.0
2018-10-31 tmklufa: usb-usb: Use LUFA startup instead of cusotom
2018-10-15 tmkcore: Update console startup for hid_listen
2018-09-23 tmkMerge branch 'console_ringbuf_fix'
2018-09-23 tmkxt_usb: Change ring buffer and control Data line
2018-09-23 tmkcore: lufa: Fix wait for console startup
2018-09-23 tmkcore: lufa: Fix timeout of send_keyboard
2018-09-23 tmkcore: lufa: Fix console output and init sequence
2018-08-01 tmkusb_usb: Add Cheery 0101010101010101 bug fix
2018-04-17 tmkMerge branch 'xt_rev2'
2018-04-14 Mark SikoraMerge remote-tracking branch 'tmk/master'
2018-03-14 tmkxt_usb: Replace function with macro
2018-03-14 tmkxt_usb: Remove xt_io.h
2018-03-14 tmkxt_usb: Fix warning on switch-case
2018-03-14 tmkxt_usb: Replace functions with macros
2018-03-14 tmkxt_usb: Comment out clock check for PCINT
2018-03-14 tmkxt_usb: Read data earlier as possible in ISR
2018-03-14 tmkxt_usb: read data on falling edge soft/hard reset
2018-03-01 tmkcore: lufa: Add delay for console startup
2018-01-04 tmkcore: lufa: Fix checking num of endpoints for 32u2...
2018-01-04 tmkRevert "core: LUFA: Fix checking num of endpoints for...
2018-01-04 tmkMerge branch 'yangdigi-master'
next