This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7e0f282718c fs/vfs: allow NULL iov_base in KERNEL build with
zero-based text
new 761c17f1e0c drivers/usbhost/usbhost_enumerate.c: Allow selecting USB
configuration
new 9b18160893b drivers/usbhost/usbhost_cdcecm.c: Added support for Host
CDC-ECM
new fe67544d5f0 drivers/usbhost/usbhost_cdcecm.c: Converted CDC-ECM to
lower half
new 0b0769f8d97 arch/arm/src/stm32h5/stm32_usbdrdhost.c: Disable host
channel when freed
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../components/drivers/special/usbhost.rst | 34 +
.../arm/stm32h5/boards/nucleo-h563zi/index.rst | 69 +
arch/arm/src/stm32h5/hardware/stm32_usbfs.h | 2 +-
arch/arm/src/stm32h5/stm32_usbdrdhost.c | 32 +-
.../configs/{usbmsc => nshusbnet}/defconfig | 23 +-
boards/arm/stm32h5/nucleo-h563zi/src/stm32_usb.c | 36 +-
drivers/usbhost/CMakeLists.txt | 4 +
drivers/usbhost/Kconfig | 30 +
drivers/usbhost/Make.defs | 4 +
.../{usbhost_cdcmbim.c => usbhost_cdcecm.c} | 1713 +++++++-------------
drivers/usbhost/usbhost_enumerate.c | 30 +-
include/nuttx/board.h | 30 +
include/nuttx/usb/usbhost.h | 22 +-
13 files changed, 903 insertions(+), 1126 deletions(-)
copy boards/arm/stm32h5/nucleo-h563zi/configs/{usbmsc => nshusbnet}/defconfig
(75%)
copy drivers/usbhost/{usbhost_cdcmbim.c => usbhost_cdcecm.c} (55%)