<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32wl/src/bin/lorawan.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 lora-phy examples.</title>
<updated>2023-04-23T23:32:34+00:00</updated>
<author>
<name>ceekdee</name>
<email>taigatensor@gmail.com</email>
</author>
<published>2023-04-23T23:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=73f25093c7793ad2e8bd6fceeca46d9b5b1031ad'/>
<id>73f25093c7793ad2e8bd6fceeca46d9b5b1031ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to rust-lorawan with afit support</title>
<updated>2023-04-14T23:00:12+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2023-04-14T21:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=63941432e3f68a0a3f2f4e97a807bfe16f4aff2b'/>
<id>63941432e3f68a0a3f2f4e97a807bfe16f4aff2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Rust nightly.</title>
<updated>2022-09-22T14:38:14+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-09-22T14:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=897b72c872183221e088611aa6f30989800afd2b'/>
<id>897b72c872183221e088611aa6f30989800afd2b</id>
<content type='text'>
Removes feature(generic_associated_types)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes feature(generic_associated_types)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use LP as default</title>
<updated>2022-08-26T13:44:58+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-08-09T10:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6dab322c5819f89b41977bf4bad66bb8445af5f9'/>
<id>6dab322c5819f89b41977bf4bad66bb8445af5f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lora: Make some options configurable</title>
<updated>2022-08-26T13:44:58+00:00</updated>
<author>
<name>Timo Kröger</name>
<email>timokroeger93@gmail.com</email>
</author>
<published>2022-06-25T09:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f31116cafaeea7746aec19903fb1c73adaea9ea6'/>
<id>f31116cafaeea7746aec19903fb1c73adaea9ea6</id>
<content type='text'>
Call `config()` only once at construction not with every RX and TX operation.
The Lora-E5 only supports HP mode, use that instead.
The nucleo board supports both HP and LP and should continue to work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call `config()` only once at construction not with every RX and TX operation.
The Lora-E5 only supports HP mode, use that instead.
The nucleo board supports both HP and LP and should continue to work.
</pre>
</div>
</content>
</entry>
<entry>
<title>lora: Use a trait for RF frontend switching</title>
<updated>2022-08-26T13:44:58+00:00</updated>
<author>
<name>Timo Kröger</name>
<email>timokroeger93@gmail.com</email>
</author>
<published>2022-06-25T08:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=69d80c086d2f22f66aa25fafb55918cb1c5e3bdd'/>
<id>69d80c086d2f22f66aa25fafb55918cb1c5e3bdd</id>
<content type='text'>
The Seeed Studio Lora-E5 module only has two control pins.
With the `RadioSwitch` trait the user can implement any method required
by the module/board to control the TX/RX direction of the radio frontend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Seeed Studio Lora-E5 module only has two control pins.
With the `RadioSwitch` trait the user can implement any method required
by the module/board to control the TX/RX direction of the radio frontend.
</pre>
</div>
</content>
</entry>
<entry>
<title>lora: Improve IRQ handling</title>
<updated>2022-08-26T13:44:57+00:00</updated>
<author>
<name>Timo Kröger</name>
<email>timokroeger93@gmail.com</email>
</author>
<published>2022-06-25T05:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8e8106ef555373f8b0f04fe1f67684efef435a94'/>
<id>8e8106ef555373f8b0f04fe1f67684efef435a94</id>
<content type='text'>
* Interrupt handler only triggers a waker:
Do the actual interrupt processing which involves SUBGHZ SPI coms in the task.
* Do not require a static state for the constructor.
* Remove unsafe from construcor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Interrupt handler only triggers a waker:
Do the actual interrupt processing which involves SUBGHZ SPI coms in the task.
* Do not require a static state for the constructor.
* Remove unsafe from construcor.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32wl: Do not require external SPI pins for SUBGHZ</title>
<updated>2022-08-26T13:42:25+00:00</updated>
<author>
<name>Timo Kröger</name>
<email>timokroeger93@gmail.com</email>
</author>
<published>2022-06-24T12:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=61c666212fa04571a74c27f649526459a376aa8a'/>
<id>61c666212fa04571a74c27f649526459a376aa8a</id>
<content type='text'>
For the Seeed Studio Lora-E5 those pins conflict with the radio frontend control GPIOS (PA4 and PA5).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the Seeed Studio Lora-E5 those pins conflict with the radio frontend control GPIOS (PA4 and PA5).
</pre>
</div>
</content>
</entry>
<entry>
<title>Split embassy-time from embassy-executor.</title>
<updated>2022-08-17T23:22:30+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-08-17T21:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5daa173ce4b153a532b4daa9e94c7a248231f25b'/>
<id>5daa173ce4b153a532b4daa9e94c7a248231f25b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples Remove the `fn config()` idiom.</title>
<updated>2022-08-17T20:25:58+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-08-17T20:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2e85eaf7d5f4dcf6d84f426542b8ec87aa51c429'/>
<id>2e85eaf7d5f4dcf6d84f426542b8ec87aa51c429</id>
<content type='text'>
It was only useful for doing #[embassy_executor::main(config = "config()")]`. Now that
it's gone, it makes more sense to build the config in main directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was only useful for doing #[embassy_executor::main(config = "config()")]`. Now that
it's gone, it makes more sense to build the config in main directly.
</pre>
</div>
</content>
</entry>
</feed>
