<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-stm32/src/dac/mod.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>fix(embassy-stm32): Remove duplicate fn call, vestigial from earlier refcount implementation</title>
<updated>2025-09-05T19:31:12+00:00</updated>
<author>
<name>Francisco José Gómez</name>
<email>francisco@pawpawworks.com</email>
</author>
<published>2025-09-05T19:20:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=59af53d53ee99ea133790ad41a85d67cdb1d78b6'/>
<id>59af53d53ee99ea133790ad41a85d67cdb1d78b6</id>
<content type='text'>
Refs: #4577
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs: #4577
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(embassy-stm32): Prevent dropped DacChannel from disabling Dac peripheral if another DacChannel is still in scope</title>
<updated>2025-09-05T14:28:40+00:00</updated>
<author>
<name>Francisco José Gómez</name>
<email>francisco@pawpawworks.com</email>
</author>
<published>2025-08-28T14:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d264c8ab31d6361a3fb76443ae80630d123d68fb'/>
<id>d264c8ab31d6361a3fb76443ae80630d123d68fb</id>
<content type='text'>
Fix #4577 by counting references to DacChannel. Modeled after similar code in the `can` module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4577 by counting references to DacChannel. Modeled after similar code in the `can` module.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(stm32): Add DAC::new_unbuffered method.</title>
<updated>2025-05-25T13:39:23+00:00</updated>
<author>
<name>Ivan Li</name>
<email>ivanli2048@gmail.com</email>
</author>
<published>2025-05-25T13:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=cb1bccfd5cf528497e3be8e0da9928854ed8e081'/>
<id>cb1bccfd5cf528497e3be8e0da9928854ed8e081</id>
<content type='text'>
Signed-off-by: Ivan Li &lt;ivanli2048@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Li &lt;ivanli2048@gmail.com&gt;
</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>stm32/dac: remove DMA generic params.</title>
<updated>2025-03-25T20:31:28+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-03-25T20:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=73ec3a7506f48bc76bc462a83213992436b55eb7'/>
<id>73ec3a7506f48bc76bc462a83213992436b55eb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/dac: dedup pin and DMA traits, demacrofify.</title>
<updated>2025-03-25T19:49:09+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-03-25T19:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f007b53db3b850e1186f9cde26160951b14ba2e7'/>
<id>f007b53db3b850e1186f9cde26160951b14ba2e7</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 #3002 from honzasp/rcc-info</title>
<updated>2024-05-30T11:50:40+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-05-30T11:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=39c5a6c3f7fe294bc7c5e6beaa0eac67399e62f9'/>
<id>39c5a6c3f7fe294bc7c5e6beaa0eac67399e62f9</id>
<content type='text'>
stm32/rcc: replace generated enable/disable code with runtime info
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stm32/rcc: replace generated enable/disable code with runtime info
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32: remove pointer-to-pointer-to-registers.</title>
<updated>2024-05-30T11:07:18+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-05-30T11:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c46172acac0be14b99148c2ec7aa38c9ac605fe1'/>
<id>c46172acac0be14b99148c2ec7aa38c9ac605fe1</id>
<content type='text'>
in chiptool pacs the register block struct is already a pointer, so
using pointers to it is redundant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in chiptool pacs the register block struct is already a pointer, so
using pointers to it is redundant.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/rcc: replace generated enable/disable code with runtime info</title>
<updated>2024-05-25T16:44:55+00:00</updated>
<author>
<name>Jan Špaček</name>
<email>patek.mail@gmail.com</email>
</author>
<published>2024-05-24T20:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=081afca3f065dfd91e157d7c9a9477e2d914c99d'/>
<id>081afca3f065dfd91e157d7c9a9477e2d914c99d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
