<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host, 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?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host?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>improve esp32 ci, build esp32 with -DDMAX3421_HOST=1 for max3421 testing</title>
<updated>2023-09-28T09:15:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-28T09:15:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8348631bf538e2aa0a433ed6e7df9e42bb39bdd5'/>
<id>urn:sha1:8348631bf538e2aa0a433ed6e7df9e42bb39bdd5</id>
<content type='text'>
revert change in hcd.h
</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>Merge branch 'master' into add-max3421-esp32</title>
<updated>2023-09-27T10:52:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-27T10:52:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=76c43a5bdc5394b1d4f5d8ce13968e31fe2b40fc'/>
<id>urn:sha1:76c43a5bdc5394b1d4f5d8ce13968e31fe2b40fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change hcd_int_handler(rhport, in_isr) signature: add in_isr</title>
<updated>2023-09-27T08:51:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-27T08:51:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee'/>
<id>urn:sha1:3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee</id>
<content type='text'>
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
</content>
</entry>
<entry>
<title>update max3421 to have hcd_int_handler_ext()</title>
<updated>2023-09-27T04:30:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-27T04:30:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2f6592de7f94851cfcca411242398c5da7b792de'/>
<id>urn:sha1:2f6592de7f94851cfcca411242398c5da7b792de</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>
</feed>
