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

Better support multiple controllers configuration #1495

Merged
merged 10 commits into from
Jun 6, 2022
Merged

Commits on Jun 1, 2022

  1. rename board specific macro for example

    - BOARD_DEVICE/HOST_RHPORT_NUM to  BOARD_TUD/H_RHPORT
    - BOARD_DEVICE/HOST_RHPORT_SPEED to  BOARD_TUD/H_MAX_SPEED
    hathach committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    99c1585 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. rhport argument in usbd_ API() is not used (always use the initialize…

    …d port)
    
    remove the usage of TUD_OPT_RHPORT in class driver
    hathach committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8b9cf15 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    2571211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31134f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

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

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    7187cd9 View commit details
    Browse the repository at this point in the history
  2. more ci fix

    hathach committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1b08672 View commit details
    Browse the repository at this point in the history
  3. clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead o…

    …f CFG_TUSB_RHPORT0_MODE
    hathach committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    f4c80dd View commit details
    Browse the repository at this point in the history
  4. more example update

    hathach committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9794a2b View commit details
    Browse the repository at this point in the history
  5. update all host examples

    hathach committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    7c82783 View commit details
    Browse the repository at this point in the history