summaryrefslogtreecommitdiff
path: root/embassy-nrf/src/ppi
AgeCommit message (Expand)Author
2022-08-24nrf/ppi: fix unsoundness due to task/event ptrs being public.Dario Nieuwenhuis
2022-08-24nrf/ppi: feature-gate dppi stuff.Dario Nieuwenhuis
2022-08-22nRF documentation warning fixesUlf Lilleengen
2022-07-23Remove PeripheralRef::into_inner()Dario Nieuwenhuis
2022-07-23Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis
2022-07-23fix nrf dppiDario Nieuwenhuis
2022-07-23Rename unsafe_impl_unborrow to impl_unborrowDario Nieuwenhuis
2022-07-23WIP: Make unborrow safe to useGrant Miller
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2021-10-28nrf: add initial nrf5340 supportDario Nieuwenhuis
2021-10-26ppi: simplify driver creation.Dario Nieuwenhuis
2021-10-26Fewer channel traits, more cfg to make the system workDion Dokter
2021-10-26typoDion Dokter
2021-10-26- Interconnect is now PPI againDion Dokter