<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32h5/src/bin/can.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>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>fixed: example loops crashing after 256 passes</title>
<updated>2024-04-29T20:31:16+00:00</updated>
<author>
<name>Peter Kövesdi</name>
<email>gauner1@gmail.com</email>
</author>
<published>2024-04-29T20:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b6f9dbfb5b66190cd8d798ec0f99a7f3cdeb8ea0'/>
<id>b6f9dbfb5b66190cd8d798ec0f99a7f3cdeb8ea0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: stm32: can: fix build</title>
<updated>2024-04-22T12:31:01+00:00</updated>
<author>
<name>Torin Cooper-Bennun</name>
<email>tcbennun@maxiluxsystems.com</email>
</author>
<published>2024-04-19T14:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=846abfae2b8a24715542d57d4e6ea4386607d845'/>
<id>846abfae2b8a24715542d57d4e6ea4386607d845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods instead of a tuple sometimes.</title>
<updated>2024-03-27T23:32:13+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-03-24T05:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2217b802781b5f2188b4da659aca47f9d89ee032'/>
<id>2217b802781b5f2188b4da659aca47f9d89ee032</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32: autogenerate mux config for all chips.</title>
<updated>2024-03-01T22:54:37+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-02-26T02:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=95234cddbac6f21fce0f5df510d49816f343b87d'/>
<id>95234cddbac6f21fce0f5df510d49816f343b87d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the OperatingMode typestates</title>
<updated>2024-02-18T03:09:37+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-02-18T03:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=eafa90cd0707298f354d5d1e496f8364117bd781'/>
<id>eafa90cd0707298f354d5d1e496f8364117bd781</id>
<content type='text'>
Instead have two explcit types(without the mode generic arg)types:
- One for config
- One for all operating modes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead have two explcit types(without the mode generic arg)types:
- One for config
- One for all operating modes
</pre>
</div>
</content>
</entry>
<entry>
<title>Port FDCAN HAL to use PAC directly instead of fdcan crate.</title>
<updated>2024-02-17T08:25:58+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-02-02T23:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=70b3c4374d57ab638e0cb76013b725e1ea229546'/>
<id>70b3c4374d57ab638e0cb76013b725e1ea229546</id>
<content type='text'>
- Provide separate FDCAN capable and Classic CAN API's
- Don't use fdcan crate dep anymore
- Provide embedded-can traits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Provide separate FDCAN capable and Classic CAN API's
- Don't use fdcan crate dep anymore
- Provide embedded-can traits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add FDCAN examples for STM32G4, STM32H5 and STM32H7</title>
<updated>2024-01-30T19:40:05+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-01-25T07:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1698f4dbc3b5f4e561c3edd20246af63c22da507'/>
<id>1698f4dbc3b5f4e561c3edd20246af63c22da507</id>
<content type='text'>
Fix examples

Fix examples

Fix examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix examples

Fix examples

Fix examples.
</pre>
</div>
</content>
</entry>
</feed>
