<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32g4/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/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.</title>
<updated>2024-03-03T23:04:06+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-03-03T22:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b4567bb8c56dced1c64177d727ebb32ee4680ea3'/>
<id>b4567bb8c56dced1c64177d727ebb32ee4680ea3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_push</title>
<updated>2024-03-01T23:15:42+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-03-01T23:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3fe907b54d643f6be59da8c36af79acc58c90b85'/>
<id>3fe907b54d643f6be59da8c36af79acc58c90b85</id>
<content type='text'>
Give CAN a kick when writing into TX buffer via sender.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Give CAN a kick when writing into TX buffer via sender.
</pre>
</div>
</content>
</entry>
<entry>
<title>Writing to TX buffer also needs to fire an interrupt to kick off transmission if it is idle.</title>
<updated>2024-03-01T23:09:27+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-03-01T23:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=df8f508ffa2bec79f6e3fba4ac3cfe0e5545b5b2'/>
<id>df8f508ffa2bec79f6e3fba4ac3cfe0e5545b5b2</id>
<content type='text'>
Formatting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Formatting
</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>FDCAN: Don't require internal module for public API.</title>
<updated>2024-02-25T00:14:12+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>corey@schuhen.net</email>
</author>
<published>2024-02-24T23:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1327a644b6194093e732372d2aab571214ef5717'/>
<id>1327a644b6194093e732372d2aab571214ef5717</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>
</feed>
