<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-stm32-wpan/src/sub/ble.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>wpan: refactor into wb55</title>
<updated>2025-12-04T00:15:52+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-04T00:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7c7f6ce38600b9fbc99a1a0129d00cc2dbcb8406'/>
<id>7c7f6ce38600b9fbc99a1a0129d00cc2dbcb8406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt</title>
<updated>2025-11-23T19:24:08+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-11-23T19:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7b349ce9d86b03f6fbc7320e13bf11c8be0e7882'/>
<id>7b349ce9d86b03f6fbc7320e13bf11c8be0e7882</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wpan: restructure ipcc and hil test wpan_mac</title>
<updated>2025-11-23T19:11:18+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-11-23T19:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=08125aa919a4dc4de79f91de9a7f3586e51a7739'/>
<id>08125aa919a4dc4de79f91de9a7f3586e51a7739</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rustfmt for edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8730a013c395cf0bf4c2fa8eeb7f138288103039'/>
<id>8730a013c395cf0bf4c2fa8eeb7f138288103039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add example to doc for BLE initialisation</title>
<updated>2025-01-01T01:38:30+00:00</updated>
<author>
<name>Lofty Inclination</name>
<email>alastaircodd@hotmail.co.uk</email>
</author>
<published>2025-01-01T01:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c6e0508da0e5a8689b833c60e0d8e59b922ebd8f'/>
<id>c6e0508da0e5a8689b833c60e0d8e59b922ebd8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! Add docs for the BLE bindings</title>
<updated>2025-01-01T01:35:41+00:00</updated>
<author>
<name>Lofty Inclination</name>
<email>alastaircodd@hotmail.co.uk</email>
</author>
<published>2025-01-01T01:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7d387f52a2b9a3bac063665f1b0706af02c7da6c'/>
<id>7d387f52a2b9a3bac063665f1b0706af02c7da6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs for the BLE bindings</title>
<updated>2025-01-01T01:35:41+00:00</updated>
<author>
<name>Lofty Inclination</name>
<email>alastaircodd@hotmail.co.uk</email>
</author>
<published>2025-01-01T00:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b2cc2fda26a7ecd6d64482e1f53eaf213f2b0a54'/>
<id>b2cc2fda26a7ecd6d64482e1f53eaf213f2b0a54</id>
<content type='text'>
These new docs explain a lot of the current implementation for the BLE
stack, with reference to AN5289 14.1. They also detail the additional
requirements around BLE startup behaviour; specifically, that certain
SYS events must be awaited, and that shci_c2_ble_init should be called.

Since the ble feature is now enabled by default for the docs, the
remaining documentation for the BLE behaviour (as implemented by the
`stm32wb-hci` crate) should be bought in automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These new docs explain a lot of the current implementation for the BLE
stack, with reference to AN5289 14.1. They also detail the additional
requirements around BLE startup behaviour; specifically, that certain
SYS events must be awaited, and that shci_c2_ble_init should be called.

Since the ble feature is now enabled by default for the docs, the
remaining documentation for the BLE behaviour (as implemented by the
`stm32wb-hci` crate) should be bought in automatically.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32: misc. cleanup</title>
<updated>2023-09-17T23:47:22+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2023-09-17T23:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=feaeee1e835bf3e2a6b36fc8d2d45d4cbc5c27a3'/>
<id>feaeee1e835bf3e2a6b36fc8d2d45d4cbc5c27a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/wpan: implement mm pattern</title>
<updated>2023-06-24T00:59:48+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2023-06-24T00:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d43417e97c4de487b4ebf018830825e034c5394e'/>
<id>d43417e97c4de487b4ebf018830825e034c5394e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/wpan: reorg subsystems</title>
<updated>2023-06-23T22:54:06+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2023-06-23T22:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=29f32ce00ec0f50ef5e3b29c7e50f7f5479b4967'/>
<id>29f32ce00ec0f50ef5e3b29c7e50f7f5479b4967</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
