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

drivers: usb: unify endpoint helper macros #26612

Merged

Commits on Jul 8, 2020

  1. drivers: usb: unify endpoint helper macros

    Unify endpoint index and direction helper macros
    across all usb device drivers.
    
    Signed-off-by: Johann Fischer <j.fischer@phytec.de>
    jfischer-no committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    caf3f88 View commit details
    Browse the repository at this point in the history
  2. drivers: usb_dc_sam0: rename ep_num to common ep_idx

    ep_idx is common used designator for endpoint index,
    rename ep_num to ep_idx in usb_dc_sam0 driver.
    
    Signed-off-by: Johann Fischer <j.fischer@phytec.de>
    jfischer-no committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    9d434e9 View commit details
    Browse the repository at this point in the history