<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-nrf/src/interrupt.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>nrf: add support for nrf52805, nrf52811, nrf52820</title>
<updated>2021-05-16T22:57:20+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-05-11T01:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=bd9589d0ce71a2aa41c9fdf439d6de6349a09d83'/>
<id>bd9589d0ce71a2aa41c9fdf439d6de6349a09d83</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 use PrioritX enums.</title>
<updated>2021-05-10T23:34:24+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-05-10T23:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e0809ab0fb64ff71be23e2d041d4fbae67dca234'/>
<id>e0809ab0fb64ff71be23e2d041d4fbae67dca234</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `critical_section` crate</title>
<updated>2021-05-10T23:15:30+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-05-10T22:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7fa0e571724a15fd73de65d869cb1b755e12802a'/>
<id>7fa0e571724a15fd73de65d869cb1b755e12802a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup interrupt package naming. Fixes #40</title>
<updated>2021-02-26T00:55:27+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-02-26T00:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=11be9170ec018dcc9284b413c5313ce7bb07159f'/>
<id>11be9170ec018dcc9284b413c5313ce7bb07159f</id>
<content type='text'>
The `interrupt` package previously tried to be drop-in compatible with the
`interrupt` package from PACs. THis meant that there was both a PAC-style enum
value `UARTE0` and an embassy-style owned `UARTE0Interrupt` type. This made
things VERY confusing.

This drops compatibility with the PAC, improving the names for embassy interrupts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `interrupt` package previously tried to be drop-in compatible with the
`interrupt` package from PACs. THis meant that there was both a PAC-style enum
value `UARTE0` and an embassy-style owned `UARTE0Interrupt` type. This made
things VERY confusing.

This drops compatibility with the PAC, improving the names for embassy interrupts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Declare irqs for each nrf chip</title>
<updated>2020-12-29T14:20:42+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-12-29T14:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7dc81faa4ec46074c3500a868df18e0d123f0ba6'/>
<id>7dc81faa4ec46074c3500a868df18e0d123f0ba6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP owned irqs</title>
<updated>2020-12-28T23:05:52+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-12-28T23:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0750234fbead723138d6d1ebb0635a55c82923e0'/>
<id>0750234fbead723138d6d1ebb0635a55c82923e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for log+defmt again, but better.</title>
<updated>2020-12-01T16:46:56+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-12-01T16:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6f76c0ebccf1d3d7b8712eaa145f6033b277a6ae'/>
<id>6f76c0ebccf1d3d7b8712eaa145f6033b277a6ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove anyfmt</title>
<updated>2020-11-27T17:42:59+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-11-27T17:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=78135a81d96a8bb74207b3f73c9f261aa4561a18'/>
<id>78135a81d96a8bb74207b3f73c9f261aa4561a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make defmt optional with new `anyfmt` crate</title>
<updated>2020-11-01T16:17:24+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-11-01T16:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5e8608c7a5b1e4e92f1fb650ea0ef47e5a6df563'/>
<id>5e8608c7a5b1e4e92f1fb650ea0ef47e5a6df563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with all nrf chip models</title>
<updated>2020-10-31T22:03:09+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-10-31T22:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0643095695949c2ce42312c353cb5e9510ca4618'/>
<id>0643095695949c2ce42312c353cb5e9510ca4618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
