<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/nrf, 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>Rename examples/nrf to examples/nrf52840</title>
<updated>2023-01-09T21:30:02+00:00</updated>
<author>
<name>Dominik Boehi</name>
<email>dominik.boehi@gmail.com</email>
</author>
<published>2023-01-09T21:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0a27b6cedb52453123190671f294bbd34918e09a'/>
<id>0a27b6cedb52453123190671f294bbd34918e09a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>net: split driver trait to a separate crate.</title>
<updated>2022-12-26T03:49:08+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-12-26T02:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1f033d509afb4e590a81896de66af683fda4e706'/>
<id>1f033d509afb4e590a81896de66af683fda4e706</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>net: remove unused pool-x features</title>
<updated>2022-12-26T02:34:05+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-12-26T01:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=72bb9b53a239464500ad9dc5db462bcb7917d53a'/>
<id>72bb9b53a239464500ad9dc5db462bcb7917d53a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>usb/cdc-ncm: add embassy-net Device implementation.</title>
<updated>2022-12-13T15:43:25+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-12-07T15:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e9219405ca04e23b6543fb841fd97df54cf72f94'/>
<id>e9219405ca04e23b6543fb841fd97df54cf72f94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nrf: add manually_create_executor example.</title>
<updated>2022-12-09T22:33:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-12-09T22:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5d4f09156af094732edc5c01332af8b13db10e0f'/>
<id>5d4f09156af094732edc5c01332af8b13db10e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #1049</title>
<updated>2022-12-09T07:49:40+00:00</updated>
<author>
<name>bors[bot]</name>
<email>26634292+bors[bot]@users.noreply.github.com</email>
</author>
<published>2022-12-09T07:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=58ab82904970f2df3984e54c722955a7b7c81391'/>
<id>58ab82904970f2df3984e54c722955a7b7c81391</id>
<content type='text'>
1049: embassy-nrf: Add I2S module r=lulf a=chris-zen

This PR adds I2S support for the nrf52 series (`nrf52832`, `nrf52833`, `nrf52840`).

We could only test it in a `nrf52840` in master mode for an output stream (see `i2s_waveform` example), using a clone of the [Adafruit I2S Stereo Decoder - UDA1334A](https://learn.adafruit.com/adafruit-i2s-stereo-decoder-uda1334a/overview).

We were wondering if this could be a welcome addition to embassy, as we are working on this very informally and don't have much free time for it.

&lt;img src="https://user-images.githubusercontent.com/932644/202316127-a8cf90ef-1e1a-4e1d-b796-961b8ad6cef5.png" width="600"&gt;

https://user-images.githubusercontent.com/932644/202316609-e53cd912-e463-4e01-839e-0bbdf37020da.mp4


Co-authored-by: `@brainstorm` &lt;brainstorm@nopcode.org&gt;

Co-authored-by: Christian Perez Llamas &lt;932644+chris-zen@users.noreply.github.com&gt;
Co-authored-by: Roman Valls Guimera &lt;brainstorm@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1049: embassy-nrf: Add I2S module r=lulf a=chris-zen

This PR adds I2S support for the nrf52 series (`nrf52832`, `nrf52833`, `nrf52840`).

We could only test it in a `nrf52840` in master mode for an output stream (see `i2s_waveform` example), using a clone of the [Adafruit I2S Stereo Decoder - UDA1334A](https://learn.adafruit.com/adafruit-i2s-stereo-decoder-uda1334a/overview).

We were wondering if this could be a welcome addition to embassy, as we are working on this very informally and don't have much free time for it.

&lt;img src="https://user-images.githubusercontent.com/932644/202316127-a8cf90ef-1e1a-4e1d-b796-961b8ad6cef5.png" width="600"&gt;

https://user-images.githubusercontent.com/932644/202316609-e53cd912-e463-4e01-839e-0bbdf37020da.mp4


Co-authored-by: `@brainstorm` &lt;brainstorm@nopcode.org&gt;

Co-authored-by: Christian Perez Llamas &lt;932644+chris-zen@users.noreply.github.com&gt;
Co-authored-by: Roman Valls Guimera &lt;brainstorm@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the responsibility to manage buffers to the I2S stream</title>
<updated>2022-12-08T19:22:50+00:00</updated>
<author>
<name>Christian Perez Llamas</name>
<email>932644+chris-zen@users.noreply.github.com</email>
</author>
<published>2022-12-08T19:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5fdd521a767fd8825a2d55d6b833fd99627353d7'/>
<id>5fdd521a767fd8825a2d55d6b833fd99627353d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump defmt-rtt to 0.4</title>
<updated>2022-11-29T20:15:24+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-11-29T20:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1dcb0ea1f5dbd9357c7c05627f06abbcaaedd134'/>
<id>1dcb0ea1f5dbd9357c7c05627f06abbcaaedd134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimization to be able to work with only 2 buffers</title>
<updated>2022-11-29T00:09:47+00:00</updated>
<author>
<name>Christian Perez Llamas</name>
<email>932644+chris-zen@users.noreply.github.com</email>
</author>
<published>2022-11-29T00:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=199504be564b231154e07c58bcc52b11afdc9fe7'/>
<id>199504be564b231154e07c58bcc52b11afdc9fe7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to async-fn-in-trait</title>
<updated>2022-11-25T20:02:06+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-11-21T22:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1e2fb0459d8546ba658bb9fe150be5f1f537b48e'/>
<id>1e2fb0459d8546ba658bb9fe150be5f1f537b48e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
