This is an automated email from the ASF dual-hosted git repository.

archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from d55e0cce9c Documentation: Add documentation about sim:alsa defconfig
     new fe6b0619f9 usbdev: Use composite devices as universal devices
     new f52f04e131 composite: return ok when host send a duplicate setconfig 
message
     new 419207d23d adb: Use composite devices as universal devices
     new 98fba71998 usbadb: add usbadb boardctl

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:
 boards/boardctl.c                    |  34 +++
 boards/sim/sim/sim/src/sim_bringup.c |   4 +-
 drivers/usbdev/Make.defs             |   5 +-
 drivers/usbdev/adb.c                 | 454 +++++++++++------------------------
 drivers/usbdev/composite.c           |  32 ++-
 drivers/usbdev/composite.h           |  91 +------
 drivers/usbdev/composite_desc.c      |  79 ++++++
 include/nuttx/usb/adb.h              |  14 +-
 include/nuttx/usb/composite.h        |   3 -
 include/nuttx/usb/usbdev.h           |   4 +-
 include/sys/boardctl.h               |   3 +
 11 files changed, 308 insertions(+), 415 deletions(-)

Reply via email to