<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32wl55/src/bin, 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>Add embassy-lora crate</title>
<updated>2021-09-30T08:32:24+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2021-09-30T07:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=16a47a0ad9eb5f40aa1f202d3fbaa03c7b77b836'/>
<id>16a47a0ad9eb5f40aa1f202d3fbaa03c7b77b836</id>
<content type='text'>
This crate contains async radio drivers for various lora drivers that
work with embassy timers. The code is imported from Drogue Device (
https://github.com/drogue-iot/drogue-device)

The radio drivers integrate with the async LoRaWAN MAC layer in the
lorawan-device crate.

Also added is an example for the STM32WL55 and for STM32L0 (requires
the LoRa Discovery board) for LoRaWAN. Future work is to make the
underlying radio drivers using fully async SPI when communicating
with the peripheral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This crate contains async radio drivers for various lora drivers that
work with embassy timers. The code is imported from Drogue Device (
https://github.com/drogue-iot/drogue-device)

The radio drivers integrate with the async LoRaWAN MAC layer in the
lorawan-device crate.

Also added is an example for the STM32WL55 and for STM32L0 (requires
the LoRa Discovery board) for LoRaWAN. Future work is to make the
underlying radio drivers using fully async SPI when communicating
with the peripheral.
</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>Merge pull request #381 from lulf/stm32wl55-subghz</title>
<updated>2021-09-05T22:58:42+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-09-05T22:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=eff8ae9c4d93cdd44e27af653b16b339f03f11dd'/>
<id>eff8ae9c4d93cdd44e27af653b16b339f03f11dd</id>
<content type='text'>
Add HAL for SubGhz peripheral for STM32 WL series</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add HAL for SubGhz peripheral for STM32 WL series</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trait_alias, allow(incomplete_features).</title>
<updated>2021-09-03T15:00:58+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-09-03T15:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=de016e845655fe7a8637c9a545e4074e7bd6dbfc'/>
<id>de016e845655fe7a8637c9a545e4074e7bd6dbfc</id>
<content type='text'>
trait_alias seems unused. no idea why it's there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trait_alias seems unused. no idea why it's there.
</pre>
</div>
</content>
</entry>
</feed>
