<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/dcd.h, branch 0.12.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device/dcd.h?h=0.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/dcd.h?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-10-14T20:23:26Z</updated>
<entry>
<title>More warning cleanup</title>
<updated>2021-10-14T20:23:26Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-10-14T20:20:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=06d955538988c3859bf6c5428a38bd8311069ed9'/>
<id>urn:sha1:06d955538988c3859bf6c5428a38bd8311069ed9</id>
<content type='text'>
 - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them
 - fix compiler warnings in rp2040 port
 - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself
</content>
</entry>
<entry>
<title>rp2040 correct ep set/clear stall</title>
<updated>2021-09-01T09:52:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-01T09:52:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fc889ece74626f49a08898039102f0a9bf2b85a1'/>
<id>urn:sha1:fc889ece74626f49a08898039102f0a9bf2b85a1</id>
<content type='text'>
- stall will remove pending (not complete) transfer. Correct reset data
toggle when clear stall.
- remove buf ctrl debug code
</content>
</entry>
<entry>
<title>add dcd_edpt_close_all() for clear existing configured state</title>
<updated>2021-08-26T10:07:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-26T10:02:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=71e77e47fa6056937bfcd1a883a66e2bc0b622b2'/>
<id>urn:sha1:71e77e47fa6056937bfcd1a883a66e2bc0b622b2</id>
<content type='text'>
correctly responded to TD 9.13 Set Configuration Test
</content>
</entry>
<entry>
<title>simplify hw_endpoint_init()</title>
<updated>2021-08-11T17:11:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-11T17:11:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=88d4cb402d5db6cb88ffa0aecb78fccfe3ab0afd'/>
<id>urn:sha1:88d4cb402d5db6cb88ffa0aecb78fccfe3ab0afd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ci</title>
<updated>2021-07-21T17:12:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-21T10:00:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=37cac414f83fb939d8b9e4c41d5fa49a6f0e309e'/>
<id>urn:sha1:37cac414f83fb939d8b9e4c41d5fa49a6f0e309e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add dcd_attr for DCD_ATTR_ENDPOINT_MAX</title>
<updated>2021-07-21T17:12:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-21T06:21:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a226dbaa4d1df9e5258e7f4dfacdc76906b08084'/>
<id>urn:sha1:a226dbaa4d1df9e5258e7f4dfacdc76906b08084</id>
<content type='text'>
could be useful with more dcd specific attribute
</content>
</entry>
<entry>
<title>implement usbh_edpt_busy (WIP), remove hcd_edpt_busy</title>
<updated>2021-06-10T10:19:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-06-10T10:19:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c7f51cde40afbefe3f1d57b9dbdaaca0abed424e'/>
<id>urn:sha1:c7f51cde40afbefe3f1d57b9dbdaaca0abed424e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include clean up</title>
<updated>2021-05-27T10:40:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-27T10:40:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9736e54734a85c03d9055c24414e23f112a67968'/>
<id>urn:sha1:9736e54734a85c03d9055c24414e23f112a67968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2021-05-23T13:14:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-23T13:14:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4f033321189eb572c870d08281dd06e044c7597e'/>
<id>urn:sha1:4f033321189eb572c870d08281dd06e044c7597e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ci build with rp2040</title>
<updated>2021-03-10T10:58:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-10T10:58:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a397353916db36d925f5aec654fc66d5ca09f427'/>
<id>urn:sha1:a397353916db36d925f5aec654fc66d5ca09f427</id>
<content type='text'>
</content>
</entry>
</feed>
