| Age | Commit message (Collapse) | Author |
|
Corrects VIDEO_STACK_SZIE to VIDEO_STACK_SIZE.
|
|
|
|
Signed-off-by: Mengsk <[email protected]>
|
|
|
|
|
|
structure in order to meet coding guideliness
|
|
e.g. nanoCH32V305 board with the following settings:
- tusb_config.h
- #define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 1024
- #define CFG_TUD_VIDEO_STREAMING_BULK 1
- #define CFG_EXAMPLE_VIDEO_DISABLE_MJPEG
- #define CFG_EXAMPLE_VIDEO_BUFFERLESS
and
- usb_descriptor.h
- #define FRAME_RATE 60
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
consistent
|
|
|
|
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
|
|
|
|
update video_capture
|
|
|
|
|
|
|
|
|
|
|
|
CFG_EXAMPLE_VIDEO_DISABLE_MJPG to CFG_EXAMPLE_VIDEO_DISABLE_MJPEG
|
|
Invoke unmounted state on configuration reset
|
|
|
|
|
|
|
|
add BOARD_UPPERCASE for board detection
|
|
|
|
temporarily disable codespell
|
|
|
|
|
|
IAR generates warning Pe111 'statement is unreachable'. In a couple of
cases, replace return statements with TU_ATTR_FALLTHROUGH; because some
compilers apparently can't figure out that the return statements are
unreachable but do whinge about an imagined fall-through without them!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|