You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/07/31 07:37:32 UTC

[incubator-nuttx] branch master updated (8f39b20 -> 15be5e5)

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 8f39b20  net/usrsock: Fix recv() couldn't peek data
     add 8fec8cc  boards: cxd56_imageproc.c: Add RGB565 -> YUV422 converter
     add f1f0378  boards: cxd56_imageproc.c: Add alpha blend API
     add 28ba7f4  boards: cxd56xx: Fix bugs about ON/OFF control of AWB and AE
     add 45e9c2c  drivers/video: Add 3A parameter control
     add 3befe16  drivers/video: Support JPEG format in VIDEO_CAPTURE
     add 15be5e5  drivers/video: Store device operations table

No new revisions were added by this update.

Summary of changes:
 boards/arm/cxd56xx/common/src/cxd56_imageproc.c    | 395 +++++++++++++++++++--
 boards/arm/cxd56xx/drivers/camera/isx012.c         | 299 ++++++++++++----
 .../cxd56xx/spresense/include/cxd56_imageproc.h    |  79 +++++
 drivers/video/video.c                              |  12 +-
 include/nuttx/video/isx012_reg.h                   |  17 +-
 include/nuttx/video/video_controls.h               |  13 +-
 6 files changed, 696 insertions(+), 119 deletions(-)