| Commit message (Expand) | Author | Age | Files | Lines |
| * | Address @Dirbaio's comments | Justin Beaurivage | 2024-02-05 | 1 | -9/+9 |
| * | Rustfmt | Justin Beaurivage | 2024-01-31 | 1 | -3/+9 |
| * | Add error handling to UarteRxWithIdle | Justin Beaurivage | 2024-01-31 | 1 | -12/+23 |
| * | Handle Uarte RX errors | Justin Beaurivage | 2024-01-30 | 1 | -11/+84 |
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -48/+0 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+2 |
| * | embassy-nrf: Idle detection for RX only uarte | Timo Kröger | 2023-06-13 | 1 | -44/+51 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -11/+11 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -7/+7 |
| * | nrf/uarte: fix deref warning, fix errata not being applied on nrf53. | Dario Nieuwenhuis | 2023-05-19 | 1 | -6/+4 |
| * | Remove the _todo_embedded_hal_serial impls. EH will probably not have these s... | Dario Nieuwenhuis | 2023-04-15 | 1 | -77/+0 |
| * | common/peripheral: do not require mut in PeripheralRef clone_unchecked. | Dario Nieuwenhuis | 2023-04-11 | 1 | -1/+1 |
| * | nrf/uart: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -42/+43 |
| * | nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts. | Dario Nieuwenhuis | 2023-03-04 | 1 | -0/+5 |
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 1 | -24/+52 |
| * | Fix a typo | Kentaro Okuda | 2022-12-30 | 1 | -1/+1 |
| * | nrf/uart: do not error on zero length transfers. | Dario Nieuwenhuis | 2022-12-15 | 1 | -10/+10 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -2/+24 |
| * | Removes some of the code duplication for UarteWithIdle | huntc | 2022-10-09 | 1 | -267/+131 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -2/+2 |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 1 | -49/+50 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| * | nrf: replace PhantomData usages with PeripheralRef. | Dario Nieuwenhuis | 2022-07-23 | 1 | -15/+14 |
| * | Remove PeripheralRef::into_inner() | Dario Nieuwenhuis | 2022-07-23 | 1 | -21/+40 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -78/+78 |
| * | WIP: Make unborrow safe to use | Grant Miller | 2022-07-23 | 1 | -53/+34 |
| * | nrf/uart: add support for tx-only and rx-only uart. | Dario Nieuwenhuis | 2022-06-25 | 1 | -27/+149 |
| * | Add more API docs for embassy-cortex-m and embassy-nrf | Ulf Lilleengen | 2022-06-23 | 1 | -3/+3 |
| * | Update rust nightly. (#819) | Dario Nieuwenhuis | 2022-06-18 | 1 | -3/+3 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -21/+10 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 |
| * | Add split method to UarteWithIdle | Zoey Riordan | 2022-04-27 | 1 | -20/+49 |
| * | Switch to crates.io embedded-hal, embedded-hal-async. | Dario Nieuwenhuis | 2022-04-22 | 1 | -1/+1 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -76/+49 |
| * | Move EasyDMA documentation to module level | Til Blechschmidt | 2022-03-08 | 1 | -1/+5 |
| * | Refactor _from_ram methods to use more readable copy operation | Til Blechschmidt | 2022-03-02 | 1 | -6/+6 |
| * | Change UARTE methods to copy slice if required and add non-copying variants | Til Blechschmidt | 2022-03-02 | 1 | -1/+35 |
| * | Merge #613 | bors[bot] | 2022-02-12 | 1 | -31/+30 |
| |\ |
|
| | * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 1 | -31/+30 |
| * | | nrf: remove OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 1 | -18/+102 |
| |/ |
|
| * | nrf: impl embedded-hal 1.0 and embedded-hal-async traits. | Dario Nieuwenhuis | 2022-01-13 | 1 | -0/+203 |
| * | nrf/uarte: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -184/+257 |
| * | Makes the uarte endtx event available | huntc | 2022-01-10 | 1 | -0/+6 |
| * | Set Uarte log levels to trace | huntc | 2021-12-17 | 1 | -11/+11 |
| * | Remove unneeded rustfmt::skip | Ulf Lilleengen | 2021-12-16 | 1 | -14/+28 |
| * | Properly initialise refcount | huntc | 2021-12-16 | 1 | -1/+5 |
| * | Too much copy/pasta | huntc | 2021-12-16 | 1 | -109/+0 |
| * | Ref count the peripheral drop | huntc | 2021-12-16 | 1 | -10/+24 |