Age | Commit message (Expand) | Author |
---|---|---|
2022-09-22 | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis |
2022-08-22 | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis |
2022-07-29 | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis |
2022-07-23 | nrf: replace PhantomData usages with PeripheralRef. | Dario Nieuwenhuis |
2022-07-23 | Remove PeripheralRef::into_inner() | Dario Nieuwenhuis |
2022-07-23 | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis |
2022-07-23 | WIP: Make unborrow safe to use | Grant Miller |
2022-06-12 | Run rustfmt. | Dario Nieuwenhuis |
2022-06-12 | Add embassy-cortex-m crate. | Dario Nieuwenhuis |
2022-05-12 | Remove OnDrop handler, start sampling in new | Henrik Alsér |
2022-05-07 | Add qdec module | Henrik Alsér |