<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/msc, branch 0.7.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/msc?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/msc?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-11-01T10:46:46Z</updated>
<entry>
<title>added host set_config driver</title>
<updated>2020-11-01T10:46:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-01T10:46:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e029d6d7263f4a848c5150a567512f3990358b3f'/>
<id>urn:sha1:e029d6d7263f4a848c5150a567512f3990358b3f</id>
<content type='text'>
to resolve control conflict with SET_CONFIGURE for class driver
- open will be called to open endpoint only
- set_config called later to initialized class driver
</content>
</entry>
<entry>
<title>more clean up</title>
<updated>2020-10-13T07:11:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-13T07:00:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623f578a4b9c75b61b1c7a7d0c0c3ff2440e690'/>
<id>urn:sha1:3623f578a4b9c75b61b1c7a7d0c0c3ff2440e690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2020-10-13T06:45:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-13T06:45:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d92d1a03ca2df69856f02c64ae88d805d60ad088'/>
<id>urn:sha1:d92d1a03ca2df69856f02c64ae88d805d60ad088</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / tuh_msc_get_maxlun()</title>
<updated>2020-10-13T06:23:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-13T06:23:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=437ccac6968b9c31446756c49524f7306ef2acd8'/>
<id>urn:sha1:437ccac6968b9c31446756c49524f7306ef2acd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework msc host</title>
<updated>2020-10-12T17:07:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-12T17:07:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9c07a2a4e23e4d82e3cbb28e92bf1234e4a6ce09'/>
<id>urn:sha1:9c07a2a4e23e4d82e3cbb28e92bf1234e4a6ce09</id>
<content type='text'>
- msc host enum is now async
- implement async tuh_msc_scsi_command() / tuh_msc_request_sense() /
tuh_msc_test_unit_ready()
</content>
</entry>
<entry>
<title>change xfer_cb return type from void to bool</title>
<updated>2020-09-06T05:11:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-06T05:11:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b3e81673c0582a07a764981604a560ee3d310ef9'/>
<id>urn:sha1:b3e81673c0582a07a764981604a560ee3d310ef9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>defer xfer_isr to xfer_cb</title>
<updated>2020-09-05T07:41:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-05T07:28:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f7cf8cdf27a016093df65c0de7167685e407d014'/>
<id>urn:sha1:f7cf8cdf27a016093df65c0de7167685e407d014</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix #449 remove obsolete pipehandle from hid host</title>
<updated>2020-09-03T10:07:29Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-03T10:07:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ef651e073409bac1a9793d97bf5a25220913f32e'/>
<id>urn:sha1:ef651e073409bac1a9793d97bf5a25220913f32e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add more logging to host stack</title>
<updated>2020-09-01T12:16:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-01T12:16:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=84425c50b3bb5c892bfab9d094cc3da6a9c04da5'/>
<id>urn:sha1:84425c50b3bb5c892bfab9d094cc3da6a9c04da5</id>
<content type='text'>
tested host with lpc4357, don't use fpu with lpc m4 since it seems to
cause hardfault (stack does not make use of fpu anyway).
</content>
</entry>
<entry>
<title>Merge branch 'master' into update-host</title>
<updated>2020-09-01T05:02:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-01T05:02:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=be708bb8a444a6e8f8676be842fcfd02a583ed0b'/>
<id>urn:sha1:be708bb8a444a6e8f8676be842fcfd02a583ed0b</id>
<content type='text'>
</content>
</entry>
</feed>
