mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-13 19:19:18 +00:00
doc update
This commit is contained in:
parent
8a8f84cd37
commit
9a0c02236e
@ -25,9 +25,11 @@
|
||||
* Board support for STM32F070RB Nucleo, STM32F303 Discovery
|
||||
|
||||
* **[Peter Lawrence](https://github.com/majbthrd)**
|
||||
* Nuvoton NUC 121, 125, 126 device driver port
|
||||
* Board support for NuTiny NUC121s, NUC125s, NUC126V
|
||||
* Complete multiple class interfaces & add cdc_dual_ports example
|
||||
* Nuvoton NUC 120, 121, 125, 126, 505 device driver port
|
||||
* USBNET RNDIS, CDC-ECM, CDC-EEM class driver
|
||||
* Added `net_lwip_webserver` example for demonstration of usbnet with lwip
|
||||
* Board support for NuTiny NUC120, NUC121s, NUC125s, NUC126V, NUC505
|
||||
* Complete multiple class interfaces & add cdc_dual_ports example
|
||||
|
||||
* **[Scott Shawcroft](https://github.com/tannewt)**
|
||||
* SAMD21 and SAMD51 device driver port
|
||||
|
@ -38,7 +38,7 @@ The stack supports the following MCUs:
|
||||
- **Sony:** CXD56
|
||||
- **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 (device only)
|
||||
- **[ValentyUSB](https://github.com/im-tomu/valentyusb)** eptri
|
||||
- **Nuvoton:** NUC121/NUC125, NUC126, NUC505
|
||||
- **Nuvoton:** NUC120, NUC121/NUC125, NUC126, NUC505
|
||||
|
||||
[Here is the list of supported Boards](docs/boards.md) that can be used with provided examples.
|
||||
|
||||
@ -50,6 +50,7 @@ Supports multiple device configurations by dynamically changing usb descriptors.
|
||||
- Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
|
||||
- Mass Storage Class (MSC): with multiple LUNs
|
||||
- Musical Instrument Digital Interface (MIDI)
|
||||
- Network with RNDIS, CDC-ECM, CDC-EEM (work in progress)
|
||||
- Vendor-specific class support with generic In & Out endpoints. Can be used with MS OS 2.0 compatible descriptor to load winUSB driver without INF file.
|
||||
- [WebUSB](https://github.com/WICG/webusb) with vendor-specific class
|
||||
|
||||
|
@ -33,6 +33,7 @@ This code base already had supported for a handful of following boards (sorted a
|
||||
|
||||
### Nuvoton
|
||||
|
||||
- NuTiny SDK NUC120
|
||||
- [NuTiny NUC121S](https://direct.nuvoton.com/en/nutiny-nuc121s)
|
||||
- [NuTiny NUC125S](https://direct.nuvoton.com/en/nutiny-nuc125s)
|
||||
- [NuTiny NUC126V](https://direct.nuvoton.com/en/nutiny-nuc126v)
|
||||
|
Loading…
x
Reference in New Issue
Block a user