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 5d09b4cbd0 libc/rand_r: support rand_r api
new 96ea877490 drivers/video: video ioctrl api support multi instance
new 52859fe10f drivers/video: add unlink api to release driver private
data after supporing multi instance
new 56be0ab050 drivers/video: add capture arg to support multi instance
new 326cf2bf88 drivers/video: add new video driver register api to support
multi instance
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:
arch/arm/src/cxd56xx/cxd56_cisif.c | 22 +-
arch/sim/src/sim/sim_camera.c | 10 +-
boards/sim/sim/sim/src/sim_bringup.c | 3 +-
drivers/video/video.c | 883 +++++++++++++++++++----------------
include/nuttx/video/imgdata.h | 10 +-
include/nuttx/video/video.h | 31 +-
include/nuttx/video/video_controls.h | 3 +-
7 files changed, 530 insertions(+), 432 deletions(-)