<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/video_capture/src, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/video_capture/src?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/video_capture/src?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-10-15T10:55:24Z</updated>
<entry>
<title>move core init code to dwc2 common. update/correct build for esppressif</title>
<updated>2024-10-15T10:55:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-15T10:55:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4012e150757b517620465d93a22b0787c6400c5d'/>
<id>urn:sha1:4012e150757b517620465d93a22b0787c6400c5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent</title>
<updated>2024-10-14T11:27:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-14T11:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f18be93db39dbc57bbf34f982dbe07e209a2ae3'/>
<id>urn:sha1:1f18be93db39dbc57bbf34f982dbe07e209a2ae3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change tusb_init(), tusb_rhport_init() to use init struct for expandability</title>
<updated>2024-10-11T06:41:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-11T05:58:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=92602b9de3675c2d3e240bcd0838082e1a07b13b'/>
<id>urn:sha1:92602b9de3675c2d3e240bcd0838082e1a07b13b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add new tusb_int_handler(rhport, in_isr) as common irq handler</title>
<updated>2024-10-10T09:28:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-10T09:22:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=57aac432b52df6d284c98daf591e661d1c55aa05'/>
<id>urn:sha1:57aac432b52df6d284c98daf591e661d1c55aa05</id>
<content type='text'>
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
</content>
</entry>
<entry>
<title>rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY</title>
<updated>2024-08-19T12:05:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-19T12:05:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=088486186f514578a02d6b6c7f39e0ad74f56118'/>
<id>urn:sha1:088486186f514578a02d6b6c7f39e0ad74f56118</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding support for esp32 for use with max3421e host</title>
<updated>2024-04-25T13:23:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-25T13:23:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2e995d7cf4b2971e3ca7167a097b99832c8d61ce'/>
<id>urn:sha1:2e995d7cf4b2971e3ca7167a097b99832c8d61ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update uvc 2ch to stream0 use yuy2, stream1 use mpeg</title>
<updated>2024-04-04T17:55:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-04T17:55:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=34737f9c6061fdb05dfa3a9c4ddaf5f129b415d6'/>
<id>urn:sha1:34737f9c6061fdb05dfa3a9c4ddaf5f129b415d6</id>
<content type='text'>
this help reduce sram requirement for example, also provide different format (uncompressed &amp; mpeg)
</content>
</entry>
<entry>
<title>Merge pull request #2428 from YixingShen/master</title>
<updated>2024-01-30T03:00:26Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-30T03:00:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7a92038bc4ccd668dd1f8a6f322228dfe60dd115'/>
<id>urn:sha1:7a92038bc4ccd668dd1f8a6f322228dfe60dd115</id>
<content type='text'>
update video_capture </content>
</entry>
<entry>
<title>add freertos build support for video_capture example</title>
<updated>2024-01-29T16:23:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-29T16:23:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=55950656cbee915662a9a33477ddd549489ffcf0'/>
<id>urn:sha1:55950656cbee915662a9a33477ddd549489ffcf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove the use of descriptor template for video capture example</title>
<updated>2024-01-29T11:02:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-29T11:02:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d52909ec5caae5413758eeb169e68c82c7588f3d'/>
<id>urn:sha1:d52909ec5caae5413758eeb169e68c82c7588f3d</id>
<content type='text'>
</content>
</entry>
</feed>
