<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd.c, 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/device/usbd.c?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd.c?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-10-09T17:50:05Z</updated>
<entry>
<title>Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP</title>
<updated>2020-10-09T17:50:05Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2020-10-09T17:50:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=032e84c9befa0797f6a6faf86fbfdff13ec77bbe'/>
<id>urn:sha1:032e84c9befa0797f6a6faf86fbfdff13ec77bbe</id>
<content type='text'>
Add tud_audio_set_itf_close_EP_cb()</content>
</entry>
<entry>
<title>Merge branch 'uac2' of https://github.com/PanRe/tinyusb into PanRe-uac2</title>
<updated>2020-10-06T15:32:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-06T15:32:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d41248900bedd705df2ccd5dfc53932cdb0839bb'/>
<id>urn:sha1:d41248900bedd705df2ccd5dfc53932cdb0839bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device: Make number of endpoints configurable</title>
<updated>2020-10-01T07:22:49Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2020-09-21T13:23:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b2ce7a39b0d0b941ad7edb63f527b223568caa47'/>
<id>urn:sha1:b2ce7a39b0d0b941ad7edb63f527b223568caa47</id>
<content type='text'>
Currently number of endpoints was hard coded to 8.
NRF52 has 9 IN and 9 OUT endpoints.
ISO endpoints are 0x08 and 0x88 and without this change those
two ISO endpoint could not be used.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into uac2</title>
<updated>2020-09-28T16:08:39Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2020-09-28T16:08:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=142871654e27e93688ce599643b506dab6530036'/>
<id>urn:sha1:142871654e27e93688ce599643b506dab6530036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more const</title>
<updated>2020-09-14T15:23:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-14T15:23:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9c0d15fc43818282b6a92432e675dd214e51735e'/>
<id>urn:sha1:9c0d15fc43818282b6a92432e675dd214e51735e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cdc device: claim endpoint before checking fifo availability</title>
<updated>2020-09-14T15:14:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-14T15:14:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=23e6ee2ea2e69f09b43c9f7736b95560a6e9ef7b'/>
<id>urn:sha1:23e6ee2ea2e69f09b43c9f7736b95560a6e9ef7b</id>
<content type='text'>
- add pre-check to reduce mutex lock in usbd_edpt_claim
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2020-09-10T17:14:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-10T17:14:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce4a9b9c3ad15a8a714959c89c7a39ba67970cfd'/>
<id>urn:sha1:ce4a9b9c3ad15a8a714959c89c7a39ba67970cfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cdc edpt read</title>
<updated>2020-09-09T09:25:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-09T09:25:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=33f0a18523accfcdebf186f33271dd92f8681b56'/>
<id>urn:sha1:33f0a18523accfcdebf186f33271dd92f8681b56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce optional usbd_edpt_claim, usbd_edpt_release which can be used to gain exclusive access to usbd_edpt_xfer</title>
<updated>2020-09-09T08:48:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-09T08:48:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8b9893cadab88fa4abd17d5b9856e0d08ef03796'/>
<id>urn:sha1:8b9893cadab88fa4abd17d5b9856e0d08ef03796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into uac2</title>
<updated>2020-08-16T12:08:24Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2020-08-16T12:08:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=630936472237f319b46d51f691bf6c36d80610b3'/>
<id>urn:sha1:630936472237f319b46d51f691bf6c36d80610b3</id>
<content type='text'>
Conflicts:
	src/device/usbd.c
	src/device/usbd.h
	src/portable/st/synopsys/dcd_synopsys.c
</content>
</entry>
</feed>
