<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-nrf/src/fmt.rs, 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>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>Sync all fmt.rs files.</title>
<updated>2023-08-29T23:37:18+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-08-29T23:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5e613d9abbb945e7fc7d4c895d645bfad6a3d2c8'/>
<id>5e613d9abbb945e7fc7d4c895d645bfad6a3d2c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.</title>
<updated>2021-06-07T01:21:37+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-06-07T01:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3be49d3e794d5819574fe33ffbfda9da1ddbe216'/>
<id>3be49d3e794d5819574fe33ffbfda9da1ddbe216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: use absolute paths</title>
<updated>2021-06-07T01:15:05+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-06-07T01:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ef1ebefec0c682553213406b3e59a30a79520291'/>
<id>ef1ebefec0c682553213406b3e59a30a79520291</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: make all macros `macro_rules` so scoping is consistent.</title>
<updated>2021-06-06T22:16:39+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-06-06T22:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e7dc5c0939d30ccba98418c42799c4e39f646d23'/>
<id>e7dc5c0939d30ccba98418c42799c4e39f646d23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow unused stuff in fmt.rs</title>
<updated>2021-03-18T00:42:28+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-03-18T00:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f248bb17ad2840a87a6e4858e72d52fd067609ec'/>
<id>f248bb17ad2840a87a6e4858e72d52fd067609ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not export fmt macros.</title>
<updated>2021-03-17T21:50:27+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-03-17T21:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a9076636ac5e5396aea0e450b8af591b709640a2'/>
<id>a9076636ac5e5396aea0e450b8af591b709640a2</id>
<content type='text'>
This was introduced by accident by me struggling with the weird intra-crate macro importing system...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was introduced by accident by me struggling with the weird intra-crate macro importing system...
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of some warnings</title>
<updated>2021-02-14T00:41:36+00:00</updated>
<author>
<name>Thales Fragoso</name>
<email>thales.fragosoz@gmail.com</email>
</author>
<published>2021-02-14T00:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b69f72e055cb741a7f599832792933acc00f5fdf'/>
<id>b69f72e055cb741a7f599832792933acc00f5fdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
