<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-net-driver-channel/src, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>Rustfmt for edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8730a013c395cf0bf4c2fa8eeb7f138288103039'/>
<id>8730a013c395cf0bf4c2fa8eeb7f138288103039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use inline const for initializing arrays. (#3567)</title>
<updated>2024-11-24T19:58:48+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-11-24T19:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=aaad8450e990f74c6b398aca9a6ec495720bf845'/>
<id>aaad8450e990f74c6b398aca9a6ec495720bf845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rustfmt for new nightly.</title>
<updated>2024-10-13T22:12:45+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-10-13T22:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9a45d776d870582cda3db0db233e3f5aea15d34e'/>
<id>9a45d776d870582cda3db0db233e3f5aea15d34e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced define for 'unreachable!' to a single macro rule</title>
<updated>2024-07-17T21:05:52+00:00</updated>
<author>
<name>Tarun Singh</name>
<email>tsingh@alarm.com</email>
</author>
<published>2024-07-17T21:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a716a3f006e439bbd9d11ab858d8ee4a93ec48f8'/>
<id>a716a3f006e439bbd9d11ab858d8ee4a93ec48f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add collapse_debuginfo to fmt.rs macros.</title>
<updated>2024-06-16T23:38:57+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-06-16T23:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6a4ac5bd60693307721aa82c26909ffd05e2b193'/>
<id>6a4ac5bd60693307721aa82c26909ffd05e2b193</id>
<content type='text'>
This makes location info in defmt logs point to the code calling the macro,
instead of always to fmt.rs as before. Fix works with nightlies
starting with today's, and stable 1.81+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes location info in defmt logs point to the code calling the macro,
instead of always to fmt.rs as before. Fix works with nightlies
starting with today's, and stable 1.81+.
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: disable "unused" warnings.</title>
<updated>2024-03-20T13:53:19+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-03-20T13:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3d842dac85a4ea21519f56d4ec6342b528805b8a'/>
<id>3d842dac85a4ea21519f56d4ec6342b528805b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: document public apis of embassy-net-driver-channel</title>
<updated>2023-12-20T08:24:10+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2023-12-20T08:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=fc6e70caa5afb2e6b37e45516fad9a233e32d108'/>
<id>fc6e70caa5afb2e6b37e45516fad9a233e32d108</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>net/driver: remove Medium, make HardwareAddress non_exhaustive.</title>
<updated>2023-10-18T03:28:16+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-10-16T21:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3cbc6874247d7b814cab8ec8762bfe2f6f385828'/>
<id>3cbc6874247d7b814cab8ec8762bfe2f6f385828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename zero_copy -&gt; zerocopy.</title>
<updated>2023-09-04T20:16:28+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-09-04T20:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=615882ebd67f4e7e60fb8aa1505b1272655c4fa4'/>
<id>615882ebd67f4e7e60fb8aa1505b1272655c4fa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer `receive` over `recv`</title>
<updated>2023-09-04T20:13:27+00:00</updated>
<author>
<name>Ruben De Smet</name>
<email>ruben.de.smet@rubdos.be</email>
</author>
<published>2023-08-11T10:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1eb03dc41a4a5fa8435f9a49d26e29ceea6d498e'/>
<id>1eb03dc41a4a5fa8435f9a49d26e29ceea6d498e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
