You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2020/06/30 22:53:38 UTC

[incubator-nuttx-apps] branch master updated (8750db6 -> f571af1)

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

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


    from 8750db6  examples: fix nxstyle warning
     add f571af1  Examples: camera: add a simple camera snapshot example

No new revisions were added by this update.

Summary of changes:
 examples/camera/Kconfig                            |  29 +
 examples/{audio_rttl => camera}/Make.defs          |   6 +-
 examples/{bmi160 => camera}/Makefile               |  21 +-
 examples/camera/README.txt                         |  39 ++
 .../camera/camera_fileutil.c                       | 107 ++--
 examples/{igmp/igmp.h => camera/camera_fileutil.h} |  34 +-
 examples/camera/camera_main.c                      | 607 +++++++++++++++++++++
 7 files changed, 774 insertions(+), 69 deletions(-)
 create mode 100644 examples/camera/Kconfig
 copy examples/{audio_rttl => camera}/Make.defs (94%)
 copy examples/{bmi160 => camera}/Makefile (82%)
 create mode 100644 examples/camera/README.txt
 copy netutils/ftpc/ftpc_filesize.c => examples/camera/camera_fileutil.c (61%)
 copy examples/{igmp/igmp.h => camera/camera_fileutil.h} (72%)
 create mode 100644 examples/camera/camera_main.c