<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/uac2_headset/src/usb_descriptors.h, branch 0.17.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/uac2_headset/src/usb_descriptors.h?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/uac2_headset/src/usb_descriptors.h?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-04-01T18:39:48Z</updated>
<entry>
<title>UAC2: add interrupt volume control to uac2_headset example.</title>
<updated>2024-04-01T18:39:48Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-04-01T17:55:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6cf27986b67996290c12f102d62c1a38e66e08d6'/>
<id>urn:sha1:6cf27986b67996290c12f102d62c1a38e66e08d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2023-06-08T13:38:30Z</updated>
<author>
<name>Eugene Kliuchnikov</name>
<email>eustas.ru@gmail.com</email>
</author>
<published>2023-06-08T13:38:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=08338069805a4e1b5bdf6d3bac0b694d6b10f20e'/>
<id>urn:sha1:08338069805a4e1b5bdf6d3bac0b694d6b10f20e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor clean up</title>
<updated>2023-03-18T04:22:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-18T04:22:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d919f107c71021b2dfa20cd9bfe252c4f544422f'/>
<id>urn:sha1:d919f107c71021b2dfa20cd9bfe252c4f544422f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into portability</title>
<updated>2023-03-17T16:53:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T16:53:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bdfcd50b1b601f85389a09cdaf183b2f27c1d470'/>
<id>urn:sha1:bdfcd50b1b601f85389a09cdaf183b2f27c1d470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix trailing space and new line</title>
<updated>2023-03-17T09:12:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T09:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623ba1884ddff23e9b64766cb6dd032f1425846'/>
<id>urn:sha1:3623ba1884ddff23e9b64766cb6dd032f1425846</id>
<content type='text'>
temporarily disable codespell
</content>
</entry>
<entry>
<title>Don't assume different enum types can be combined</title>
<updated>2022-09-13T17:00:51Z</updated>
<author>
<name>Ben Avison</name>
<email>code@piccolosystems.com</email>
</author>
<published>2022-09-01T11:33:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6a2d01bae47d2660dc2d10941e767fc0bc0e97bc'/>
<id>urn:sha1:6a2d01bae47d2660dc2d10941e767fc0bc0e97bc</id>
<content type='text'>
IAR generates warning Pa089 'enumerated type mixed with another enumerated
type'.
</content>
</entry>
<entry>
<title>in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3.</title>
<updated>2022-03-02T01:24:28Z</updated>
<author>
<name>caleb crome</name>
<email>caleb@crome.org</email>
</author>
<published>2022-03-02T01:24:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b338b288c3e1b91f8b2b77ef3305142188f922e'/>
<id>urn:sha1:1b338b288c3e1b91f8b2b77ef3305142188f922e</id>
<content type='text'>
I believe that there is a mistake in the definition of TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR.  The nitfs in the audio descriptor is always 3 regardless of ITF_NUM_TOTAL.
</content>
</entry>
<entry>
<title>Add 24bit loopback in example.</title>
<updated>2021-07-04T13:46:11Z</updated>
<author>
<name>MasterPhi</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-07-01T09:39:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5b7795be4be83daa0a1575a47299af1a89348bc0'/>
<id>urn:sha1:5b7795be4be83daa0a1575a47299af1a89348bc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor descriptor, add alt settings support.</title>
<updated>2021-07-04T13:46:11Z</updated>
<author>
<name>MasterPhi</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-06-30T22:26:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a1639b027997706977a550faa34ef85d48a75fba'/>
<id>urn:sha1:a1639b027997706977a550faa34ef85d48a75fba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2021-07-04T13:46:11Z</updated>
<author>
<name>MasterPhi</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-06-30T17:04:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=325742acb45b14ca3e5ebc64f82706cd31fe495b'/>
<id>urn:sha1:325742acb45b14ca3e5ebc64f82706cd31fe495b</id>
<content type='text'>
</content>
</entry>
</feed>
