<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32f7/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>executor: return error when creating the spawntoken, not when spawning.</title>
<updated>2025-08-29T11:23:21+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-07-08T23:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8aec341f28a00012e1771d5c35d2647e11830755'/>
<id>8aec341f28a00012e1771d5c35d2647e11830755</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Peripheral trait, rename PeripheralRef-&gt;Peri.</title>
<updated>2025-03-27T14:18:06+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-03-26T15:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d41eeeae79388f219bf6a84e2f7bde9f6b532516'/>
<id>d41eeeae79388f219bf6a84e2f7bde9f6b532516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix F7 example.</title>
<updated>2024-06-02T10:16:57+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-06-02T10:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=58ef2594e511bd5147aae504b8ff723152ab1d1b'/>
<id>58ef2594e511bd5147aae504b8ff723152ab1d1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix example.</title>
<updated>2024-05-30T12:00:02+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>corey@schuhen.net</email>
</author>
<published>2024-05-30T12:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7fd79857c339ccc55a4df606e25b432ada8f43a1'/>
<id>7fd79857c339ccc55a4df606e25b432ada8f43a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/can: simplify bxcan api, merging bx::* into the main structs.</title>
<updated>2024-04-02T09:08:03+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-04-01T23:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c8936edb6c13eb099dfb31a4a51be2dd3bb4661e'/>
<id>c8936edb6c13eb099dfb31a4a51be2dd3bb4661e</id>
<content type='text'>
The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait
are a relic from the `bxcan` crate. Remove them, move the functionality
into the main structs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait
are a relic from the `bxcan` crate. Remove them, move the functionality
into the main structs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Result instead of Option for Frame creation.</title>
<updated>2024-03-13T07:46:50+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-03-12T11:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=242759a600418aaaed1bbbec96a9fc7e7effc383'/>
<id>242759a600418aaaed1bbbec96a9fc7e7effc383</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shared frame types.</title>
<updated>2024-03-13T07:46:50+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-03-07T12:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=12a3af5043fd1d9a32f57b5cab9b5729a304ffc5'/>
<id>12a3af5043fd1d9a32f57b5cab9b5729a304ffc5</id>
<content type='text'>
Remove BXCAN speciffic id and frame modules

Remove SizedClassicData
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove BXCAN speciffic id and frame modules

Remove SizedClassicData
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples and improve imports required.</title>
<updated>2024-03-07T07:45:01+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-03-05T10:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=65b38cf75504339033c56b39ce23da0b697a35a5'/>
<id>65b38cf75504339033c56b39ce23da0b697a35a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: use beta, add secondary nightly ci.</title>
<updated>2023-12-21T14:03:57+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-12-21T13:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8b36a32ed5d834b23e970d5b723dd7df1f1c94a2'/>
<id>8b36a32ed5d834b23e970d5b723dd7df1f1c94a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
