diff options
| author | Ha Thach <[email protected]> | 2020-03-10 14:33:26 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-10 14:33:26 +0700 |
| commit | 41d9ab5056c63dc0ecf4b60d55a5f653b561a0c5 (patch) | |
| tree | 1427e6e4bc21eec52ca591665ba3a73d4a7d93e4 /README.md | |
| parent | cddbc86dc9403b26b9dda7f0cf141a593e4e89ab (diff) | |
| parent | 9a0c02236e1647bbbeaf3284ab9ba4da0caf56f1 (diff) | |
Merge pull request #295 from hathach/develop
add webserver into ci build
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
