diff options
| author | hathach <[email protected]> | 2023-06-12 17:06:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-12 17:06:04 +0700 |
| commit | d2d486dced7f92e8cab65f87be79b7e60d211ad2 (patch) | |
| tree | 7a7952ea1ff4dde987bf9e0a6b41e7a1d5dff744 | |
| parent | 7a1179a4e1dbf238e8cce203aa92c38c0cb055b7 (diff) | |
update docs
| -rw-r--r-- | README.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 425cfa0e3..2c9119fef 100644 --- a/README.rst +++ b/README.rst @@ -20,8 +20,8 @@ Please take a look at the online `documentation <https://docs.tinyusb.org/>`__. ├── docs # Documentation ├── examples # Sample with Makefile build support ├── hw - │ ├── bsp # Supported boards source files - │ └── mcu # Low level mcu core & peripheral drivers + │ ├── bsp # Supported boards source files + │ └── mcu # Low level mcu core & peripheral drivers ├── lib # Sources from 3rd party such as freeRTOS, fatfs ... ├── src # All sources files for TinyUSB stack itself. ├── test # Unit tests for the stack @@ -89,6 +89,13 @@ Host Stack - Mass Storage Class (MSC) - Hub with multiple-level support +TypeC PD Stack +============== + +- Power Delivery 3.0 (PD3.0) with USB Type-C support (WIP) +- Super early stage, only for testing purpose +- Only support STM32 G4 + OS Abstraction layer ==================== |
