<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/lib/networking, branch 0.21.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/lib/networking?h=0.21.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/lib/networking?h=0.21.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-04-20T15:11:17Z</updated>
<entry>
<title>fix usbnet hardcode speed. disable hil test for now</title>
<updated>2026-04-20T15:11:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-04-20T15:11:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=da2368bc141c7e76e818df2336ffe672b7927748'/>
<id>urn:sha1:da2368bc141c7e76e818df2336ffe672b7927748</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix warnings</title>
<updated>2026-03-06T04:26:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-06T03:59:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=94baf394686f92d9edaf109dcae30fa7b531fefc'/>
<id>urn:sha1:94baf394686f92d9edaf109dcae30fa7b531fefc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve cmake warning flags, fix various warnings in examples</title>
<updated>2025-10-14T10:13:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-14T10:13:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=47b13f6b102ea981b79588158dca436ebc21f1ae'/>
<id>urn:sha1:47b13f6b102ea981b79588158dca436ebc21f1ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix goto indentation</title>
<updated>2025-07-27T13:26:49Z</updated>
<author>
<name>Elwin Huang</name>
<email>s09289728096@gmail.com</email>
</author>
<published>2025-07-27T13:26:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6fd9457924535d8e86586eb3401a88b7f6477105'/>
<id>urn:sha1:6fd9457924535d8e86586eb3401a88b7f6477105</id>
<content type='text'>
Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix compile error.</title>
<updated>2025-07-25T10:58:33Z</updated>
<author>
<name>Elwin Huang</name>
<email>s09289728096@gmail.com</email>
</author>
<published>2025-07-25T10:58:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bf18444e97ac845501b60e57a68848e820ae9ae6'/>
<id>urn:sha1:bf18444e97ac845501b60e57a68848e820ae9ae6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp: Fix DHCP_OFFER/DHCP_ACK destinaton.</title>
<updated>2025-07-25T09:02:37Z</updated>
<author>
<name>EcuasYos</name>
<email>s09289728096@gmail.com</email>
</author>
<published>2025-07-25T08:51:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c1d3fc803155ea3b4b805b82097412169ed10c2d'/>
<id>urn:sha1:c1d3fc803155ea3b4b805b82097412169ed10c2d</id>
<content type='text'>
In RFC 2131, the destination of DHCP OFFER/ACK is defined in Section 4.1.
Fix the destination error by following the rule of RFC 2131.
TODO: We implement all rule but the last one. ARP table is required to associate client's macaddr.
Currently, fallback to broadcast.

Signed-off-by: Elwin Huang &lt;s09289728096@gmail.com&gt;
</content>
</entry>
<entry>
<title>add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, use edpt_claim() to prevent race condition</title>
<updated>2024-11-22T13:09:29Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-22T13:09:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5c18a32aaa5f1b71af584c04197573261ecc64c3'/>
<id>urn:sha1:5c18a32aaa5f1b71af584c04197573261ecc64c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make function parameter definitions match function prototypes ( found with cppcheck)</title>
<updated>2024-09-03T19:32:23Z</updated>
<author>
<name>dp111</name>
<email>19616418+dp111@users.noreply.github.com</email>
</author>
<published>2024-09-03T19:32:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6935c663094bbba58e03c7820f4c2893fbce61a1'/>
<id>urn:sha1:6935c663094bbba58e03c7820f4c2893fbce61a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dnserver.c: Match dnserv_free signature with fwd-decl</title>
<updated>2024-04-30T09:00:45Z</updated>
<author>
<name>maflcko</name>
<email>6399679+maflcko@users.noreply.github.com</email>
</author>
<published>2024-04-30T09:00:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=56dbfe59d93975a6256f5bb00da68919b28e07cb'/>
<id>urn:sha1:56dbfe59d93975a6256f5bb00da68919b28e07cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding extern C to definitions to allow link on C++ project</title>
<updated>2023-11-13T09:14:55Z</updated>
<author>
<name>jfm92</name>
<email>juanfloresm92@gmail.com</email>
</author>
<published>2023-11-13T09:14:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d4be0fd10488646875acf253166503f2bdfb8263'/>
<id>urn:sha1:d4be0fd10488646875acf253166503f2bdfb8263</id>
<content type='text'>
</content>
</entry>
</feed>
