aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/interrupt.rs
Commit message (Collapse)AuthorAgeFilesLines
* nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis2021-05-171-210/+0
|
* Switch to use PrioritX enums.Dario Nieuwenhuis2021-05-111-40/+1
|
* Use `critical_section` crateDario Nieuwenhuis2021-05-111-30/+0
|
* Cleanup interrupt package naming. Fixes #40Dario Nieuwenhuis2021-02-261-3/+1
| | | | | | | | | 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.
* Declare irqs for each nrf chipDario Nieuwenhuis2020-12-291-43/+201
|
* WIP owned irqsDario Nieuwenhuis2020-12-291-59/+53
|
* Add support for log+defmt again, but better.Dario Nieuwenhuis2020-12-011-1/+2
|
* Remove anyfmtDario Nieuwenhuis2020-11-271-3/+2
|
* Make defmt optional with new `anyfmt` crateDario Nieuwenhuis2020-11-011-1/+2
|
* Fix build with all nrf chip modelsDario Nieuwenhuis2020-10-311-1/+1
|
* Remove unusedDario Nieuwenhuis2020-10-311-3/+0
|
* First commitDario Nieuwenhuis2020-09-221-0/+131