<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-imxrt/src/clocks.rs, branch fix-input-sync-bypass</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>clocks: remove defmt messages</title>
<updated>2025-05-07T19:57:49+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2025-05-07T19:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=297ff3d03229bedb2582c171be23b488ecc4e520'/>
<id>297ff3d03229bedb2582c171be23b488ecc4e520</id>
<content type='text'>
Whenever any of the defmt-timestamp-uptime* features is enabled, defmt
will insert code that reads the timestamp in order to embed it into
the format string. This means that we *must* have a functional time
driver by the time the very first defmt message is printed.

Because clocks.rs is the part of the code setting up clocks that may,
indeed, be required by the chosen clock driver, it cannot contain any
defmt messages, otherwise it will trigger a read to a function that
does not yet exist.

Signed-off-by: Felipe Balbi &lt;febalbi@microsoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whenever any of the defmt-timestamp-uptime* features is enabled, defmt
will insert code that reads the timestamp in order to embed it into
the format string. This means that we *must* have a functional time
driver by the time the very first defmt message is printed.

Because clocks.rs is the part of the code setting up clocks that may,
indeed, be required by the chosen clock driver, it cannot contain any
defmt messages, otherwise it will trigger a read to a function that
does not yet exist.

Signed-off-by: Felipe Balbi &lt;febalbi@microsoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clocks: split clock and reset operations</title>
<updated>2025-05-07T17:39:25+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2025-05-07T17:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=64ce271af526a9311b0c1c251b19b5ce79032551'/>
<id>64ce271af526a9311b0c1c251b19b5ce79032551</id>
<content type='text'>
Some peripherals need to control clock without touching the reset.

Signed-off-by: Felipe Balbi &lt;febalbi@microsoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some peripherals need to control clock without touching the reset.

Signed-off-by: Felipe Balbi &lt;febalbi@microsoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add embassy-imxrt</title>
<updated>2025-04-09T16:37:45+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2025-04-03T15:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=aa9a16e569dfb56ce2b689733975f4d854af0b00'/>
<id>aa9a16e569dfb56ce2b689733975f4d854af0b00</id>
<content type='text'>
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent
PRs will add more drivers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent
PRs will add more drivers.
</pre>
</div>
</content>
</entry>
</feed>
