File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Please take a look at the online `documentation <https://docs.tinyusb.org/>`__.
20
20
├── docs # Documentation
21
21
├── examples # Sample with Makefile build support
22
22
├── hw
23
- │ ├── bsp # Supported boards source files
24
- │ └── mcu # Low level mcu core & peripheral drivers
23
+ │ ├── bsp # Supported boards source files
24
+ │ └── mcu # Low level mcu core & peripheral drivers
25
25
├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
26
26
├── src # All sources files for TinyUSB stack itself.
27
27
├── test # Unit tests for the stack
@@ -89,6 +89,13 @@ Host Stack
89
89
- Mass Storage Class (MSC)
90
90
- Hub with multiple-level support
91
91
92
+ TypeC PD Stack
93
+ ==============
94
+
95
+ - Power Delivery 3.0 (PD3.0) with USB Type-C support (WIP)
96
+ - Super early stage, only for testing purpose
97
+ - Only support STM32 G4
98
+
92
99
OS Abstraction layer
93
100
====================
94
101
You can’t perform that action at this time.
0 commit comments