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 USB MSC + MSC/CDC Composite Class #1088

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on Jun 4, 2020

  1. initial commit of new cdc_msc and updated msc

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    26f5806 View commit details
    Browse the repository at this point in the history
  2. added endpoint configuration

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    db11e1b View commit details
    Browse the repository at this point in the history
  3. added endpoint define changes

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    1c247ed View commit details
    Browse the repository at this point in the history
  4. added default msc interface

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    0b9e38e View commit details
    Browse the repository at this point in the history
  5. fixed cdc handle nad renamed cdc msc flag

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    162ade3 View commit details
    Browse the repository at this point in the history
  6. added usb class

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    8d7e9d8 View commit details
    Browse the repository at this point in the history
  7. add new include dirs

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    4b489ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a144bca View commit details
    Browse the repository at this point in the history
  9. fixed bug in descriptor, small changes to USB class

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6717196 View commit details
    Browse the repository at this point in the history
  10. fixed duplicate endpoint definition and somewhat fixed endpoint confi…

    …guration
    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6f3ebfc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccef556 View commit details
    Browse the repository at this point in the history
  12. fixed small type and more formatting

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ff6cecf View commit details
    Browse the repository at this point in the history
  13. added ifdef for USB.c

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    da5c702 View commit details
    Browse the repository at this point in the history
  14. fixed bug in ST MSC SCSI library

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ffd635d View commit details
    Browse the repository at this point in the history
  15. fixed formatting

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7676e07 View commit details
    Browse the repository at this point in the history
  16. introduced usb msc abstract class

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3761125 View commit details
    Browse the repository at this point in the history
  17. changes to formatting

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6f00830 View commit details
    Browse the repository at this point in the history
  18. more formatting changes

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    f578d6c View commit details
    Browse the repository at this point in the history
  19. and more formatting changes

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    805113d View commit details
    Browse the repository at this point in the history
  20. small bugfixes

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5df8d9c View commit details
    Browse the repository at this point in the history
  21. added back early usb initialisation and fixed write protection bug in…

    … new interface
    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5b3e972 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    77d673b View commit details
    Browse the repository at this point in the history
  23. small changes to ep conf

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3f3783e View commit details
    Browse the repository at this point in the history
  24. fixed bug where usb device library relies on pdev->pClassData to dete…

    …rmine if deinitialisation should happen
    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3c4d73d View commit details
    Browse the repository at this point in the history
  25. update msc and cdc classes

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    f0e3993 View commit details
    Browse the repository at this point in the history
  26. fixed ep addresses

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a7fd6e2 View commit details
    Browse the repository at this point in the history
  27. fixed formatting

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    df73d28 View commit details
    Browse the repository at this point in the history
  28. added back cdc clear buffer

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    760d8e3 View commit details
    Browse the repository at this point in the history
  29. remove reference to userdata

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    f7dbf85 View commit details
    Browse the repository at this point in the history
  30. fixed pointer error and warning

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6d0023f View commit details
    Browse the repository at this point in the history
  31. changes to cdc msc interface definitions

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    4d0f562 View commit details
    Browse the repository at this point in the history
  32. remove SOF from MSC+CDC

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b29c3ea View commit details
    Browse the repository at this point in the history
  33. further changes during merging

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2207a41 View commit details
    Browse the repository at this point in the history
  34. set cdc usb handle to usb handle

    Rudi Horn committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a341011 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    8709e8f View commit details
    Browse the repository at this point in the history
  2. fixed formatting

    Rudi Horn committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    def0867 View commit details
    Browse the repository at this point in the history
  3. added extra board configurations

    Rudi Horn committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    4447803 View commit details
    Browse the repository at this point in the history