<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/tests/stm32/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>stm32 tests: move can_common out of the bin folder</title>
<updated>2025-08-14T17:41:00+00:00</updated>
<author>
<name>Fabian Wolter</name>
<email>github@fabian-wolter.de</email>
</author>
<published>2025-08-14T17:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4c556dcbf23c0024766e78d5839ce3f717bbc0e9'/>
<id>4c556dcbf23c0024766e78d5839ce3f717bbc0e9</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 tests</title>
<updated>2024-08-05T13:07:51+00:00</updated>
<author>
<name>Dion Dokter</name>
<email>diondokter@gmail.com</email>
</author>
<published>2024-08-05T13:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3cd20814501d03852a3c30facbd204dffcf048db'/>
<id>3cd20814501d03852a3c30facbd204dffcf048db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more BXCAN generics.</title>
<updated>2024-06-02T10:11:56+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>corey@schuhen.net</email>
</author>
<published>2024-06-02T09:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=367a22cc0eef61f05061aaadc714990723c25940'/>
<id>367a22cc0eef61f05061aaadc714990723c25940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove generics for BXCAN.</title>
<updated>2024-05-30T11:39:11+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-05-30T11:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=245c895d090b93582e23fc1573b244bdc5087d72'/>
<id>245c895d090b93582e23fc1573b244bdc5087d72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove generic argument for STM32 FDCAN.</title>
<updated>2024-05-29T10:07:17+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>corey@schuhen.net</email>
</author>
<published>2024-05-26T09:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=35feb1bf230a1af7fbac6dced25ed3cce727543d'/>
<id>35feb1bf230a1af7fbac6dced25ed3cce727543d</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>CAN: Use the same testing code for BXCAN and FDCAN h/w.</title>
<updated>2024-03-27T23:32:13+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2024-03-27T09:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8d43fb4da4712dd9bb5a2ae343168e536c2b3129'/>
<id>8d43fb4da4712dd9bb5a2ae343168e536c2b3129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
