<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-stm32/src/can/fdcan.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>Ability to control automatic bus off recovery #4816</title>
<updated>2025-11-02T08:04:05+00:00</updated>
<author>
<name>RichardWGNR</name>
<email>171420035+RichardWGNR@users.noreply.github.com</email>
</author>
<published>2025-11-02T08:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6b8fae0c9b29ea2d5429d08a15556ba09b04a0b0'/>
<id>6b8fae0c9b29ea2d5429d08a15556ba09b04a0b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>stm32/afio: make af_num() unavailable in afio chips.</title>
<updated>2025-09-05T22:14:03+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-09-05T22:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a23c4b7bca15bc00f4b5c4af200f17eb0097e94b'/>
<id>a23c4b7bca15bc00f4b5c4af200f17eb0097e94b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FDCAN/BXCAN: Finish implementation of RAII instance counters.</title>
<updated>2025-06-21T02:31:56+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2025-06-07T07:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8b280688e18bd92b126601d9af26d73e147edeac'/>
<id>8b280688e18bd92b126601d9af26d73e147edeac</id>
<content type='text'>
- Use DeRef in all types
    - Change Name of internal_operation and its enum
    - move into Info to avoid macro code dup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use DeRef in all types
    - Change Name of internal_operation and its enum
    - move into Info to avoid macro code dup
</pre>
</div>
</content>
</entry>
<entry>
<title>Add TxGuard and RxGuard which impl RAII for the STM32 CAN reference counting</title>
<updated>2025-06-21T02:29:36+00:00</updated>
<author>
<name>Tobias Naumann</name>
<email>tobias.naumann@iml.fraunhofer.de</email>
</author>
<published>2025-06-05T13:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e75b344089df76aa89d7fd4463a509c0bc58de2c'/>
<id>e75b344089df76aa89d7fd4463a509c0bc58de2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate calc_timestamp and move to 'Registers' struct.</title>
<updated>2025-05-30T23:09:12+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2025-05-30T23:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=010744802fc4a1fda51f259cce874aac7294a79e'/>
<id>010744802fc4a1fda51f259cce874aac7294a79e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put State inside a critical section mutex of RefCell. This removes the unsound code that was giving out mut&amp;. to State</title>
<updated>2025-05-30T22:20:03+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2025-05-29T10:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f5658d6833cb140296a0b6f25b7eb6d16f06c520'/>
<id>f5658d6833cb140296a0b6f25b7eb6d16f06c520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Count all users of a given CAN instance and cleanup pins and RCC when the last user gets dropped</title>
<updated>2025-05-19T13:38:57+00:00</updated>
<author>
<name>Tobias Naumann</name>
<email>tobias.naumann@iml.fraunhofer.de</email>
</author>
<published>2025-05-18T20:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e0c5e93e78d48a2077578ac01d532066a638115a'/>
<id>e0c5e93e78d48a2077578ac01d532066a638115a</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>Reference count senders and receivers so that we don't close down early.</title>
<updated>2025-03-09T07:03:28+00:00</updated>
<author>
<name>Corey Schuhen</name>
<email>cschuhen@gmail.com</email>
</author>
<published>2025-03-09T03:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=424d20727eb3d2b2bda6b6a8f42306a57e93c9f2'/>
<id>424d20727eb3d2b2bda6b6a8f42306a57e93c9f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
