This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 20ef084 Fix the indentation and spacing that don't conform to the
coding standard.
new 560ba3a usbhost: adds a driver for the FTDI FT232R USB to serial
converter
new 5a9f792 nxstyle fixes
The 2 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:
drivers/usbhost/Kconfig | 92 ++
drivers/usbhost/Make.defs | 4 +
.../usbhost/{usbhost_cdcacm.c => usbhost_ft232r.c} | 1161 +++++++++-----------
include/nuttx/usb/usbhost.h | 157 +--
4 files changed, 714 insertions(+), 700 deletions(-)
copy drivers/usbhost/{usbhost_cdcacm.c => usbhost_ft232r.c} (72%)