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

RP2040 double buffer #891

Merged
merged 19 commits into from
Jun 28, 2021
Merged

RP2040 double buffer #891

merged 19 commits into from
Jun 28, 2021

Commits on Jun 10, 2021

  1. clean up

    hathach committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    cf0a475 View commit details
    Browse the repository at this point in the history
  2. more clean up

    hathach committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    43656dc View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    a1a03c9 View commit details
    Browse the repository at this point in the history
  2. improve usbh

    hathach committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    572d986 View commit details
    Browse the repository at this point in the history
  3. refactor rp2040 usb

    - make _hw_endpoint_xfer_sync and _hw_endpoint_start_next_buffer private
    - drop prefix _ from _hw_endpoint_xfer_continue and
    _hw_endpoint_reset_transfer
    hathach committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5d6e381 View commit details
    Browse the repository at this point in the history
  4. rename hw endpoint

    - total_len to remaining_len
    - len to xferred_len
    hathach committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    1d48320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93cb2ff View commit details
    Browse the repository at this point in the history
  6. remove unused variable in hw endpoint

    last_buf, buf_sel, transfer_size
    hathach committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    66c8a13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6d22f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b39faa1 View commit details
    Browse the repository at this point in the history
  9. log clean up

    hathach committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    dfe5a72 View commit details
    Browse the repository at this point in the history
  10. fix ci build

    hathach committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    910e11a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

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

Commits on Jun 13, 2021

  1. remove dev_ep_map

    hathach committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    289ccf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af64f9 View commit details
    Browse the repository at this point in the history
  3. fix build with log for device

    hathach committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    bd039c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f38c460 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c56712 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

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