<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-stm32/CHANGELOG.md, 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>low-power: stm32wl5x</title>
<updated>2025-12-19T15:55:34+00:00</updated>
<author>
<name>liebman</name>
<email>liebman@zod.com</email>
</author>
<published>2025-12-18T23:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9008e4ca79a8cea093484f09d02c9ca67e7e2b1f'/>
<id>9008e4ca79a8cea093484f09d02c9ca67e7e2b1f</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 #4726 from RaulIQ/main</title>
<updated>2025-12-16T18:32:00+00:00</updated>
<author>
<name>xoviat</name>
<email>49173759+xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-16T18:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4e3e4f44c29d6a5ef93d646b0ae4acc861f1f72e'/>
<id>4e3e4f44c29d6a5ef93d646b0ae4acc861f1f72e</id>
<content type='text'>
[embassy-stm32] add DMA-based input capture for timer channels
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[embassy-stm32] add DMA-based input capture for timer channels
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/adc: allow DMA reads to loop through enabled channels</title>
<updated>2025-12-16T17:30:36+00:00</updated>
<author>
<name>Gabriel Smith</name>
<email>ga29smith@gmail.com</email>
</author>
<published>2025-12-16T17:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b9395180fba64d42fb3e0977f4882d7555488c2f'/>
<id>b9395180fba64d42fb3e0977f4882d7555488c2f</id>
<content type='text'>
This was previously implemented for v3 ADCs, but that was lost in the
recent refactoring. I have gone through all the reference manuals to
verify that this should be supported for all chips, but it has only
been confirmed for the STM32H5 series.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was previously implemented for v3 ADCs, but that was lost in the
recent refactoring. I have gone through all the reference manuals to
verify that this should be supported for all chips, but it has only
been confirmed for the STM32H5 series.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into main</title>
<updated>2025-12-16T06:05:22+00:00</updated>
<author>
<name>Raul Alimbekov</name>
<email>57192499+RaulIQ@users.noreply.github.com</email>
</author>
<published>2025-12-16T06:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c9a04b4b732b7a3b696eb8223664c1a7942b1875'/>
<id>c9a04b4b732b7a3b696eb8223664c1a7942b1875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Source system clock from MSIS before (de)configuring PLLs</title>
<updated>2025-12-15T16:03:01+00:00</updated>
<author>
<name>goodhoko</name>
<email>goodhoko@gmail.com</email>
</author>
<published>2025-12-15T15:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=120911fd7112196e37806b9abfd38c50f637917c'/>
<id>120911fd7112196e37806b9abfd38c50f637917c</id>
<content type='text'>
Fixes https://github.com/embassy-rs/embassy/issues/5072
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/embassy-rs/embassy/issues/5072
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into main</title>
<updated>2025-12-11T15:08:50+00:00</updated>
<author>
<name>xoviat</name>
<email>49173759+xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-11T15:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1aadce76847a7686bf66e3a6532e18e05042f78a'/>
<id>1aadce76847a7686bf66e3a6532e18e05042f78a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow again to set nodiv independently of master clock divider</title>
<updated>2025-12-09T17:56:03+00:00</updated>
<author>
<name>Roman Lim</name>
<email>roman.lim@swissphone.com</email>
</author>
<published>2025-09-24T11:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ac764a85a1287b9ca921352aa1fd21c78ffa0312'/>
<id>ac764a85a1287b9ca921352aa1fd21c78ffa0312</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changelog</title>
<updated>2025-12-03T17:23:24+00:00</updated>
<author>
<name>Albin Hedman</name>
<email>albin9604@gmail.com</email>
</author>
<published>2025-12-03T17:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=40d00d1208c1d0ea2c9a29ea30412b0491fd0543'/>
<id>40d00d1208c1d0ea2c9a29ea30412b0491fd0543</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 #4971 from SL-RU/main</title>
<updated>2025-12-01T23:58:58+00:00</updated>
<author>
<name>xoviat</name>
<email>49173759+xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-01T23:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c46a6c2dcf86bd0840ce4ba6034011fdd9f669a8'/>
<id>c46a6c2dcf86bd0840ce4ba6034011fdd9f669a8</id>
<content type='text'>
Fix SPI:  SSM and SSOE in STM32 driver behavior, add nss_output_disable to SPI Config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix SPI:  SSM and SSOE in STM32 driver behavior, add nss_output_disable to SPI Config
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: SSM and SSOE in SPI STM32 driver behavior, add nss_output_disable in SPI Config</title>
<updated>2025-12-01T23:31:13+00:00</updated>
<author>
<name>Lutsai Aleksandr</name>
<email>s.lyra@ya.ru</email>
</author>
<published>2025-12-01T23:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=678ecd58c90d256e80cc88e7d3ab5af3d9c921e3'/>
<id>678ecd58c90d256e80cc88e7d3ab5af3d9c921e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
