| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nrf: add support for nrf52805, nrf52811, nrf52820 | Dario Nieuwenhuis | 2021-05-17 | 1 | -210/+0 |
| | | |||||
| * | Switch to use PrioritX enums. | Dario Nieuwenhuis | 2021-05-11 | 1 | -40/+1 |
| | | |||||
| * | Use `critical_section` crate | Dario Nieuwenhuis | 2021-05-11 | 1 | -30/+0 |
| | | |||||
| * | Cleanup interrupt package naming. Fixes #40 | Dario Nieuwenhuis | 2021-02-26 | 1 | -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 chip | Dario Nieuwenhuis | 2020-12-29 | 1 | -43/+201 |
| | | |||||
| * | WIP owned irqs | Dario Nieuwenhuis | 2020-12-29 | 1 | -59/+53 |
| | | |||||
| * | Add support for log+defmt again, but better. | Dario Nieuwenhuis | 2020-12-01 | 1 | -1/+2 |
| | | |||||
| * | Remove anyfmt | Dario Nieuwenhuis | 2020-11-27 | 1 | -3/+2 |
| | | |||||
| * | Make defmt optional with new `anyfmt` crate | Dario Nieuwenhuis | 2020-11-01 | 1 | -1/+2 |
| | | |||||
| * | Fix build with all nrf chip models | Dario Nieuwenhuis | 2020-10-31 | 1 | -1/+1 |
| | | |||||
| * | Remove unused | Dario Nieuwenhuis | 2020-10-31 | 1 | -3/+0 |
| | | |||||
| * | First commit | Dario Nieuwenhuis | 2020-09-22 | 1 | -0/+131 |
