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

PIO USB support #1412

Merged
merged 53 commits into from
May 16, 2022
Merged

PIO USB support #1412

merged 53 commits into from
May 16, 2022

Commits on Mar 1, 2022

  1. start to add pio usb (host) support

    run as proof of concept
    hathach committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1d29817 View commit details
    Browse the repository at this point in the history
  2. update pio usb submodule

    hathach committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    df4c614 View commit details
    Browse the repository at this point in the history
  3. clean up

    hathach committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d3ed769 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. minor rename

    hathach committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    918f3e9 View commit details
    Browse the repository at this point in the history
  2. try to fix ci

    hathach committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    635fb9d View commit details
    Browse the repository at this point in the history
  3. checkout pio-usb

    hathach committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d4d7d35 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

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

Commits on Mar 4, 2022

  1. skip pyocd reset after flash

    hathach committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c0195fc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

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

Commits on Mar 30, 2022

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

Commits on Mar 31, 2022

  1. implement pio_usb_irq_handler

    hathach committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e94d11a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    75bca96 View commit details
    Browse the repository at this point in the history
  2. hid example work well

    hathach committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    e6e3dfe View commit details
    Browse the repository at this point in the history
  3. rename pio to pio_usb

    hathach committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    db6cba6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c25f835 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. extracting hw root port

    hathach committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    f881e77 View commit details
    Browse the repository at this point in the history
  2. clean up hcd pio

    hathach committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    f6851cf View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. use pio usb host init

    hathach committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    7ea75d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7d7e61 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 8, 2022

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

Commits on Apr 14, 2022

  1. catch up with pio lib

    hathach committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    cc5a472 View commit details
    Browse the repository at this point in the history
  2. pio device works well

    hathach committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    05bfc1a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. update lib pio

    hathach committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    00a0e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5a9537 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. clean up pio driver

    hathach committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a32cb1b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. update lib pio

    hathach committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3280390 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    98bbb0d View commit details
    Browse the repository at this point in the history
  2. keep up with pio usb

    hathach committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    12debd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. more with pio usb

    hathach committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2f9b9a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. follow pio usb changes

    hathach committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    26a2527 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    4d11c65 View commit details
    Browse the repository at this point in the history
  2. minor clean up

    hathach committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    455bddd View commit details
    Browse the repository at this point in the history
  3. everything work great

    hathach committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    fd827a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    4a661de View commit details
    Browse the repository at this point in the history
  2. clean up

    hathach committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    ae5490e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a72d4e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. more clean up

    hathach committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    85dcb73 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. update pio

    hathach committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    608577e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b30a10 View commit details
    Browse the repository at this point in the history
  3. fix ci build

    hathach committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c289438 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

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

Commits on May 10, 2022

  1. move pio usb files to src

    hathach committed May 10, 2022
    Configuration menu
    Copy the full SHA
    26ee622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3b57ce View commit details
    Browse the repository at this point in the history
  3. include dual examples to ci

    hathach committed May 10, 2022
    Configuration menu
    Copy the full SHA
    993f7b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    717a474 View commit details
    Browse the repository at this point in the history
  5. cmake lib rename

    hathach committed May 10, 2022
    Configuration menu
    Copy the full SHA
    35b77a4 View commit details
    Browse the repository at this point in the history
  6. clean up

    hathach committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8473ca1 View commit details
    Browse the repository at this point in the history
  7. sync with pio usb

    hathach committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8bd923f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. clean up example

    hathach committed May 11, 2022
    Configuration menu
    Copy the full SHA
    f09df55 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. remove pico-usb fork

    hathach committed May 16, 2022
    Configuration menu
    Copy the full SHA
    be2a513 View commit details
    Browse the repository at this point in the history
  2. add upstream Pico-PIO-USB

    hathach committed May 16, 2022
    Configuration menu
    Copy the full SHA
    4586d8f View commit details
    Browse the repository at this point in the history
  3. print addres of mouse input

    hathach committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e0e9426 View commit details
    Browse the repository at this point in the history