<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tinyusb/class/msc_device.h, branch codex/class-reference-docs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/class/msc_device.h?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/class/msc_device.h?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2018-03-06T10:26:34Z</updated>
<entry>
<title>move class files</title>
<updated>2018-03-06T10:26:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-06T10:26:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=98f12c9833b4867cad46ea80ca2525d26fd6b075'/>
<id>urn:sha1:98f12c9833b4867cad46ea80ca2525d26fd6b075</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tud_mount_cb, tud_umount_cb</title>
<updated>2018-03-01T17:18:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-01T17:18:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2580b4c6a7e45c762e09020719af805f1be46117'/>
<id>urn:sha1:2580b4c6a7e45c762e09020719af805f1be46117</id>
<content type='text'>
remove device class/interface callback
</content>
</entry>
<entry>
<title>device API rename</title>
<updated>2018-03-01T05:51:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-01T05:51:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9a2924fb366d87f583ea57efd0b58381a5bba3fb'/>
<id>urn:sha1:9a2924fb366d87f583ea57efd0b58381a5bba3fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement &amp; document all the device class _mounted_cb &amp; _unmounted_cb callbacks</title>
<updated>2014-03-31T04:59:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-31T04:59:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6682720b2aecb777d8f8aceedbd49aaff4fbbc27'/>
<id>urn:sha1:6682720b2aecb777d8f8aceedbd49aaff4fbbc27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusion</title>
<updated>2014-03-22T15:50:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-22T15:50:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1cdca167cd41f51ca587a265b41f79446d828e48'/>
<id>urn:sha1:1cdca167cd41f51ca587a265b41f79446d828e48</id>
<content type='text'>
introduce scsi_data to mscd_interface_t to make tusbd_msc_scsi_cb buffer's address no longer to be required in USB ram section --&gt; save usb ram for lpc11/13u
</content>
</entry>
<entry>
<title>rename tusbd_msc_scsi_received_isr to tusbd_msc_scsi_cb</title>
<updated>2014-03-09T08:30:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-09T08:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73ac4b4c8069744f09a20bec1e892d1eed8fd4c3'/>
<id>urn:sha1:73ac4b4c8069744f09a20bec1e892d1eed8fd4c3</id>
<content type='text'>
fix the status phase true --&gt; false
    ASSERT_STATUS( dcd_pipe_xfer( p_msc-&gt;edpt_in , p_csw, sizeof(msc_cmd_status_wrapper_t), false) );
board ea4357 added P9_5 pull down for device connect
</content>
</entry>
<entry>
<title>add keyboard led mask</title>
<updated>2013-12-09T04:15:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-12-09T04:15:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e320659f8a4869a81e656285ed1263d8515aa7ee'/>
<id>urn:sha1:e320659f8a4869a81e656285ed1263d8515aa7ee</id>
<content type='text'>
make usbd control request to subtask
add get/set report via control pipe to hidd
enforce soft DMA to control pipe for lpc11u (lpc17xx not yet)
temp add led_blinking_set_interval to change led blinking interval
refractor dcd_pipe_control_xfer to have interrupt on complete option
add get/set report support of moused_app and keyboardd_app, keyboard LED will make LED blink faster
</content>
</entry>
<entry>
<title>add some document for msc_device API</title>
<updated>2013-12-01T05:18:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-12-01T05:18:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d2f91af6b33e955961abfb379e6db0951506dc11'/>
<id>urn:sha1:d2f91af6b33e955961abfb379e6db0951506dc11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>completely change the dcd for lpc11u &amp; lpc13u to overcome the fact that lpc11u dma cannot transfer more than 64 bytes</title>
<updated>2013-11-30T15:29:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-30T15:29:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6e30a068d254fdd1367fffdf046b3c8783b8ee21'/>
<id>urn:sha1:6e30a068d254fdd1367fffdf046b3c8783b8ee21</id>
<content type='text'>
each buffer. This implement an soft DMA for lpc11u &amp; lpc13u (previously 1023 max) queued transfer
</content>
</entry>
<entry>
<title>change endian conversion to native to be &amp; be to native</title>
<updated>2013-11-26T06:15:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-26T06:15:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8f70a6a886aa557dd87086b807367eef662a7e77'/>
<id>urn:sha1:8f70a6a886aa557dd87086b807367eef662a7e77</id>
<content type='text'>
completely deferred xfer isr event to usbd task
complete read10, write10 sequence for large data transfer
</content>
</entry>
</feed>
