<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy, branch cyw43-link-status-update</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>cyw43: update link status on LINK event</title>
<updated>2025-12-07T23:25:09+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-12-07T23:11:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=15947259e80f9440b354c58a4902892999d1ebe4'/>
<id>15947259e80f9440b354c58a4902892999d1ebe4</id>
<content type='text'>
currently the cyw43 driver only sets the link state in
src/control.rs:397 when a join is successful and stays up after that
regardless of the actual state of the connection. this commit changes
that so that the link state is updated based on LINK events the same way
that it is done in https://github.com/georgerobotics/cyw43-driver/blob/dd7568229f3bf7a37737b9e1ef250c26efe75b23/src/cyw43_ctrl.c#L402
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
currently the cyw43 driver only sets the link state in
src/control.rs:397 when a join is successful and stays up after that
regardless of the actual state of the connection. this commit changes
that so that the link state is updated based on LINK events the same way
that it is done in https://github.com/georgerobotics/cyw43-driver/blob/dd7568229f3bf7a37737b9e1ef250c26efe75b23/src/cyw43_ctrl.c#L402
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5000 from liebman/small-cleanup-for-low-power-stm32wlex</title>
<updated>2025-12-07T17:24:38+00:00</updated>
<author>
<name>xoviat</name>
<email>49173759+xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-07T17:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b9e467bdfe44e51a8b633040d9fe9cd43c581d36'/>
<id>b9e467bdfe44e51a8b633040d9fe9cd43c581d36</id>
<content type='text'>
low-power: add defmt flush before WFE and cleanup RCC re-initialization on wakeup for stm32wlex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
low-power: add defmt flush before WFE and cleanup RCC re-initialization on wakeup for stm32wlex
</pre>
</div>
</content>
</entry>
<entry>
<title>low-power: add defmt flush before WFE and cleanup RCC re-initialization on wakeup for stm32wlex</title>
<updated>2025-12-07T17:11:28+00:00</updated>
<author>
<name>liebman</name>
<email>liebman@zod.com</email>
</author>
<published>2025-12-07T17:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=982f7b32180e6f88ab44cd9d385c3b3c4e37969f'/>
<id>982f7b32180e6f88ab44cd9d385c3b3c4e37969f</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 #4999 from xoviat/low-power</title>
<updated>2025-12-06T23:10:57+00:00</updated>
<author>
<name>xoviat</name>
<email>49173759+xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-06T23:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4c1112b3df8058bdc9cbddaad9981478fad74601'/>
<id>4c1112b3df8058bdc9cbddaad9981478fad74601</id>
<content type='text'>
low-power: rework stoppableperipheral traits
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
low-power: rework stoppableperipheral traits
</pre>
</div>
</content>
</entry>
<entry>
<title>low-power: rework stoppableperipheral traits</title>
<updated>2025-12-06T22:57:18+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-06T22:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=37c7757c57c5038c3ec76e1b0d78396e38ff8743'/>
<id>37c7757c57c5038c3ec76e1b0d78396e38ff8743</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 #4998 from xoviat/low-power</title>
<updated>2025-12-06T21:54:57+00:00</updated>
<author>
<name>xoviat</name>
<email>49173759+xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-06T21:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7d74e87a547eed2f1a8b991aede2cecc1654c3ab'/>
<id>7d74e87a547eed2f1a8b991aede2cecc1654c3ab</id>
<content type='text'>
low-power: improve debug logic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
low-power: improve debug logic
</pre>
</div>
</content>
</entry>
<entry>
<title>low-power: improve debug logic</title>
<updated>2025-12-06T21:24:30+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-06T21:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=997ad131325a30f79ef5bf407200830ce488302e'/>
<id>997ad131325a30f79ef5bf407200830ce488302e</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 #4997 from xoviat/adc</title>
<updated>2025-12-06T18:36:49+00:00</updated>
<author>
<name>xoviat</name>
<email>49173759+xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-06T18:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a30d207409f9b356c2b057e971f55f8b8057e4d1'/>
<id>a30d207409f9b356c2b057e971f55f8b8057e4d1</id>
<content type='text'>
adc: type-erase regs instance
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adc: type-erase regs instance
</pre>
</div>
</content>
</entry>
<entry>
<title>adc/g4: optimize</title>
<updated>2025-12-06T18:31:55+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-06T18:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=fe88223469ca872b9b30b32e1b3f4ad219cfebed'/>
<id>fe88223469ca872b9b30b32e1b3f4ad219cfebed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adc: type-erase regs instance</title>
<updated>2025-12-06T18:17:00+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-06T18:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4f66b2f2090e2fcfd7d92f9ebd07cc9048eb70d7'/>
<id>4f66b2f2090e2fcfd7d92f9ebd07cc9048eb70d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
