Skip to content

Commit d2d486d

Browse files
committed
update docs
1 parent 7a1179a commit d2d486d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Please take a look at the online `documentation <https://docs.tinyusb.org/>`__.
2020
├── docs # Documentation
2121
├── examples # Sample with Makefile build support
2222
├── 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
2525
├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
2626
├── src # All sources files for TinyUSB stack itself.
2727
├── test # Unit tests for the stack
@@ -89,6 +89,13 @@ Host Stack
8989
- Mass Storage Class (MSC)
9090
- Hub with multiple-level support
9191

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+
9299
OS Abstraction layer
93100
====================
94101

0 commit comments

Comments
 (0)