<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/midi, branch 0.16.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/midi?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/midi?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-07-24T08:46:21Z</updated>
<entry>
<title>rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack</title>
<updated>2023-07-24T08:46:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-24T08:46:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ef49b93532a7360703ae87d36cf463169f86f20b'/>
<id>urn:sha1:ef49b93532a7360703ae87d36cf463169f86f20b</id>
<content type='text'>
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
</content>
</entry>
<entry>
<title>Merge pull request #1920 from mikee47/fix/midi-definition</title>
<updated>2023-04-18T03:43:52Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-04-18T03:43:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c3a60ed355a91dcdf2afd64a7c49b06037048182'/>
<id>urn:sha1:c3a60ed355a91dcdf2afd64a7c49b06037048182</id>
<content type='text'>
MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFF</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>Merge pull request #1852 from silvergasp/mem_s</title>
<updated>2023-02-27T03:22:53Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-27T03:22:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=65ac519715ea0ecace08b183f2d8730d0450affd'/>
<id>urn:sha1:65ac519715ea0ecace08b183f2d8730d0450affd</id>
<content type='text'>
fix: Replace device calls to memcpy with tu_memcpy_s</content>
</entry>
<entry>
<title>minor clean up</title>
<updated>2023-02-27T02:11:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-27T02:11:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e34aeb5cf69315d2d7711f0a1d040a28492d026d'/>
<id>urn:sha1:e34aeb5cf69315d2d7711f0a1d040a28492d026d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFF</title>
<updated>2023-02-22T09:58:30Z</updated>
<author>
<name>mikee47</name>
<email>mike@silyhouse.net</email>
</author>
<published>2023-02-22T09:58:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=302b9562dc6963fcb3f85571cb515f322f6d2226'/>
<id>urn:sha1:302b9562dc6963fcb3f85571cb515f322f6d2226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue 1909</title>
<updated>2023-02-16T04:02:12Z</updated>
<author>
<name>rppicomidi</name>
<email>rppicomidi@gmail.com</email>
</author>
<published>2023-02-16T04:02:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fde757711785670a005095454cc0b06129f8ae80'/>
<id>urn:sha1:fde757711785670a005095454cc0b06129f8ae80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Replace device calls to memcpy with tu_memcpy_s</title>
<updated>2023-01-13T23:20:32Z</updated>
<author>
<name>Nathaniel Brough</name>
<email>nathaniel.brough@gmail.com</email>
</author>
<published>2023-01-13T21:37:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2e47210c1af88b88b6f2d92fe2b6d08117041363'/>
<id>urn:sha1:2e47210c1af88b88b6f2d92fe2b6d08117041363</id>
<content type='text'>
Introduces a new function tu_memcpy_s, which is effectively
a backport of memcpy_s. The change also refactors calls
to memcpy over to the more secure tu_memcpy_s.
</content>
</entry>
<entry>
<title>fix most warnings with rp2040 -wconversion</title>
<updated>2022-06-27T04:50:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T04:50:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b9dc9dbd78ee1890342429502d585f323c480fc2'/>
<id>urn:sha1:b9dc9dbd78ee1890342429502d585f323c480fc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rhport argument in usbd_ API() is not used (always use the initialized port)</title>
<updated>2022-06-02T09:51:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-02T09:51:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8b9cf152a0dedda573fb3374d8c873dce4b883d1'/>
<id>urn:sha1:8b9cf152a0dedda573fb3374d8c873dce4b883d1</id>
<content type='text'>
remove the usage of TUD_OPT_RHPORT in class driver
</content>
</entry>
</feed>
