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 f8ef8e7bb1b Documentation: add NuttX-12.13.0 release notes
new f92b3d8d794 arch/xtensa/esp32s3: fix CAM DMA race and heap-allocate
descriptors
new 99afb5ee341 drivers/video/gc0308: add YUYV output format support
new 4775b363164 drivers/usbdev: add UVC gadget class driver
new bab7e3e51b1 boards/lckfb-szpi-esp32s3: add UVC camera standalone
defconfig
The 4 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:
.../applications/examples/uvc_cam/index.rst | 72 +
Documentation/components/drivers/special/index.rst | 1 +
Documentation/components/drivers/special/uvc.rst | 127 ++
.../esp32s3/boards/lckfb-szpi-esp32s3/index.rst | 47 +
arch/xtensa/src/esp32s3/esp32s3_cam.c | 136 +-
boards/boardctl.c | 39 +
.../configs/{gc0308 => uvc}/defconfig | 9 +-
drivers/usbdev/CMakeLists.txt | 4 +
drivers/usbdev/Kconfig | 45 +
drivers/usbdev/Make.defs | 4 +
drivers/usbdev/uvc.c | 1665 ++++++++++++++++++++
drivers/video/gc0308.c | 30 +-
include/nuttx/usb/uvc.h | 282 ++++
include/sys/boardctl.h | 3 +
14 files changed, 2403 insertions(+), 61 deletions(-)
create mode 100644 Documentation/applications/examples/uvc_cam/index.rst
create mode 100644 Documentation/components/drivers/special/uvc.rst
copy boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/{gc0308 =>
uvc}/defconfig (92%)
create mode 100644 drivers/usbdev/uvc.c
create mode 100644 include/nuttx/usb/uvc.h