Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tmk/tmk_core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lactide/tmk_core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chibios_19.1.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 11, 2019

  1. Fix for ChibiOS Update tmk/tmk_keyboard#411

    lactide committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    2976704 View commit details
    Browse the repository at this point in the history
  2. ChibiOS: fix deadlocks when hammering mouse/extra keys

    When hammering on the mouse or extra keys, tmk will deadlock if ChibiOS was
    compiled with assertions. This particular assertion in usbTransmitI fires
    if the last packet hasn't been acknowledged yet by the host driver.
    
    To fix that, we'll save the new report and transmit it if the last
    report was acknowledged.
    lactide committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    7206176 View commit details
    Browse the repository at this point in the history
  3. Prepare for ChibiOS 19.1.x

    lactide committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    27227b1 View commit details
    Browse the repository at this point in the history
  4. Improve behaviour after usb resume

    During wakeup, pressed keys might get lost because the last
    report wasn't acknowledged by the host yet.
    This is a simple workaround that keeps a small queue for all
    reports to be sent.
    lactide committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    c8af021 View commit details
    Browse the repository at this point in the history
Loading