<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netxduo.git/common/src, branch dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/netxduo.git/atom/common/src?h=dev</id>
<link rel='self' href='http://cgit.235523.xyz/netxduo.git/atom/common/src?h=dev'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/'/>
<updated>2026-05-25T15:40:45Z</updated>
<entry>
<title>Fixed compile error with NX_DEBUG enabled (#252)</title>
<updated>2026-05-25T15:40:45Z</updated>
<author>
<name>Mads Kolding Nielsen</name>
<email>161820202+madsknielsen@users.noreply.github.com</email>
</author>
<published>2026-05-25T15:40:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=d3688d073425e3854a8c90c26737f275fe546824'/>
<id>urn:sha1:d3688d073425e3854a8c90c26737f275fe546824</id>
<content type='text'>
When compiling with NX_DEBUG enabled the nx_ram_network_driver gives a compiler error when printing the IP Address, since long sub-specifier is missing.</content>
</entry>
<entry>
<title>Updated copyright headers and version strings. Removed version history</title>
<updated>2026-03-06T23:14:18Z</updated>
<author>
<name>Frédéric Desbiens</name>
<email>frederic.desbiens@eclipse-foundation.org</email>
</author>
<published>2026-03-06T23:14:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=ff90b3ffcb84b2c6099ec31ef032b541e1ef5f0a'/>
<id>urn:sha1:ff90b3ffcb84b2c6099ec31ef032b541e1ef5f0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a compilation issue in 64-bit mode</title>
<updated>2026-03-06T18:59:31Z</updated>
<author>
<name>Frédéric Desbiens</name>
<email>frederic.desbiens@eclipse-foundation.org</email>
</author>
<published>2026-03-06T18:59:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=874b78088ee5f91e1679ba20e014f7579db5a647'/>
<id>urn:sha1:874b78088ee5f91e1679ba20e014f7579db5a647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #361 from LennSar/master</title>
<updated>2026-02-05T15:35:33Z</updated>
<author>
<name>Frédéric Desbiens</name>
<email>frederic.desbiens@eclipse-foundation.org</email>
</author>
<published>2026-02-05T15:35:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=a2d4ba2881c33802927beea43846d9e99af5bda1'/>
<id>urn:sha1:a2d4ba2881c33802927beea43846d9e99af5bda1</id>
<content type='text'>
Fixed prepend pointer when the sequence number changes</content>
</entry>
<entry>
<title>repair prepend and length ptr in case</title>
<updated>2026-01-09T18:35:59Z</updated>
<author>
<name>Lennart Gardian</name>
<email>lennart.gardian@sartorius.com</email>
</author>
<published>2026-01-09T18:35:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=778b3833eda6acd76e0ab441df56532372f5182a'/>
<id>urn:sha1:778b3833eda6acd76e0ab441df56532372f5182a</id>
<content type='text'>
sequence number changed i.e. due to race condition
</content>
</entry>
<entry>
<title>Merge commit from fork</title>
<updated>2026-01-09T15:11:33Z</updated>
<author>
<name>Frédéric Desbiens</name>
<email>frederic.desbiens@eclipse-foundation.org</email>
</author>
<published>2026-01-09T15:11:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=a7aa567522229d230f873b08bc9b8a3fb19efe4d'/>
<id>urn:sha1:a7aa567522229d230f873b08bc9b8a3fb19efe4d</id>
<content type='text'>
When processing PACKET_TOO_BIG, send ND request if a new ND entry is created</content>
</entry>
<entry>
<title>in processing PACKET_TOO_BIG, send ND request if a new ND entry is created.</title>
<updated>2025-12-07T22:36:23Z</updated>
<author>
<name>yuxinzhou</name>
<email>yzhou@px5rtos.com</email>
</author>
<published>2025-12-07T22:36:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=77a63c7ab198c0ba75397dda26d67b411ae109fd'/>
<id>urn:sha1:77a63c7ab198c0ba75397dda26d67b411ae109fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed issues with websocket changes and updated tests (#345)</title>
<updated>2025-10-06T16:03:32Z</updated>
<author>
<name>Frédéric Desbiens</name>
<email>frederic.desbiens@eclipse-foundation.org</email>
</author>
<published>2025-10-06T16:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=bb1f7f92a4655ea1779a67ead0b190d742a7b6f2'/>
<id>urn:sha1:bb1f7f92a4655ea1779a67ead0b190d742a7b6f2</id>
<content type='text'>
* Restored ECC_CIPHERSUITE ifdef code.

* Remove unused variables.

* Replaced faulty comparisons with ifdefs.

* Fixed regression tests.

</content>
</entry>
<entry>
<title>Address the following advisories:</title>
<updated>2025-07-28T18:13:45Z</updated>
<author>
<name>Yuxin Zhou</name>
<email>yzhou@192.2.2.61</email>
</author>
<published>2025-07-28T18:13:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=3f3847f11c10e99b9d59fc5d6073de0974bad154'/>
<id>urn:sha1:3f3847f11c10e99b9d59fc5d6073de0974bad154</id>
<content type='text'>
https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-pf5q-r6q5-6j2f
https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-cf2g-j6vv-m8c5
https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-vwh7-h99r-fvwq
https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-c9pq-93jp-w649
</content>
</entry>
<entry>
<title>Updated version numbers to 6.4.3</title>
<updated>2025-03-18T14:24:08Z</updated>
<author>
<name>Frédéric Desbiens</name>
<email>frederic.desbiens@eclipse-foundation.org</email>
</author>
<published>2025-03-18T14:24:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/netxduo.git/commit/?id=c82ea77c4bf3a3e25b6f622e59465998f8c6e738'/>
<id>urn:sha1:c82ea77c4bf3a3e25b6f622e59465998f8c6e738</id>
<content type='text'>
</content>
</entry>
</feed>
