<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/video_capture_2ch, 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_2ch?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/video_capture_2ch?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>skip some examples for mcxa15</title>
<updated>2024-09-30T15:13:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-09-30T15:13:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fa44923de1d43e4fd429563e609d59fe19f92107'/>
<id>urn:sha1:fa44923de1d43e4fd429563e609d59fe19f92107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ci skip example for ch32v1</title>
<updated>2024-06-14T09:16:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-14T09:16:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f32851cf2ae6ec7aa3b39150c3f0f96d65af9b3a'/>
<id>urn:sha1:f32851cf2ae6ec7aa3b39150c3f0f96d65af9b3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change default risv-gcc to riscv-none-elf- and add _zicsr extension</title>
<updated>2024-05-16T12:18:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-15T13:13:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2a67ce773dcd68f7f8c4c07fce2e6e4f7947e03d'/>
<id>urn:sha1:2a67ce773dcd68f7f8c4c07fce2e6e4f7947e03d</id>
<content type='text'>
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM
update to use openocd with wlinke adapter
</content>
</entry>
<entry>
<title>More ci tweak (#2636)</title>
<updated>2024-05-10T11:55:43Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-10T11:55:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3e2ea7750681b27238043c7158ff5508f01914a3'/>
<id>urn:sha1:3e2ea7750681b27238043c7158ff5508f01914a3</id>
<content type='text'>
* change concurrency group to ${{ github.workflow }}-${{ github.ref }}
* use argparse for build.py hil_test.py, remove the need to install click
* move ci win/mac to build_cmake.yml
* rename build_family.yml to build_util.yml
* build_util.yml support esp32
* integrate build-espressif into build.yml
* build.py support make with --board option
* add get_deps action
* update hil test to reuse action</content>
</entry>
<entry>
<title>Fix CI.</title>
<updated>2024-04-27T23:17:32Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-04-27T22:40:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ef7be4c2ffa0061aec2ea32f530a4037f7309f1e'/>
<id>urn:sha1:ef7be4c2ffa0061aec2ea32f530a4037f7309f1e</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>
</feed>
