<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tinyusb/common/errors.h, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/common/errors.h?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/common/errors.h?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2014-03-18T11:54:44Z</updated>
<entry>
<title>rename errors.c/h to tusb_errors.c/h</title>
<updated>2014-03-18T11:54:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-18T11:54:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a8ea9e99d526e7597fcd0e7f2b474f2f3d77c43f'/>
<id>urn:sha1:a8ea9e99d526e7597fcd0e7f2b474f2f3d77c43f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix iar warning</title>
<updated>2014-03-12T07:03:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-12T07:01:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8f03dea95a5d8cb4ebd72b0da74cd51365c8d936'/>
<id>urn:sha1:8f03dea95a5d8cb4ebd72b0da74cd51365c8d936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2013-11-21T06:20:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-21T06:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c461c72ac2ddf6f89ba533e98f34bba72f8c1470'/>
<id>urn:sha1:c461c72ac2ddf6f89ba533e98f34bba72f8c1470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add windows driver for cdc</title>
<updated>2013-11-08T05:03:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-08T05:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=15d3a418bd0d109d926ea95c3be1bbc83757734b'/>
<id>urn:sha1:15d3a418bd0d109d926ea95c3be1bbc83757734b</id>
<content type='text'>
add simple echo cdc serial demo
add cdc device send/receive API
refractor descriptor
refractor cdc.h
add usbd driver function
- init
- bus_reset
</content>
</entry>
<entry>
<title>implement msc device class</title>
<updated>2013-11-01T05:11:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-01T05:11:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3a54ad4c0d4e31bf9a13cebb771ccc9e9f4f6449'/>
<id>urn:sha1:3a54ad4c0d4e31bf9a13cebb771ccc9e9f4f6449</id>
<content type='text'>
usbd auto stall control for not supported return from class control request
usbd implement xfer isr callback mechanism
DCD
- implement dcd multiple qtd support
- dcd dcd_pipe_stall
- implement dcd_pipe_queue_xfer
- xfer_complete_isr
- flush control endpoint if received new setup while previous transfer is not complete
change msc_cmd_block_wrapper_t flags field to dir
force full speed for easy testing

NOTEs: somehow unable to get endpoint IN interrupt with ioc
</content>
</entry>
<entry>
<title>implementing sw device stack</title>
<updated>2013-10-29T04:27:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-10-29T04:27:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=357813f1714168746cf20b91ea6e11502003e5c5'/>
<id>urn:sha1:357813f1714168746cf20b91ea6e11502003e5c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up warnings here and there</title>
<updated>2013-10-02T07:20:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-10-02T07:20:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6f9172c15f1c2447549f3004f849261aa580d4f9'/>
<id>urn:sha1:6f9172c15f1c2447549f3004f849261aa580d4f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>able to mount one device on the hub</title>
<updated>2013-09-30T08:16:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-09-30T08:16:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3cc169f2fd3159ecad494eb6223bbed6cc8135d6'/>
<id>urn:sha1:3cc169f2fd3159ecad494eb6223bbed6cc8135d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow a limited model to deal with stalled pipe/transaction</title>
<updated>2013-09-24T11:23:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-09-24T11:23:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bbfa85aa08d19f57f6e1c8bb0040839e38d9a01c'/>
<id>urn:sha1:bbfa85aa08d19f57f6e1c8bb0040839e38d9a01c</id>
<content type='text'>
added stall clear &amp; able to mount the stupid toshiba thumb drive

add HCD pipe API
- bool hcd_pipe_is_busy(pipe_handle_t pipe_hdl);
- bool hcd_pipe_is_stalled(pipe_handle_t pipe_hdl);
- uint8_t hcd_pipe_get_endpoint_addr(pipe_handle_t pipe_hdl);
- tusb_error_t hcd_pipe_clear_stall(pipe_handle_t pipe_hdl);

remove tusbh_device_mount_failed_cb (not neccessary for user)
</content>
</entry>
<entry>
<title>added read capacity 10 with hacking code</title>
<updated>2013-09-22T16:54:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-09-22T16:54:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a8a10e86502617313ced924691a014d94bd54c82'/>
<id>urn:sha1:a8a10e86502617313ced924691a014d94bd54c82</id>
<content type='text'>
</content>
</entry>
</feed>
