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 2023/01/31 07:04:45 UTC

[nuttx] branch master updated (372fee9412 -> 55679aec5f)

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/nuttx.git


    from 372fee9412 Added SocketCAN driver implementation to the tiva chip, modified the EK-TC1294XL launchpad board to use the new SocketCAN API
     add 55679aec5f drivers/camera: Support the private data for imgsensor and imgdata

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/cxd56xx/cxd56_cisif.c | 131 ++++---
 arch/sim/src/sim/sim_video.c       | 209 +++++-----
 drivers/video/isx012.c             | 139 +++----
 drivers/video/isx019.c             | 766 ++++++++++++++++++++-----------------
 drivers/video/video.c              | 213 ++++-------
 include/nuttx/video/imgdata.h      |  45 ++-
 include/nuttx/video/imgsensor.h    |  75 +++-
 7 files changed, 857 insertions(+), 721 deletions(-)