Completed
VBUS Driver
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
USB Type-C Implementation in Zephyr: Features, Requirements, and Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Port Role Recap
- 3 Accessing the Specifications
- 4 Roles: Which of these USB Type-C states apply to me?
- 5 Roles: Do I have to source Vconn?
- 6 Do I need Power Delivery support?
- 7 Which PD messages do I have to support?
- 8 Three Steps to create a USB Type-C Device
- 9 Zephyr's USB Type-C Port perspective
- 10 Devicetree USB Type-C Sink Port description
- 11 Type-C Port Controller (TCPC) Driver
- 12 VBUS Driver
- 13 Minimum Sink Policy Callbacks
- 14 Power Delivery Negotiation (Step 1)
- 15 Power Delivery Negotiation (Step 2)
- 16 Power Delivery Negotiation (Step 3)
- 17 Power Delivery Negotiation (Step 4)
- 18 Power Role Swap to Source
- 19 Register the Application's data structure
- 20 Start the Zephyr USB Type-C stack
- 21 Zephyr USB Type-C Samples
- 22 Zephyr USB Type-C Boards