<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host/usbh.c, branch 0.16.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/host/usbh.c?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host/usbh.c?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-11-24T11:21:24Z</updated>
<entry>
<title>add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb()</title>
<updated>2023-11-24T11:21:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-24T11:21:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=188fbd8ed9b5e0f5cc3ddb5e89f7afd421fc7c06'/>
<id>urn:sha1:188fbd8ed9b5e0f5cc3ddb5e89f7afd421fc7c06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add optional hooks for DCD and HCD events</title>
<updated>2023-11-23T03:42:51Z</updated>
<author>
<name>Angus Gratton</name>
<email>angus@redyak.com.au</email>
</author>
<published>2023-11-01T04:45:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=68894398af9e8a096c700b7a4e8c127e53a2d6bc'/>
<id>urn:sha1:68894398af9e8a096c700b7a4e8c127e53a2d6bc</id>
<content type='text'>
These are intended to allow bare metal platforms with one-shot scheduling
capabilities to schedule the TinyUSB task handlers whenever they know there is
work for them to do.

Signed-off-by: Angus Gratton &lt;angus@redyak.com.au&gt;
</content>
</entry>
<entry>
<title>fix -Werror=null-dereference warning</title>
<updated>2023-11-03T15:34:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-03T15:34:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9377fd6901dd9c7b5361a9ce5c01a99cc6761750'/>
<id>urn:sha1:9377fd6901dd9c7b5361a9ce5c01a99cc6761750</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix race condition when dev0 is removed while enumerating</title>
<updated>2023-11-03T15:22:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-03T15:22:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4b9320e40ea65ca023925d0a644b116b7066e06f'/>
<id>urn:sha1:4b9320e40ea65ca023925d0a644b116b7066e06f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix esp32 msc example</title>
<updated>2023-09-28T03:56:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-28T03:56:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=277852afc1798f2acdb61917984e76b4bafa699e'/>
<id>urn:sha1:277852afc1798f2acdb61917984e76b4bafa699e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tested cdc_msc_hid_freertos with samd51</title>
<updated>2023-09-26T12:09:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-26T12:09:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f6ca86c3ddeaec18f52b15f1065a5c9eea210c00'/>
<id>urn:sha1:f6ca86c3ddeaec18f52b15f1065a5c9eea210c00</id>
<content type='text'>
add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
</content>
</entry>
<entry>
<title>adding host/cdc_msc_hid_freertos example</title>
<updated>2023-09-25T09:53:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-25T09:53:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a7c136c03f0c4a057f8b49c10ed9cddcecf52879'/>
<id>urn:sha1:a7c136c03f0c4a057f8b49c10ed9cddcecf52879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- wrap up hcd max3421, work well with nrf52840</title>
<updated>2023-09-07T05:38:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-07T05:38:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=21ab40bab2e2fee28fa595f648a17944696c3d65'/>
<id>urn:sha1:21ab40bab2e2fee28fa595f648a17944696c3d65</id>
<content type='text'>
- also add usbh_defer_func()
</content>
</entry>
<entry>
<title>minor debug clean up</title>
<updated>2023-09-06T10:11:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-06T10:11:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b9108ea0dc237835e801d26cc7eef052acad987'/>
<id>urn:sha1:1b9108ea0dc237835e801d26cc7eef052acad987</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve connection &amp; disconnection detection. But there is still issue when CONDETIRQ occurs but we are disabled interrupt (for osal queue access).</title>
<updated>2023-08-31T09:52:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-31T09:52:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3b7d5aa0421f3d3a7ac199de0138dc40141fbddd'/>
<id>urn:sha1:3b7d5aa0421f3d3a7ac199de0138dc40141fbddd</id>
<content type='text'>
</content>
</entry>
</feed>
