This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from f2ee1c5 boards/sim/sim/sim/scripts/Make.defs: undefine more platform
macro
new 021a58d usbdev: Add board unique serial string support
new 13d3527 boards: cxd56xx: Add board serial string for usb devices
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:
boards/Kconfig | 4 ++
boards/arm/cxd56xx/common/src/Make.defs | 4 ++
.../src/{cxd56_uid.c => cxd56_usbdevserialstr.c} | 26 +++++++----
drivers/usbdev/Kconfig | 52 ++++++++++++++++++++++
drivers/usbdev/adb.c | 8 ++++
drivers/usbdev/cdcacm_desc.c | 8 ++++
drivers/usbdev/cdcecm.c | 8 ++++
drivers/usbdev/composite.c | 2 +
drivers/usbdev/composite_desc.c | 8 ++++
drivers/usbdev/pl2303.c | 8 ++++
drivers/usbdev/rndis.c | 8 ++++
drivers/usbdev/usbmsc.h | 6 +++
drivers/usbdev/usbmsc_desc.c | 10 +++++
drivers/usbdev/usbmsc_scsi.c | 6 ++-
include/nuttx/board.h | 17 +++++++
15 files changed, 164 insertions(+), 11 deletions(-)
copy boards/arm/cxd56xx/common/src/{cxd56_uid.c => cxd56_usbdevserialstr.c}
(75%)