<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device, 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/device?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-11-24T12:09:34Z</updated>
<entry>
<title>minor doc</title>
<updated>2023-11-24T12:09:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-24T04:38:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=426f791e7af6c8d53c828ecab37848ac833965ea'/>
<id>urn:sha1:426f791e7af6c8d53c828ecab37848ac833965ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2303 from projectgus/feature/isr_event_hook</title>
<updated>2023-11-24T11:39:29Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-24T11:39:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=02017a81e90a143076fe51f853b2e5d1f373cc92'/>
<id>urn:sha1:02017a81e90a143076fe51f853b2e5d1f373cc92</id>
<content type='text'>
Add optional hooks for DCD and HCD events</content>
</entry>
<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>rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT to tusb_option.h and mandatory for BTH driver</title>
<updated>2023-11-24T09:08:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-24T09:08:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6e5c7f43906bac8ab47642e56c153297b83f3679'/>
<id>urn:sha1:6e5c7f43906bac8ab47642e56c153297b83f3679</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>Update audio_4_channel_mic example for HS device.</title>
<updated>2023-10-24T20:14:24Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2023-10-24T20:14:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2d802e03e9a86ff3306398f1db59b8218f625c7f'/>
<id>urn:sha1:2d802e03e9a86ff3306398f1db59b8218f625c7f</id>
<content type='text'>
</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>- update nrf52 bsp for cmake</title>
<updated>2023-08-18T05:48:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-18T05:48:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9257a0f562a1cb939a902e7c41de5032b0f7de19'/>
<id>urn:sha1:9257a0f562a1cb939a902e7c41de5032b0f7de19</id>
<content type='text'>
- add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled
- add hcd_template.c
</content>
</entry>
<entry>
<title>more minor clean up</title>
<updated>2023-08-15T15:54:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-15T15:51:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b33a315365184a74a8b5bbce5fdbdfc4dfe6f69'/>
<id>urn:sha1:1b33a315365184a74a8b5bbce5fdbdfc4dfe6f69</id>
<content type='text'>
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
</content>
</entry>
<entry>
<title>Correcting comments</title>
<updated>2023-08-07T19:25:50Z</updated>
<author>
<name>Rocky04</name>
<email>rockerfaeller04@gmx.de</email>
</author>
<published>2023-08-07T19:25:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9602c06f8d52212b55b02533e188e91b7192c080'/>
<id>urn:sha1:9602c06f8d52212b55b02533e188e91b7192c080</id>
<content type='text'>
</content>
</entry>
</feed>
