<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/uac2_headset, 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/examples/device/uac2_headset?h=0.10.1</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/uac2_headset?h=0.10.1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-05-31T01:13:47Z</updated>
<entry>
<title>Rework rp2040 examples and CMake build:</title>
<updated>2021-05-31T01:13:47Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-05-30T23:41:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=95f2478146ef83d18b52408c0692222bf2a15053'/>
<id>urn:sha1:95f2478146ef83d18b52408c0692222bf2a15053</id>
<content type='text'>
	- Examples should be CMake buildable from their own subdirectory; such a build will error out based on
	  matching .skip.MCU_xxx or a mismatched .only.MCU_
	- It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which
          examples get built
	- The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have
          started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have
          everything encapsulated in the FAMILY/family.cmake
	- pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they
	  also build correctly when included from there.
Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
</content>
</entry>
<entry>
<title>fix uac2_headset example</title>
<updated>2021-05-26T03:45:45Z</updated>
<author>
<name>noodlefighter</name>
<email>noodlefighter@gmail.com</email>
</author>
<published>2021-05-26T03:45:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=aca2320075e6cad95e7c53a68c7633585d8db7e4'/>
<id>urn:sha1:aca2320075e6cad95e7c53a68c7633585d8db7e4</id>
<content type='text'>
tud_audio_rx_done_cb() is departed, replace with
tud_audio_rx_done_pre_read_cb()
</content>
</entry>
<entry>
<title>fix uac2_headset example: type of bRequest should be uint8_t, not enumerate</title>
<updated>2021-05-20T09:45:15Z</updated>
<author>
<name>noodlefighter</name>
<email>noodlefighter@gmail.com</email>
</author>
<published>2021-05-20T09:41:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0b1257266bd301d7eaf7f11634f5fb193c2811a8'/>
<id>urn:sha1:0b1257266bd301d7eaf7f11634f5fb193c2811a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake cleanup</title>
<updated>2021-04-19T06:30:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-19T06:30:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=59f0fa1e5e6767602c346bdd9371bf7d6caa9d08'/>
<id>urn:sha1:59f0fa1e5e6767602c346bdd9371bf7d6caa9d08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to resolve include hassle in uac2_headset</title>
<updated>2021-04-15T15:04:25Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-15T15:04:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fa0d71f2cf26419d01a78227e7689ecb8771e785'/>
<id>urn:sha1:fa0d71f2cf26419d01a78227e7689ecb8771e785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into edpt_ISO_xfer</title>
<updated>2021-04-15T05:12:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-15T05:12:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b687a4fc20742d4ce3b2d1183e68a93542d8c825'/>
<id>urn:sha1:b687a4fc20742d4ce3b2d1183e68a93542d8c825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update rp2040 to use pico-sdk externally</title>
<updated>2021-04-11T06:37:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-11T06:37:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c8bb0020ea186dab093cd7adf4c694d89657e1cd'/>
<id>urn:sha1:c8bb0020ea186dab093cd7adf4c694d89657e1cd</id>
<content type='text'>
also try to update ci
</content>
</entry>
<entry>
<title>Fix uac2_headset include hassle be declaring value by hand</title>
<updated>2021-04-03T16:07:18Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-03T16:07:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e0cb4159542cf41c5ca502106dec66cbbf88f268'/>
<id>urn:sha1:e0cb4159542cf41c5ca502106dec66cbbf88f268</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix uac2_headset</title>
<updated>2021-04-03T15:57:23Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-03T15:57:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b3e548d2d640673ab2921878e8cabe56e31740c2'/>
<id>urn:sha1:b3e548d2d640673ab2921878e8cabe56e31740c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wrong pointer type in audio_device.c</title>
<updated>2021-04-03T15:50:30Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-03T15:50:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f6ba58e370cd67b78dcd1758aa9fe010035f13bc'/>
<id>urn:sha1:f6ba58e370cd67b78dcd1758aa9fe010035f13bc</id>
<content type='text'>
</content>
</entry>
</feed>
