Uvcl will allows you to easily add Usb Uvc support to your N6 application. It has a very simple API and can be configured at compile time
- Use either USBX or STM32_USBD usb stack
- Can be use either with threadx, freertos or without any rtos
- Can use usb dma engine or not
- Support various payloads type
None
- Documentation updates
- Add support to expose multiple payload/resolution/frame rate
- Update release notes format
- Fix HAL_PCD_MspInit() typical implementation.
- Add FREERTOS support
- Add more payloads type (UVCL_PAYLOAD_FB_JPEG and UVCL_PAYLOAD_FB_GREY_D3DFMT_L8)
- Remove SOF usage for USBX in standalone mode
- Fix wrong dwMaxVideoFrameSize value in descriptor for USBX
Initial release