<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32wl55/src/bin/subghz.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>Add missing stm32wl/stm32wb chips except stm32wle</title>
<updated>2022-04-08T01:15:27+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-04-08T01:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0c07d0375406c6079e4b143cd7ac380d0a2bfd5f'/>
<id>0c07d0375406c6079e4b143cd7ac380d0a2bfd5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use embassy/defmt-timestamp-uptime in all examples.</title>
<updated>2022-04-02T02:35:06+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-04-02T02:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=82803bffdab0842bf6c3e4bce21131d437b06669'/>
<id>82803bffdab0842bf6c3e4bce21131d437b06669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/exti: expose all functionality as inherent methods.</title>
<updated>2022-01-19T16:59:55+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-01-14T21:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b526addf7b98a9c3612f2299184592dad3cd74f7'/>
<id>b526addf7b98a9c3612f2299184592dad3cd74f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/gpio: expose all functionality as inherent methods.</title>
<updated>2022-01-19T16:59:55+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-01-14T21:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=58fc64722c65bbdc209ae0fd1700f03702bbcd08'/>
<id>58fc64722c65bbdc209ae0fd1700f03702bbcd08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/rcc: remove Rcc struct, RccExt trait.</title>
<updated>2022-01-04T23:00:44+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-01-04T22:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2eb0cc5df78b2abd38228ee1f07b7c446e17d362'/>
<id>2eb0cc5df78b2abd38228ee1f07b7c446e17d362</id>
<content type='text'>
All the RCC configuration is executed in init().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the RCC configuration is executed in init().
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/rcc: remove builders on Config.</title>
<updated>2022-01-04T12:31:30+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-01-04T10:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=cdc66e110f084a27b2bae61d0611c884fcc5f845'/>
<id>cdc66e110f084a27b2bae61d0611c884fcc5f845</id>
<content type='text'>
This makes API consistent with other Config structs in Embassy, where
the convention is to not use builders.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes API consistent with other Config structs in Embassy, where
the convention is to not use builders.
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy: Refactor module structure to remove kitchen-sink `util`.</title>
<updated>2021-09-11T00:35:35+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-09-10T23:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ead987245d083b7e6be7158ea3fb63c8a47bf304'/>
<id>ead987245d083b7e6be7158ea3fb63c8a47bf304</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HAL for SubGhz peripheral for STM32 WL series</title>
<updated>2021-09-02T08:39:56+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2021-08-31T12:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7ad6280e6575fc400f84caa5c26eb3ba9770877f'/>
<id>7ad6280e6575fc400f84caa5c26eb3ba9770877f</id>
<content type='text'>
Based on the HAL from stm32wl, the peripheral driver has been
modified to fit into embassy, using the embassy APIs, providing
operation of the radio peripheral.

The initial version does not offer any async APIs, but the example
shows how the radio IRQ can be used to perform async TX of the radio.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on the HAL from stm32wl, the peripheral driver has been
modified to fit into embassy, using the embassy APIs, providing
operation of the radio peripheral.

The initial version does not offer any async APIs, but the example
shows how the radio IRQ can be used to perform async TX of the radio.
</pre>
</div>
</content>
</entry>
</feed>
