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

Add notification support for device class USBTMC #2494

Merged
merged 6 commits into from Apr 28, 2024

Commits on Feb 26, 2024

  1. add notification support for device class USBTMC.

    The ep_int_in is already used for responding to USB488
    READ_STATUS_BYTE requests, but that EP is defined for all of USBTMC.
    This extends the functionality to let callers send notifications and
    receive ACKs.
    tommie committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5ce7b14 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    98e85a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdb431b View commit details
    Browse the repository at this point in the history
  3. Update .gitignore.

    HiFiPhile committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a018b22 View commit details
    Browse the repository at this point in the history
  4. Fix CI.

    HiFiPhile committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    bd033a2 View commit details
    Browse the repository at this point in the history