<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-usb-driver, branch fix-input-sync-bypass</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>Update to embedded-io 0.7</title>
<updated>2025-12-19T11:29:50+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-01T19:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=62ed44f99af9e33d689c8308149f8f992176895f'/>
<id>62ed44f99af9e33d689c8308149f8f992176895f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>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:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=abc8e450f936567ad42cb34b5d2a7941b206aa5d'/>
<id>abc8e450f936567ad42cb34b5d2a7941b206aa5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more docs fixes</title>
<updated>2025-09-23T11:55:55+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>robin.mueller.m@pm.me</email>
</author>
<published>2025-09-23T11:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=99febbe3a42ac05b723e6e76088d159eb0acfa5e'/>
<id>99febbe3a42ac05b723e6e76088d159eb0acfa5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update manifests to satisfy new checks.</title>
<updated>2025-09-21T22:47:08+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-09-21T22:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4d71f432ad05cd8cce50b13cf6de6a1422f3b401'/>
<id>4d71f432ad05cd8cce50b13cf6de6a1422f3b401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comments</title>
<updated>2025-09-02T22:44:44+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2025-09-02T22:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d17f4d71781e016f44b081a981a79fdccddabb33'/>
<id>d17f4d71781e016f44b081a981a79fdccddabb33</id>
<content type='text'>
- rename read_data to read_transfer
- rename write_data to write_transfer
- add needs_zlp argument

Signed-off-by: Felipe Balbi &lt;febalbi@microsoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- rename read_data to read_transfer
- rename write_data to write_transfer
- add needs_zlp argument

Signed-off-by: Felipe Balbi &lt;febalbi@microsoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add helper to read/write full transfer blocks</title>
<updated>2025-08-29T21:45:03+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2025-08-29T21:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6dc06d47bf76e32096d5e42914cd0269476f5855'/>
<id>6dc06d47bf76e32096d5e42914cd0269476f5855</id>
<content type='text'>
instead of always transferring only USB packets, add a provided method
to transmit an entire data block by using a simple loop construct.

Signed-off-by: Felipe Balbi &lt;febalbi@microsoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of always transferring only USB packets, add a provided method
to transmit an entire data block by using a simple loop construct.

Signed-off-by: Felipe Balbi &lt;febalbi@microsoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add semver checks and releasing to releaser</title>
<updated>2025-08-25T17:44:49+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-08-14T11:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6a347f1f09b0076af868dcd63d9139081c92172b'/>
<id>6a347f1f09b0076af868dcd63d9139081c92172b</id>
<content type='text'>
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: Release embassy-usb-driver version 0.2.0</title>
<updated>2025-07-16T13:43:05+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-07-16T13:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6f2f469c565f7bacc8e5312f6f2ae20828941308'/>
<id>6f2f469c565f7bacc8e5312f6f2ae20828941308</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 #4397 from korbin/allocate-numbered-endpoints</title>
<updated>2025-07-15T22:08:08+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-07-15T22:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f525386fca8299791fa81539130576059654d778'/>
<id>f525386fca8299791fa81539130576059654d778</id>
<content type='text'>
Make USB endpoint allocator methods accept an optional `EndpointAddress`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make USB endpoint allocator methods accept an optional `EndpointAddress`
</pre>
</div>
</content>
</entry>
<entry>
<title>release: embassy-usb-driver 0.1.1</title>
<updated>2025-07-15T19:41:41+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-07-15T19:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f32e8f6025ca3787fa402e13cda4031d88e6f518'/>
<id>f32e8f6025ca3787fa402e13cda4031d88e6f518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
