<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/audio_test/src/tusb_config.h, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/audio_test/src/tusb_config.h?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/audio_test/src/tusb_config.h?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-04-27T22:28:11Z</updated>
<entry>
<title>Update audio_test &amp; audio_test_freertos examples to work with high-speed.</title>
<updated>2024-04-27T22:28:11Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-04-27T20:16:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7dd26877de2ed85a608190a76acf960e256c88bf'/>
<id>urn:sha1:7dd26877de2ed85a608190a76acf960e256c88bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor audio_test example fix.</title>
<updated>2022-12-29T13:34:37Z</updated>
<author>
<name>Mengsk</name>
<email>admin@hifiphile.com</email>
</author>
<published>2022-12-29T13:17:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8a1184e7b3092d96325f7e252b527d3d0755c727'/>
<id>urn:sha1:8a1184e7b3092d96325f7e252b527d3d0755c727</id>
<content type='text'>
Fix CFG_TUD_AUDIO_EP_SZ_IN size.
</content>
</entry>
<entry>
<title>more example update</title>
<updated>2022-06-06T15:41:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-06T15:41:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9794a2b865df81e667b464481bb9b1c70587e64b'/>
<id>urn:sha1:9794a2b865df81e667b464481bb9b1c70587e64b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auto detect max rhport speed based on mcu</title>
<updated>2022-02-25T11:35:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-25T06:00:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a8af609dfef0f82ce22e6f0bf48146b4b2433633'/>
<id>urn:sha1:a8af609dfef0f82ce22e6f0bf48146b4b2433633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete old settings</title>
<updated>2021-04-03T08:09:40Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-03T08:09:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=40b2ffcb523c16f297cd605cb90f5dc816786549'/>
<id>urn:sha1:40b2ffcb523c16f297cd605cb90f5dc816786549</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generalize audio driver for 3 audio functions plus a lot more.</title>
<updated>2021-04-03T07:49:27Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-03T07:49:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9b2ddd9cc6401b80350179d26e842557f9b60aaf'/>
<id>urn:sha1:9b2ddd9cc6401b80350179d26e842557f9b60aaf</id>
<content type='text'>
- Audio format and parameters are parsed from descriptors thus user no
longer needs to give them explicitely

- Tested for 4 channel software type I PCM encoding with 16 bit with 1
channel per FIFO and 2 channels per FIFO (this is I2S specific)</content>
</entry>
<entry>
<title>move AUDIO_SAMPLE_RATE to example main.c</title>
<updated>2021-03-12T17:23:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-12T17:23:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=db6242f07615f85d8bd1bcf9b6e86c4e031ecc19'/>
<id>urn:sha1:db6242f07615f85d8bd1bcf9b6e86c4e031ecc19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams</title>
<updated>2021-03-10T18:32:13Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-03-10T18:32:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d5a5a1cab63e8e43b22f13db95df35afdfa6befb'/>
<id>urn:sha1:d5a5a1cab63e8e43b22f13db95df35afdfa6befb</id>
<content type='text'>
Extending capabilities of support FIFOs
Removing copy from to FIFO
Adjusting audio examples
Remove peek/read into other FIFO</content>
</entry>
<entry>
<title>Fix a ; in #define definition</title>
<updated>2021-02-12T17:25:01Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-02-12T17:25:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3df61d6755b351d97a5632ee91b1b88f0a6126d9'/>
<id>urn:sha1:3df61d6755b351d97a5632ee91b1b88f0a6126d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer</title>
<updated>2021-02-12T17:05:20Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-02-12T17:05:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cdf600048f717f187243b8118eac43b793c3feec'/>
<id>urn:sha1:cdf600048f717f187243b8118eac43b793c3feec</id>
<content type='text'>
</content>
</entry>
</feed>
