update docs

This commit is contained in:
hathach 2021-10-12 21:57:34 +07:00
parent 67f1603833
commit 557fa3900a
2 changed files with 9 additions and 11 deletions

View File

@ -76,7 +76,8 @@ Notable contributors
----------------------------------------------- -----------------------------------------------
- Add new DCD port for NXP Kinetis KL25 - Add new DCD port for NXP Kinetis KL25
- Add new DCD port for Renesas RX63n with GR-CITRUS board - Add new DCD port for Renesas RX family (RX600, RX700 ..) with GR-CITRUS, RX65n target board
- Add new class driver for USB Video Class (UVC 1.5)
`Nathan Conrad <https://github.com/pigrew>`__ `Nathan Conrad <https://github.com/pigrew>`__
@ -94,8 +95,7 @@ Notable contributors
- Add new DCD port for Nuvoton NUC 120, 121, 125, 126, 505 - Add new DCD port for Nuvoton NUC 120, 121, 125, 126, 505
- Add new class driver for USBNET RNDIS, CDC-ECM - Add new class driver for USBNET RNDIS, CDC-ECM
- Add *net\_lwip\_webserver* example for demonstration of usbnet with - Add *net\_lwip\_webserver* example for demonstration of usbnet with lwip
lwip
- Board support for NuTiny NUC120, NUC121s, NUC125s, NUC126V, NUC505 - Board support for NuTiny NUC120, NUC121s, NUC125s, NUC126V, NUC505
- Improve multiple cdc interfaces API & add cdc\_dual\_ports example - Improve multiple cdc interfaces API & add cdc\_dual\_ports example
@ -118,10 +118,8 @@ Notable contributors
------------------------------------------------ ------------------------------------------------
- Add new class driver for USB Audio Class 2.0 (UAC2) - Add new class driver for USB Audio Class 2.0 (UAC2)
- Rework tu\_fifo with unmasked pointer, add DMA support, and constant - Rework tu\_fifo with unmasked pointer, add DMA support, and constant address support
address support - Add new DCD/USBD edpt\_xfer\_fifo() API for optimizing endpoint transfer
- Add new DCD/USBD edpt\_xfer\_fifo() API for optimizing endpoint
transfer
- Add and greatly improve Isochronous transfer - Add and greatly improve Isochronous transfer
- Add new audio examples: audio\_test and audio\_4\_channel\_mic - Add new audio examples: audio\_test and audio\_4\_channel\_mic
@ -130,8 +128,7 @@ Notable contributors
------------------------------------------------ ------------------------------------------------
- Add new DCD port for SAMD21 and SAMD51 - Add new DCD port for SAMD21 and SAMD51
- Add new class driver for Musical Instrument Digital Interface - Add new class driver for Musical Instrument Digital Interface (MIDI)
(MIDI)
- Improve USBD control transfer, MSC, CDC class driver - Improve USBD control transfer, MSC, CDC class driver
- Board support for Metro M0 & M4 express - Board support for Metro M0 & M4 express
- Write the excellent porting.md documentation - Write the excellent porting.md documentation
@ -178,7 +175,7 @@ Notable contributors
`Zixun Li <https://github.com/HiFiPhile>`__ `Zixun Li <https://github.com/HiFiPhile>`__
----------------------------------------------- -------------------------------------------
- Add new DCD port for Microchip SAMx7x - Add new DCD port for Microchip SAMx7x
- Add IAR compiler support - Add IAR compiler support

View File

@ -66,7 +66,8 @@ Supports multiple device configurations by dynamically changing USB descriptors,
- Mass Storage Class (MSC): with multiple LUNs - Mass Storage Class (MSC): with multiple LUNs
- Musical Instrument Digital Interface (MIDI) - Musical Instrument Digital Interface (MIDI)
- Network with RNDIS, CDC-ECM (work in progress) - Network with RNDIS, CDC-ECM (work in progress)
- USB Test and Measurement Class (USBTMC) - Test and Measurement Class (USBTMC)
- Video class 1.5 (UVC): 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. - 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 - `WebUSB <https://github.com/WICG/webusb>`__ with vendor-specific class