From a9b1940c9547834149bcb086a1805688a3d56281 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Aug 2018 10:46:44 -0600 Subject: [PATCH] Documentation/NuttX.html: Add note about CDC/ECM --- Documentation/NuttX.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2c008b92f5..c945913f69 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 12, 2018

+

Last Updated: August 16, 2018

@@ -1089,7 +1089,7 @@

-

  • Device-dependent USB class drivers available for USB serial (CDC/ACM and a PL2303 emulation), for USB mass storage, for RNDIS networking, and for a dynamically configurable, composite USB devices.
  • +
  • Device-dependent USB class drivers available for USB serial (CDC/ACM and a PL2303 emulation), for USB mass storage, for USB networking (RNDIS and CDC/ECM), and for a dynamically configurable, composite USB devices.