<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common/tusb_common.h, 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/src/common/tusb_common.h?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_common.h?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-11-28T08:56:47Z</updated>
<entry>
<title>made change per reviews, remove dcd_edpt_close(), rename and move thing around</title>
<updated>2024-11-28T08:56:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-28T08:56:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7f61a5a43b4637afc323f6e63cc59330f1b1e5a6'/>
<id>urn:sha1:7f61a5a43b4637afc323f6e63cc59330f1b1e5a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use TUD_EPBUF_DEF to declare buffer memory for midi</title>
<updated>2024-11-21T12:36:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-21T12:18:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=85e54b0fc3b53e3a690698bc5cf85581e6eaa69d'/>
<id>urn:sha1:85e54b0fc3b53e3a690698bc5cf85581e6eaa69d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make sure usb buffer occupies whole cache line when DCACHE is enabled for msc,cdc,hid</title>
<updated>2024-11-21T03:22:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-21T03:15:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fa523a5682d8dc91cc1c7a63475623743e37ac83'/>
<id>urn:sha1:fa523a5682d8dc91cc1c7a63475623743e37ac83</id>
<content type='text'>
HIL enable device DMA for p4
</content>
</entry>
<entry>
<title>more progress on dwc2 hcd, initial code for edpt xfer</title>
<updated>2024-10-24T17:20:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-24T17:20:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=063661e3a32429e2d5f74c097da72aa3679cc889'/>
<id>urn:sha1:063661e3a32429e2d5f74c097da72aa3679cc889</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>- clang h743 build and run cdc_msc ok</title>
<updated>2024-04-19T16:16:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-17T13:06:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3442a87d5b52112a8bc4672322d488703e4ee23e'/>
<id>urn:sha1:3442a87d5b52112a8bc4672322d488703e4ee23e</id>
<content type='text'>
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
</content>
</entry>
<entry>
<title>fix conflict of BIT() macro</title>
<updated>2024-01-15T12:02:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-15T11:42:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f2901e8b12258c953e3c338897f188c98b5eaed'/>
<id>urn:sha1:1f2901e8b12258c953e3c338897f188c98b5eaed</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>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 to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and USB.2</title>
<updated>2023-08-09T05:47:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-08T14:59:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b8b01c10758043d318716569e693912f3e02c75b'/>
<id>urn:sha1:b8b01c10758043d318716569e693912f3e02c75b</id>
<content type='text'>
msc is mounted, but device couldn't work reliably and got constant reset
due to other errata probably.
</content>
</entry>
</feed>
