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

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


    from 3305badbd76 boards/arm/mx8mp: CMake added nutiny-nuc120 board
     new a07a6a00f48 video: add V4L2_PIX_FMT_RGB565X pixel format support
     new fadfa85296d drivers/video: add GC0308 VGA CMOS image sensor driver
     new 370921aebac arch/xtensa/esp32s3: add CAM DVP imgdata driver
     new ebfacd3bb81 boards/lckfb-szpi-esp32s3: add camera defconfig
     new 9e55df4eb3b boards/lckfb-szpi-esp32s3: add gc0308 minimal defconfig

The 5 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:
 .../esp32s3/boards/lckfb-szpi-esp32s3/index.rst    |  51 ++
 arch/xtensa/src/esp32s3/Kconfig                    |  61 ++
 arch/xtensa/src/esp32s3/Make.defs                  |   4 +
 arch/xtensa/src/esp32s3/esp32s3_cam.c              | 808 +++++++++++++++++++
 .../src/esp32s3/esp32s3_cam.h}                     |  23 +-
 .../configs/{lvgl => camera}/defconfig             |  80 +-
 .../configs/{pca9557 => gc0308}/defconfig          |  15 +-
 .../esp32s3/lckfb-szpi-esp32s3/src/Make.defs       |   4 +
 .../esp32s3/lckfb-szpi-esp32s3/src/esp32s3-szpi.h  |   4 +
 .../lckfb-szpi-esp32s3/src/esp32s3_board_camera.c  | 140 ++++
 .../lckfb-szpi-esp32s3/src/esp32s3_bringup.c       |  12 +
 drivers/video/CMakeLists.txt                       |   4 +
 drivers/video/Kconfig                              |   7 +
 drivers/video/Make.defs                            |   4 +
 drivers/video/gc0308.c                             | 891 +++++++++++++++++++++
 drivers/video/v4l2_cap.c                           |  10 +
 .../nrf53_qspi.h => include/nuttx/video/gc0308.h   |  27 +-
 include/nuttx/video/imgdata.h                      |   1 +
 include/nuttx/video/imgsensor.h                    |   1 +
 19 files changed, 2086 insertions(+), 61 deletions(-)
 create mode 100644 arch/xtensa/src/esp32s3/esp32s3_cam.c
 copy arch/{arm64/src/a64/a64_mipi_dphy.h => xtensa/src/esp32s3/esp32s3_cam.h} 
(77%)
 copy boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/{lvgl => 
camera}/defconfig (63%)
 copy boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/{pca9557 => 
gc0308}/defconfig (86%)
 create mode 100644 
boards/xtensa/esp32s3/lckfb-szpi-esp32s3/src/esp32s3_board_camera.c
 create mode 100644 drivers/video/gc0308.c
 copy arch/arm/src/nrf53/nrf53_qspi.h => include/nuttx/video/gc0308.h (70%)

Reply via email to