You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/03/06 14:59:05 UTC

[incubator-nuttx] branch master updated (45a8edd -> 94a73a8)

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 45a8edd  nxstyle: Output line numbers when complaining on block comments length
     add 34f274f  cxd56: move ISX012 camera sensor driver
     add 94a73a8  cxd56: add configuration for SPECIFIC_DRIVERS

No new revisions were added by this update.

Summary of changes:
 boards/arm/cxd56xx/drivers/Kconfig                 |  9 +++++
 boards/arm/cxd56xx/drivers/Make.defs               |  1 +
 .../arm/cxd56xx/drivers/camera}/Kconfig            |  5 +--
 .../arm/cxd56xx/drivers/camera/Make.defs           | 22 +++++-------
 .../arm/cxd56xx/drivers/camera}/isx012.c           | 41 +++++++---------------
 boards/arm/cxd56xx/drivers/sensors/Kconfig         |  1 -
 drivers/video/Kconfig                              |  5 ---
 drivers/video/Make.defs                            |  4 ---
 8 files changed, 35 insertions(+), 53 deletions(-)
 copy {libs/libnx/nxglib => boards/arm/cxd56xx/drivers/camera}/Kconfig (70%)
 copy include/sys/file.h => boards/arm/cxd56xx/drivers/camera/Make.defs (71%)
 rename {drivers/video => boards/arm/cxd56xx/drivers/camera}/isx012.c (98%)