Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webUSB branch #1

Open
wants to merge 51 commits into
base: feature/web_usb_take_two
Choose a base branch
from
Open

Update webUSB branch #1

wants to merge 51 commits into from

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    c5b721e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    6abb74f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ada54b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45ab5ab View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    03f72c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    1695f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d90773 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    0dfd135 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge pull request qmk#4 from drashna/update_master

    Update master
    fauxpark committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    4f66a7a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    77c0786 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    d6a7df4 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Set magic ReleaseNumber for QMK-DFU

    fauxpark authored and drashna committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    07bea4f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    0619386 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    6eaefff View commit details
    Browse the repository at this point in the history
  2. Merge pull request abcminiuser#156 from jessexm/dragndrop

    MassStorageBootloader: Fix lower nibble cluster update.
    abcminiuser committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    597fbf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Fix truncated IEEE string returned in Printer device class driveer (t…

    …hanks to Juergen Borleis).
    abcminiuser committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1051db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79780ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    550745a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    876d9e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    790ac4d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    ca40bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    305ca46 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    4455846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2cc3e View commit details
    Browse the repository at this point in the history
  3. Reset version header release type and add dummy version changelog/kno…

    …wn issues/migration notes.
    abcminiuser committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    711f996 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c9c7d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Explicitly cast FetchNextCommandByte to u32 to ensure correct handling

    Without the explicit cast, avr-gcc generates incorrect asm which sets
    only the lower bytes of the u32, leading the upper bytes to be set to
    0xFFFF when the input value has MSB set. This results in flashing past
    32k bytes failing. Explicit casting corrects this behaviour in testing.
    exp committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3cc3335 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Merge pull request abcminiuser#170 from exp/master

    BootloaderCDC: Fix flashing binaries over 32K failing due to missing explicitly cast.
    abcminiuser committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    cfbbbb4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    f56440c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    74168af View commit details
    Browse the repository at this point in the history
  2. Merge pull request abcminiuser#171 from fauxpark/line-endings

    Fix inconsistent line endings - convert CRLF line endings to LF.
    abcminiuser committed May 31, 2021
    Configuration menu
    Copy the full SHA
    211791f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    1eb64e6 View commit details
    Browse the repository at this point in the history
  2. Remove old TCP/IP stack code from the RNDIS examples, add explicit bu…

    …ffer length to RNDIS class driver packet read functions.
    abcminiuser committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    b3ba262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6ba049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a78554 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    55d19f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596cb24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2b0c4f View commit details
    Browse the repository at this point in the history
  4. Update gitignore

    drashna committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c61bd0f View commit details
    Browse the repository at this point in the history
  5. Remove VUSB controllers

    drashna committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    e0f2871 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-Authored-By: fauxpark <fauxpark@gmail.com>
    drashna and fauxpark committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    0538d79 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Ryan <fauxpark@gmail.com>
    drashna and fauxpark committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    b2efce1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3528d8d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    c7c5f65 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. HID Bootloader: Update hid_bootloader_cli code with latest upstream c…

    …hanges.
    
    This updates the modified teensy loader code from pjrc's repo (from 2.0 to 2.2). Mostly, it's a copy-paste, with the patches for the lufa hid bootloader re-applied.
    abcminiuser committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    15bc1ee View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    e8e630e View commit details
    Browse the repository at this point in the history
  2. Fix Bootloader source detection

    This fixes a long standing issue I've had with QMK DFU and it not exiting the bootloader properly.
    drashna committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    0f15fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5509e21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19a5d53 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Diff minimisation (qmk#13)

    fauxpark committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    d6df70b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    913c56a View commit details
    Browse the repository at this point in the history