updated contribution, readme and some comments

This commit is contained in:
IngHK
2024-02-24 13:00:46 +01:00
parent aabee25e18
commit ea175a78aa
3 changed files with 11 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ Host Stack
- Human Interface Device (HID): Keyboard, Mouse, Generic
- Mass Storage Class (MSC)
- Communication Device Class: CDC-ACM
- Vendor serial over USB: FTDI, CP210x
- Vendor serial over USB: FTDI, CP210x, CH34x, PL2303
- Hub with multiple-level support
Similar to the Device Stack, if you have a special requirement, `usbh_app_driver_get_cb()` can be used to write your own class driver without modifying the stack.