<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tinyusb/class/cdc_device.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/class/cdc_device.h?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/class/cdc_device.h?h=master'/>
<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>add some doxygen</title>
<updated>2013-12-10T03:57:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-12-10T03:57:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b35acbdcb24babfff649a4db6775c260d9751e3e'/>
<id>urn:sha1:b35acbdcb24babfff649a4db6775c260d9751e3e</id>
<content type='text'>
</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>change class_ixr to class_cb</title>
<updated>2013-12-01T06:53:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-12-01T06:53:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=edb4226f23f6d4b4550614b1f8fe81604a3eb19b'/>
<id>urn:sha1:edb4226f23f6d4b4550614b1f8fe81604a3eb19b</id>
<content type='text'>
use IAD whenever enable CDC to make sure windows driver can detect
change keyboard, mouse send report to int_on_complete = true
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2013-11-22T08:16:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-22T08:16:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=83f1d660ce1a1520b7a7e781d05c47221067f3f7'/>
<id>urn:sha1:83f1d660ce1a1520b7a7e781d05c47221067f3f7</id>
<content type='text'>
add some doxygen work
finalize device disconnection &amp; suspend
- suspend &amp; resume &amp; remote wake up is not supported yet
</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>refractor usbd-dcd callback, add bus event isr</title>
<updated>2013-11-21T05:47:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-21T05:47:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6887e5e642c71666d622d28b52e1d32fea67982c'/>
<id>urn:sha1:6887e5e642c71666d622d28b52e1d32fea67982c</id>
<content type='text'>
</content>
</entry>
</feed>
