<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device, branch 0.15.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device?h=0.15.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device?h=0.15.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-01-06T04:51:17Z</updated>
<entry>
<title>minimize tu_fifo size to 16</title>
<updated>2023-01-06T04:51:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-01-06T04:51:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2a1b81e3c50f5e37530c8318b7fb7767ba771979'/>
<id>urn:sha1:2a1b81e3c50f5e37530c8318b7fb7767ba771979</id>
<content type='text'>
- remove non_used_index_space
- packed overwritable with item_size
</content>
</entry>
<entry>
<title>fix ci</title>
<updated>2022-12-21T05:29:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-21T05:29:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=edc559cb4d9c0c940387b514f2e66c4a2f3a9c1c'/>
<id>urn:sha1:edc559cb4d9c0c940387b514f2e66c4a2f3a9c1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1799 from hathach/update-osal-mutex</title>
<updated>2022-12-16T10:05:25Z</updated>
<author>
<name>Ha Thach</name>
<email>tinyusb.org@gmail.com</email>
</author>
<published>2022-12-16T10:05:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=159aa599be42534cd9a37ae03c71c228c3e72e90'/>
<id>urn:sha1:159aa599be42534cd9a37ae03c71c228c3e72e90</id>
<content type='text'>
Update osal mutex</content>
</entry>
<entry>
<title>use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX</title>
<updated>2022-12-15T11:03:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-15T11:03:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=88e6da727370114b427287e74c3ade176c483b17'/>
<id>urn:sha1:88e6da727370114b427287e74c3ade176c483b17</id>
<content type='text'>
add macro to swallow mutex API in order to simplify code with mutex
</content>
</entry>
<entry>
<title>fix midi MS Header wTotalLength computation</title>
<updated>2022-12-14T07:38:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-14T07:38:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a05adfce86104c8ad217993db2707e1112918be3'/>
<id>urn:sha1:a05adfce86104c8ad217993db2707e1112918be3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct interrupt polling interval in descriptor</title>
<updated>2022-12-08T10:44:15Z</updated>
<author>
<name>Sebastien COUDREAU</name>
<email>sebastien.coudreau@fastlite.com</email>
</author>
<published>2022-12-08T10:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=071da47944a4345b41328dc514d8a73a537072a9'/>
<id>urn:sha1:071da47944a4345b41328dc514d8a73a537072a9</id>
<content type='text'>
Use macro argument instead of 0x16 constant value.
At least Linux kernel was complaining about this value:
"config 1 interface 0 altsetting 0 endpoint 0x82 has an invalid bInterval 22, changing to 8"
(warning obtained using usbtmc device config)
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2022-12-04T12:43:23Z</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@hadess.net</email>
</author>
<published>2022-12-04T06:58:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6a2cf6728906aa61b44ecfe43b4ceef287b29bf8'/>
<id>urn:sha1:6a2cf6728906aa61b44ecfe43b4ceef287b29bf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MIDI: support port name strings</title>
<updated>2022-11-11T21:48:29Z</updated>
<author>
<name>Kay Sievers</name>
<email>kay@versioduo.com</email>
</author>
<published>2022-11-11T21:47:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=abfcdf2cfb2f19a20d606ca906e2d75f599b2ed8'/>
<id>urn:sha1:abfcdf2cfb2f19a20d606ca906e2d75f599b2ed8</id>
<content type='text'>
This allows to set custom descriptive names for virtual MIDI
ports/cables. A MIDI port offers different functionality on
the same physical USB device. The names make it easier to
distinguish one from the other.
</content>
</entry>
<entry>
<title>rp2040 enable SOF as resumed signal when remote wakeup</title>
<updated>2022-06-30T08:45:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-30T08:45:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9ec92ff97bf5e4b5730925ff591ed9f044d2c847'/>
<id>urn:sha1:9ec92ff97bf5e4b5730925ff591ed9f044d2c847</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into add-more-warnings</title>
<updated>2022-06-27T05:50:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T05:50:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1a1f633922d631044c9c23a5eff95ecceab5dffe'/>
<id>urn:sha1:1a1f633922d631044c9c23a5eff95ecceab5dffe</id>
<content type='text'>
</content>
</entry>
</feed>
