This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 4c7deedd27c sched/clock: remove return value of
clock_systime_timespec()
add d84bf53085a fs/driver: Add a generic function to find a driver pointer
by filesystem path
add 2435caa9252 drivers/usbdev: Unregister CDCACM by instance number
add f66d4a001cd boards/boardctl: Uninitialize cdcacm by instance number,
not direct pointer
add 1210dc49193 drivers/usbdev/cdcacm: Add a mutex around driver
initialize / uninitialize
No new revisions were added by this update.
Summary of changes:
boards/boardctl.c | 4 +-
drivers/usbdev/cdcacm.c | 74 +++++++++++++++++++++-
fs/driver/CMakeLists.txt | 1 +
fs/driver/Make.defs | 3 +-
.../driver/fs_finddriver.c | 56 ++++++++--------
include/nuttx/fs/fs.h | 16 +++++
include/nuttx/usb/cdcacm.h | 19 ++++++
7 files changed, 134 insertions(+), 39 deletions(-)
copy sched/pthread/pthread_condsignal.c => fs/driver/fs_finddriver.c (68%)