<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd_pvt.h, branch 0.14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_pvt.h?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_pvt.h?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-06-09T18:45:48Z</updated>
<entry>
<title>revert sof_isr driver rename since it cause issue with existing code</title>
<updated>2022-06-09T18:45:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-09T18:45:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8451d05c50928b9aa370414f25a0e991cd4ecef3'/>
<id>urn:sha1:8451d05c50928b9aa370414f25a0e991cd4ecef3</id>
<content type='text'>
also removed commented tud_sof_isr_set() API
</content>
</entry>
<entry>
<title>rhport argument in usbd_ API() is not used (always use the initialized port)</title>
<updated>2022-06-02T09:51:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-02T09:51:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8b9cf152a0dedda573fb3374d8c873dce4b883d1'/>
<id>urn:sha1:8b9cf152a0dedda573fb3374d8c873dce4b883d1</id>
<content type='text'>
remove the usage of TUD_OPT_RHPORT in class driver
</content>
</entry>
<entry>
<title>clean up and comment out tud_sof_isr_set</title>
<updated>2022-03-29T09:53:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-29T09:53:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=65b6b79e9954c4b8edceea040aba1a8fd80e975c'/>
<id>urn:sha1:65b6b79e9954c4b8edceea040aba1a8fd80e975c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isr</title>
<updated>2022-03-14T19:40:57Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2022-03-14T19:40:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=26339e694f09534502e16e1f83997de36c6e4215'/>
<id>urn:sha1:26339e694f09534502e16e1f83997de36c6e4215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add SOF callback function for feedback value determination in uac - wip!</title>
<updated>2022-03-14T19:40:33Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2022-03-14T19:40:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f212899b54740479eff225d89432d88f0a14f17e'/>
<id>urn:sha1:f212899b54740479eff225d89432d88f0a14f17e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor and integrate usbh control xfer back to usbh.c</title>
<updated>2022-03-10T15:22:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-10T15:22:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=171d021ab56960f8d7e222faa263168ead0f9d6a'/>
<id>urn:sha1:171d021ab56960f8d7e222faa263168ead0f9d6a</id>
<content type='text'>
fix enumeration with hub when reset port before set address
</content>
</entry>
<entry>
<title>improve rphort management for usbd</title>
<updated>2022-02-25T11:35:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-23T11:42:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4a5a53b3b88fcd2f5ec7f1f94eb07c27cb1e9bec'/>
<id>urn:sha1:4a5a53b3b88fcd2f5ec7f1f94eb07c27cb1e9bec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove set/clear busy flag in set/clear stall since they are different status</title>
<updated>2021-08-31T10:39:54Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-31T10:39:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d047b28aa262f253b758b82bc32fed55eb59d213'/>
<id>urn:sha1:d047b28aa262f253b758b82bc32fed55eb59d213</id>
<content type='text'>
note: dcd should resume to prio-stalled queued transfer when unstall
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2021-06-11T20:36:17Z</updated>
<author>
<name>Wini-Buh</name>
<email>info@winformatik.ch</email>
</author>
<published>2021-06-11T20:36:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=60d8ecbfe617b0f398f90c3fede9a9488f4da407'/>
<id>urn:sha1:60d8ecbfe617b0f398f90c3fede9a9488f4da407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>weak atrribute work around removed from CCRX_Port</title>
<updated>2021-06-11T20:25:36Z</updated>
<author>
<name>Wini-Buh</name>
<email>info@winformatik.ch</email>
</author>
<published>2021-06-11T20:25:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1c23462b43f47685cf0051568f4bfea5de37d563'/>
<id>urn:sha1:1c23462b43f47685cf0051568f4bfea5de37d563</id>
<content type='text'>
</content>
</entry>
</feed>
