<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/mtp/mtp_device.h, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/mtp/mtp_device.h?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/mtp/mtp_device.h?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-07-02T14:55:45Z</updated>
<entry>
<title>license: use SPDX identifiers for src/ headers (#3749)</title>
<updated>2026-07-02T14:55:45Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-07-02T14:55:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7a4111b96ef6279e75579f9a18443834f6a0871d'/>
<id>urn:sha1:7a4111b96ef6279e75579f9a18443834f6a0871d</id>
<content type='text'>
* license: use SPDX identifiers for src/ headers

Replace the full ~20-line MIT license boilerplate on every src/ file with a
two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following
the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500
lines of duplicated boilerplate.</content>
</entry>
<entry>
<title>mtp: fix adding empty cstring to mtp_container_info</title>
<updated>2026-03-25T08:43:48Z</updated>
<author>
<name>stepan chepushtanov</name>
<email>s.chepushtanov@is.local</email>
</author>
<published>2026-03-05T06:43:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a64a8579c5bc25ffbe73da55f8431fab6835f3de'/>
<id>urn:sha1:a64a8579c5bc25ffbe73da55f8431fab6835f3de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor update</title>
<updated>2026-02-07T11:01:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-02-07T11:01:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=25de49f8f6e8590eb548d4016e030d19166b9fb3'/>
<id>urn:sha1:25de49f8f6e8590eb548d4016e030d19166b9fb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added .clang-format</title>
<updated>2025-11-05T10:34:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-05T08:31:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f04fe7924e8777c1583323171c0e1cabcb29062'/>
<id>urn:sha1:1f04fe7924e8777c1583323171c0e1cabcb29062</id>
<content type='text'>
fix more alerts
disable IAR CStat since pvs-studio check is better integrated with clion
</content>
</entry>
<entry>
<title>refactor mtp examples, add phase and session id to callback data</title>
<updated>2025-09-29T08:08:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-09-29T08:02:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4f3a5f92fa21307b1f1c9700cd041e945a627f63'/>
<id>urn:sha1:4f3a5f92fa21307b1f1c9700cd041e945a627f63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement control request</title>
<updated>2025-09-27T10:08:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-09-27T09:15:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cb21ca1b0cb3221341dca2559109c0bb4dc18e6f'/>
<id>urn:sha1:cb21ca1b0cb3221341dca2559109c0bb4dc18e6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement tud_mtp_mounted() and tud_mtp_event_send()</title>
<updated>2025-09-26T08:52:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-09-26T08:52:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f9d4bc798177e63532cd5a2ef058400d6f0ef5e4'/>
<id>urn:sha1:f9d4bc798177e63532cd5a2ef058400d6f0ef5e4</id>
<content type='text'>
refactor phase state
</content>
</entry>
<entry>
<title>fix more ci build</title>
<updated>2025-09-26T04:51:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-09-26T04:51:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e92262eb5cdc35dfc6019c97d1b9166be0f5e62f'/>
<id>urn:sha1:e92262eb5cdc35dfc6019c97d1b9166be0f5e62f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement send object command, able to create new file</title>
<updated>2025-09-25T10:47:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-09-25T10:43:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c9a8330081b59c05b901889d405ed7b9648c0947'/>
<id>urn:sha1:c9a8330081b59c05b901889d405ed7b9648c0947</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement MTP_OP_SEND_OBJECT_INFO, refactor fs example</title>
<updated>2025-09-25T08:32:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-09-25T08:30:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f8397717ea3f476c810ae3ce27ec4c866b305506'/>
<id>urn:sha1:f8397717ea3f476c810ae3ce27ec4c866b305506</id>
<content type='text'>
</content>
</entry>
</feed>
