<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-traits, 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>Async shared bus for SPI &amp; I2C + rename embassy-traits (#769)</title>
<updated>2022-05-26T16:54:58+00:00</updated>
<author>
<name>Henrik Alsér</name>
<email>henrik.alser@me.com</email>
</author>
<published>2022-05-26T16:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e10fc2bada1c59420431f09a35f7aa09a5b45623'/>
<id>e10fc2bada1c59420431f09a35f7aa09a5b45623</id>
<content type='text'>
* Rename embassy-traits to embassy-embedded-hal

* Rename embassy-traits to embassy-embedded-hal

* Add shared bus for SPI and I2C

* rustfmt

* EHA alpha 1

* Rename embedded-traits in examples

* rustfmt

* rustfmt

Co-authored-by: Henrik Alsér &lt;henrik@mindbite.se&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rename embassy-traits to embassy-embedded-hal

* Rename embassy-traits to embassy-embedded-hal

* Add shared bus for SPI and I2C

* rustfmt

* EHA alpha 1

* Rename embedded-traits in examples

* rustfmt

* rustfmt

Co-authored-by: Henrik Alsér &lt;henrik@mindbite.se&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to crates.io embedded-hal, embedded-hal-async.</title>
<updated>2022-04-22T17:58:24+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-04-22T17:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3251a21fb7f7d0bcbd4e900274f4917c58ab9c87'/>
<id>3251a21fb7f7d0bcbd4e900274f4917c58ab9c87</id>
<content type='text'>
This temporarily removes support for the async UART trait, since it's
not yet in embedded-hal-async.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This temporarily removes support for the async UART trait, since it's
not yet in embedded-hal-async.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update rust nightly, embedded-hal 1.0, embedded-hal-async.</title>
<updated>2022-03-10T23:38:07+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-02-16T02:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9bad9365dcf31dd558aca05f60d244beb9e5e697'/>
<id>9bad9365dcf31dd558aca05f60d244beb9e5e697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add embassy-boot</title>
<updated>2022-02-09T09:50:29+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-01-24T11:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ed2a87a262e0e8c091627c96ced981dd3a97a6a1'/>
<id>ed2a87a262e0e8c091627c96ced981dd3a97a6a1</id>
<content type='text'>
Embassy-boot is a simple bootloader that works together with an
application to provide firmware update capabilities with a minimal risk.

The bootloader consists of a platform-independent part, which implements
the swap algorithm, and a platform-dependent part (currently only for
nRF) that provides addition functionality such as watchdog timers
softdevice support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Embassy-boot is a simple bootloader that works together with an
application to provide firmware update capabilities with a minimal risk.

The bootloader consists of a platform-independent part, which implements
the swap algorithm, and a platform-dependent part (currently only for
nRF) that provides addition functionality such as watchdog timers
softdevice support.
</pre>
</div>
</content>
</entry>
<entry>
<title>traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.</title>
<updated>2022-01-26T23:08:02+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-01-26T23:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0719b05d63a1d80d3b8ea39a411545a6e8e22ec2'/>
<id>0719b05d63a1d80d3b8ea39a411545a6e8e22ec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support unstable-trait feature for stm32</title>
<updated>2022-01-26T21:39:06+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-01-26T21:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4032fc06556312eab27488f05efe1803ade47b45'/>
<id>4032fc06556312eab27488f05efe1803ade47b45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #545</title>
<updated>2022-01-03T14:17:21+00:00</updated>
<author>
<name>bors[bot]</name>
<email>26634292+bors[bot]@users.noreply.github.com</email>
</author>
<published>2022-01-03T14:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=cdfd128185897b67bc1e478af6b637c863b66565'/>
<id>cdfd128185897b67bc1e478af6b637c863b66565</id>
<content type='text'>
545: Add adapter for implementing async traits for blocking types r=lulf a=lulf

This allows writing drivers relying on async traits, while still
functioning with implementations that already implement the embedded-hal
traits.

Co-authored-by: Ulf Lilleengen &lt;lulf@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
545: Add adapter for implementing async traits for blocking types r=lulf a=lulf

This allows writing drivers relying on async traits, while still
functioning with implementations that already implement the embedded-hal
traits.

Co-authored-by: Ulf Lilleengen &lt;lulf@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Some API documentation fixes in traits</title>
<updated>2021-12-19T07:49:19+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2021-12-19T07:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e1545066e57fb072a59b1a93bf4c9bcbc3854cc2'/>
<id>e1545066e57fb072a59b1a93bf4c9bcbc3854cc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add adapter for implementing async traits for blocking types</title>
<updated>2021-12-17T11:54:51+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2021-12-17T11:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3811c0a401281ece6e7adb24238ebf7ff39a2362'/>
<id>3811c0a401281ece6e7adb24238ebf7ff39a2362</id>
<content type='text'>
This allows writing drivers relying on async traits, while still
functioning with implementations that already implement the embedded-hal
traits.

Add examples to stm32l4 for using this feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows writing drivers relying on async traits, while still
functioning with implementations that already implement the embedded-hal
traits.

Add examples to stm32l4 for using this feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded rustfmt::skip</title>
<updated>2021-12-16T10:37:53+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2021-12-16T10:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2bbd1ddb8a0e36e91a2b328024f313b780b1b851'/>
<id>2bbd1ddb8a0e36e91a2b328024f313b780b1b851</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
