| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -13/+11 |
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 1 | -3/+2 |
| * | nrf: Remove leftover info message and fix link to errata | Priit Laes | 2024-11-19 | 1 | -1/+1 |
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 1 | -88/+80 |
| * | Emit cargo:rustc-check-cfg instructions from build.rs | Jan Špaček | 2024-05-30 | 1 | -1/+1 |
| * | nrf: remove mod sealed. | Dario Nieuwenhuis | 2024-04-05 | 1 | -20/+18 |
| * | nrf: Use .is_empty() instead of .len() == 0 | Priit Laes | 2024-02-17 | 1 | -4/+4 |
| * | Expose rx_delay in nrf qspi config | ftilde | 2024-01-05 | 1 | -0/+8 |
| * | fix: add missing impl block for async qspi multiwrite | Ulf Lilleengen | 2024-01-03 | 1 | -0/+3 |
| * | feat: support multiwrite flash traits if configured | Ulf Lilleengen | 2023-12-18 | 1 | -0/+3 |
| * | nrf52/qspi: avoid infinite busy-wait on QSPI read/write with zero-len buffer,... | Peter Hansen | 2023-12-03 | 1 | -1/+21 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -1/+0 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+2 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -6/+6 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -3/+3 |
| * | Merge upstream | Mehmet Ali Anil | 2023-03-07 | 1 | -118/+178 |
| |\ |
|
| | * | nrf/qspi: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -30/+35 |
| | * | nrf/qspi: add _raw variants of methods that don't do bounds checks. | Dario Nieuwenhuis | 2023-03-05 | 1 | -20/+70 |
| | * | nrf/qspi: remove FLASH_SIZE const generic param. | Dario Nieuwenhuis | 2023-03-05 | 1 | -16/+20 |
| | * | nrf/qspi: always use u32 for addresses. | Dario Nieuwenhuis | 2023-03-05 | 1 | -31/+31 |
| | * | nrf/qspi: add nrf53 support. | Dario Nieuwenhuis | 2023-03-05 | 1 | -19/+20 |
| | * | nrf/qspi: remove cfg_if hack | Dario Nieuwenhuis | 2023-03-05 | 1 | -30/+31 |
| * | | Bump embedded-storage-async to 0.4 | Mehmet Ali Anil | 2023-03-06 | 1 | -15/+9 |
| |/ |
|
| * | nrf/qspi: do not panic when canceling futures. | Dario Nieuwenhuis | 2023-02-10 | 1 | -16/+16 |
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 1 | -0/+42 |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Remove commented out logging code | Til Blechschmidt | 2022-08-01 | 1 | -7/+1 |
| * | Extend QSPI config with freq, delay, spi mode, and address mode | Til Blechschmidt | 2022-08-01 | 1 | -14/+34 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| * | Remove PeripheralRef::into_inner() | Dario Nieuwenhuis | 2022-07-23 | 1 | -7/+12 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -14/+14 |
| * | WIP: Make unborrow safe to use | Grant Miller | 2022-07-23 | 1 | -11/+3 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -44/+16 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 |
| * | Add embedded-storage trait impls for QSPI | Ulf Lilleengen | 2022-04-19 | 1 | -30/+201 |
| * | nrf/qspi: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -120/+88 |
| * | Lower some verbose logs to trace. | Dario Nieuwenhuis | 2021-12-23 | 1 | -2/+2 |
| * | Remove unneeded rustfmt::skip | Ulf Lilleengen | 2021-12-16 | 1 | -6/+12 |
| * | embassy: Refactor module structure to remove kitchen-sink `util`. | Dario Nieuwenhuis | 2021-09-11 | 1 | -1/+4 |
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -1/+1 |
| * | fmt: make all macros `macro_rules` so scoping is consistent. | Dario Nieuwenhuis | 2021-06-07 | 1 | -1/+0 |
| * | nrf/qspi: wait MORE for DPM enter. | Dario Nieuwenhuis | 2021-05-27 | 1 | -0/+5 |
| * | nrf/qspi: proper lowpower drop, supporting DPM. | Dario Nieuwenhuis | 2021-05-26 | 1 | -53/+87 |
| * | Fix unused field warnings | Rukai | 2021-05-17 | 1 | -6/+2 |
| * | Fix warnings | Rukai | 2021-05-17 | 1 | -2/+1 |
| * | nrf: add `Unborrow<Target = Self>` bound to all instance traits | Dario Nieuwenhuis | 2021-05-17 | 1 | -1/+1 |
| * | nrf: add support for nrf52805, nrf52811, nrf52820 | Dario Nieuwenhuis | 2021-05-17 | 1 | -11/+11 |
| * | Rename PeripheralBorrow to Unborrow | Dario Nieuwenhuis | 2021-04-14 | 1 | -9/+9 |
| * | Remove Pin from Flash trait | Dario Nieuwenhuis | 2021-04-14 | 1 | -43/+56 |