<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/dcd.h, branch port-embos</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=port-embos</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/dcd.h?h=port-embos'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-10-03T06:37:10Z</updated>
<entry>
<title>couldn't get 32L4 running with crystal less mode</title>
<updated>2019-10-03T06:37:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-10-03T06:37:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7fd68efe7b0d1fe95834828f08014ec97f1e005a'/>
<id>urn:sha1:7fd68efe7b0d1fe95834828f08014ec97f1e005a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove dcd_edpt_busy()</title>
<updated>2019-06-10T15:29:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-06-10T15:29:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73d7ab201e46e1eca9a190e65f96db7158805a65'/>
<id>urn:sha1:73d7ab201e46e1eca9a190e65f96db7158805a65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add TU_ prefix to compiler ATTR to prevent name conflict with application</title>
<updated>2019-06-06T03:39:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-06-06T03:39:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13e01c7dca1e72097be1723676b086be29d0e622'/>
<id>urn:sha1:13e01c7dca1e72097be1723676b086be29d0e622</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()</title>
<updated>2019-05-29T09:55:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-29T09:55:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0307bafdaa97628bb5e4d5e476db54cbc028d33'/>
<id>urn:sha1:a0307bafdaa97628bb5e4d5e476db54cbc028d33</id>
<content type='text'>
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
</content>
</entry>
<entry>
<title>update license year to 2019</title>
<updated>2019-05-14T04:48:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T04:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61ec4077520fb00e071fab5f5be3c6751eecd254'/>
<id>urn:sha1:61ec4077520fb00e071fab5f5be3c6751eecd254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52</title>
<updated>2019-05-09T16:31:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-09T16:31:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=77bc421359845c2fe4591b0ae19e513b9a84c05b'/>
<id>urn:sha1:77bc421359845c2fe4591b0ae19e513b9a84c05b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replaced config_num by configured</title>
<updated>2019-03-30T06:48:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-30T06:48:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d9682f8240bed8603275ac02608916b7144fd6f5'/>
<id>urn:sha1:d9682f8240bed8603275ac02608916b7144fd6f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usbd add connected, suspended, remote_wakeup</title>
<updated>2019-03-29T19:26:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-29T19:26:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=93a853cd5b5a7840536939d5a43c5ea3a0dcdfc3'/>
<id>urn:sha1:93a853cd5b5a7840536939d5a43c5ea3a0dcdfc3</id>
<content type='text'>
- remove use of osal_queue_reset
</content>
</entry>
<entry>
<title>working on suspend and resume</title>
<updated>2019-03-29T09:23:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-29T09:23:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1c2beba85c223bcf401f877b0c29025490fcdaa4'/>
<id>urn:sha1:1c2beba85c223bcf401f877b0c29025490fcdaa4</id>
<content type='text'>
change dcd_init signature
</content>
</entry>
<entry>
<title>added Suspend and Resume event for nrf5x port</title>
<updated>2019-03-28T18:34:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-28T18:34:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0bdd4bd55002c4563154214a4d57581433cae668'/>
<id>urn:sha1:0bdd4bd55002c4563154214a4d57581433cae668</id>
<content type='text'>
also rename DCD_EVENT_SUSPENDED to DCD_EVENT_SUSPEND
</content>
</entry>
</feed>
