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

fix: USB C vbus Kconfig #62740

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 16, 2023

  1. drivers: usb_c: move USB C Kconfig variables

    The init priority and the logging module are used in both vbus and tcpc, hence I think it should be better located in the Kconfig file of the parent folder.
    
    Signed-off-by: Mark Kettner <mark@kettner.io>
    mkettn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    96f9b8c View commit details
    Browse the repository at this point in the history
  2. samples: add example using the usb_c vbus driver

    this adds a sample application showing the usage of the usb_c vbus driver.
    
    Signed-off-by: Mark Kettner <mark@kettner.io>
    mkettn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2a95ee0 View commit details
    Browse the repository at this point in the history