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/incubator-nuttx.git
from c7823f7914 arch/xtensa/xtensa_sigdeliver.c: Remove old code that was
preventing jumping back to the assembly signal trampoline and getting into its
infinite loop.
new 72f399e052 drivers: video: add isx019 camera sensor
new 3366f1fb35 boards: spresense: defconfig: enable ISX019 camera driver
The 2 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:
boards/arm/cxd56xx/common/src/Make.defs | 4 +
.../common/src/{cxd56_isx012.c => cxd56_isx019.c} | 101 +-
.../arm/cxd56xx/spresense/configs/camera/defconfig | 1 +
.../spresense/configs/example_camera/defconfig | 1 +
boards/arm/cxd56xx/spresense/include/board.h | 7 +-
.../arm/cxd56xx/spresense/include/cxd56_isx019.h | 77 +-
boards/arm/cxd56xx/spresense/src/cxd56_bringup.c | 12 +-
drivers/video/Kconfig | 35 +
drivers/video/Make.defs | 4 +
drivers/video/isx019.c | 3249 ++++++++++++++++++++
drivers/video/isx019_range.h | 133 +
drivers/video/isx019_reg.h | 408 +++
.../nuttx/{timers/arch_timer.h => video/isx019.h} | 31 +-
13 files changed, 3955 insertions(+), 108 deletions(-)
copy boards/arm/cxd56xx/common/src/{cxd56_isx012.c => cxd56_isx019.c} (66%)
copy arch/arm/src/samv7/sam_eefc.h =>
boards/arm/cxd56xx/spresense/include/cxd56_isx019.h (73%)
create mode 100644 drivers/video/isx019.c
create mode 100644 drivers/video/isx019_range.h
create mode 100644 drivers/video/isx019_reg.h
copy include/nuttx/{timers/arch_timer.h => video/isx019.h} (78%)