<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/audio, branch 0.10.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/audio?h=0.10.1</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/audio?h=0.10.1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-05-27T10:40:39Z</updated>
<entry>
<title>include clean up</title>
<updated>2021-05-27T10:40:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-27T10:40:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9736e54734a85c03d9055c24414e23f112a67968'/>
<id>urn:sha1:9736e54734a85c03d9055c24414e23f112a67968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifo</title>
<updated>2021-05-26T13:34:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-26T13:25:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=faa31152b4473166e099fc02500534018ce8c465'/>
<id>urn:sha1:faa31152b4473166e099fc02500534018ce8c465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>audio_device: Fix build error</title>
<updated>2021-05-10T13:58:04Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2021-05-10T13:58:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=74ca1894de12429e1a16d75242889dcd520eea68'/>
<id>urn:sha1:74ca1894de12429e1a16d75242889dcd520eea68</id>
<content type='text'>
ep_in_as_intf_num was incorrectly used to access out interface
which is defined for 'in' interface.
Code related to 'out' endpoint should use ep_out_as_intf_num instead.
</content>
</entry>
<entry>
<title>Remove n from tu_fifo_get_write_info() and fix bug in vendor class</title>
<updated>2021-04-30T15:37:14Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-30T15:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5add664874f4855491e28c3a869105eb25c5f4d7'/>
<id>urn:sha1:5add664874f4855491e28c3a869105eb25c5f4d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove variable n in tu_fifo_get_read_info()</title>
<updated>2021-04-30T13:08:14Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-30T13:08:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=14e2c004cd9db7d386beb2b91804f8e4dfea55f1'/>
<id>urn:sha1:14e2c004cd9db7d386beb2b91804f8e4dfea55f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change read infos to pointer type</title>
<updated>2021-04-30T10:59:12Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-30T10:59:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8f72c97f7b0fa14badbc36497fba2c6d21cb59d0'/>
<id>urn:sha1:8f72c97f7b0fa14badbc36497fba2c6d21cb59d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>temporarily fix include recusrive loop</title>
<updated>2021-04-28T05:31:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-28T05:31:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c9177246d25b8bd6972a947da4f6d5a39f86f7c6'/>
<id>urn:sha1:c9177246d25b8bd6972a947da4f6d5a39f86f7c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change tu_fifo_get_linear_write/read_info() to return a struct</title>
<updated>2021-04-23T09:48:54Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-23T09:48:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7072f0155e994005d8a0ccf5658f765df8a443b8'/>
<id>urn:sha1:7072f0155e994005d8a0ccf5658f765df8a443b8</id>
<content type='text'>
Compilers always complain that variables set by function via pointer
might be uninitialized so to avoid that return values are now delivered
via struct.</content>
</entry>
<entry>
<title>Init len_wrap = 0 to fix compiler complains.</title>
<updated>2021-04-23T08:47:22Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-23T08:47:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a98d0217a05129b36d2eef76f36b986c31f84e92'/>
<id>urn:sha1:a98d0217a05129b36d2eef76f36b986c31f84e92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix include path in audio_device.h</title>
<updated>2021-04-23T08:32:22Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-23T08:32:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4dd1f1f3b50592d71fefcd8fb149322fad5a8493'/>
<id>urn:sha1:4dd1f1f3b50592d71fefcd8fb149322fad5a8493</id>
<content type='text'>
</content>
</entry>
</feed>
