hathach 4 лет назад
Родитель
Сommit
6fd62c8902
2 измененных файлов с 14 добавлено и 11 удалено
  1. 13 10
      CONTRIBUTORS.rst
  2. 1 1
      README.rst

+ 13 - 10
CONTRIBUTORS.rst

@@ -31,6 +31,12 @@ Notable contributors
 -  Improve ESP32s2 DCD
 -  Improve ESP32s2 DCD
 
 
 
 
+`Jacob Berg Potter <https://github.com/j4cbo>`__
+------------------------------------------------
+
+-  Add new class driver for network CDC-NCM
+
+
 `Jan Dümpelmann <https://github.com/duempel>`__
 `Jan Dümpelmann <https://github.com/duempel>`__
 -----------------------------------------------
 -----------------------------------------------
 
 
@@ -93,9 +99,9 @@ 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 *net\_lwip\_webserver* example for demonstration of usbnet with
-   lwip
+-  Add new class driver for network RNDIS, CDC-ECM
+-  Enhance NCM network driver to compatible with RNDIS/ECM
+-  Add *net\_lwip\_webserver* example for demonstration of usbnet with 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 +124,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
-   address support
--  Add new DCD/USBD edpt\_xfer\_fifo() API for optimizing endpoint
-   transfer
+-  Rework tu\_fifo with unmasked pointer, add DMA support, and constant address support
+-  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 +134,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
-   (MIDI)
+-  Add new class driver for Musical Instrument Digital Interface (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 +181,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

+ 1 - 1
README.rst

@@ -65,7 +65,7 @@ Supports multiple device configurations by dynamically changing USB descriptors,
 -  Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
 -  Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
 -  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, Ethernet Control Model (ECM), Network Control Model (NCM)
 -  USB Test and Measurement Class (USBTMC)
 -  USB Test and Measurement Class (USBTMC)
 -  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