<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/net/ncm.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/net/ncm.h?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/net/ncm.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>ncm: implement GetNtbInputSize request</title>
<updated>2026-05-01T11:54:22Z</updated>
<author>
<name>Zixun LI</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-04-30T13:56:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8db6084acac03acc1b98721f78d22587968ed5b2'/>
<id>urn:sha1:8db6084acac03acc1b98721f78d22587968ed5b2</id>
<content type='text'>
Signed-off-by: HiFiPHile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>fix Identifiers that start with '__' or '_[A-Z]' are reserved.</title>
<updated>2025-10-28T07:14:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-28T06:21:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d92b810df7670aae0e195fd02abef5014470c2f7'/>
<id>urn:sha1:d92b810df7670aae0e195fd02abef5014470c2f7</id>
<content type='text'>
fix compiling with nuc family
</content>
</entry>
<entry>
<title>update epnotif endpoint for ncm_device.c</title>
<updated>2024-11-22T09:46:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-22T09:46:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7831af3ccfde639eee308f5366a4ec4ea6d5c658'/>
<id>urn:sha1:7831af3ccfde639eee308f5366a4ec4ea6d5c658</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat NCM class.</title>
<updated>2024-05-06T22:10:26Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-05-06T22:10:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=91d69fa942c8a450c9816595f0d19138964533ef'/>
<id>urn:sha1:91d69fa942c8a450c9816595f0d19138964533ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor changes due to CR with  HiFiPhile</title>
<updated>2024-05-05T18:33:01Z</updated>
<author>
<name>Hardy Griech</name>
<email>ntbox@gmx.net</email>
</author>
<published>2024-05-05T18:33:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ea55537fb2a42e112c8d4f714c71c51b2faa88d6'/>
<id>urn:sha1:ea55537fb2a42e112c8d4f714c71c51b2faa88d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved some declarations</title>
<updated>2023-08-20T16:23:53Z</updated>
<author>
<name>Hardy Griech</name>
<email>ntbox@gmx.net</email>
</author>
<published>2023-08-20T16:22:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d5da303f450ce0e1004121af4a40a512371e9353'/>
<id>urn:sha1:d5da303f450ce0e1004121af4a40a512371e9353</id>
<content type='text'>
</content>
</entry>
<entry>
<title>files taken from yapicoprobe</title>
<updated>2023-08-20T16:23:32Z</updated>
<author>
<name>Hardy Griech</name>
<email>ntbox@gmx.net</email>
</author>
<published>2023-08-20T16:22:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fca08c939c0d04b9485413166b69f8abac6fb083'/>
<id>urn:sha1:fca08c939c0d04b9485413166b69f8abac6fb083</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ncm.h for magic number</title>
<updated>2021-10-11T05:36:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-11T05:36:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a6723f556d7b302137ca42c7f811d3484f25414a'/>
<id>urn:sha1:a6723f556d7b302137ca42c7f811d3484f25414a</id>
<content type='text'>
mostly clean up magic number
</content>
</entry>
</feed>
