| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | fix: remove instance generic for multiwrite implementation | Ulf Lilleengen | 2025-09-29 | 1 | -2/+2 |
| | | |||||
| * | nrf/qspi: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -57/+52 |
| | | |||||
| * | 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 ↵ | Peter Hansen | 2023-12-03 | 1 | -1/+21 |
| | | | | | buffer, fixes #2115 | ||||
| * | 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 ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+2 |
| | | | | | internal use only. (#1700) | ||||
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -6/+6 |
| | | | | | | | | | | | | | - Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`. - Reexport the PAC interrupt enum in `embassy_xx::interrupt`. This has a few advantages: - The `embassy_xx::interrupt` module is now more "standard". - It works with `cortex-m` functions for manipulating interrupts, for example. - It works with RTIC. - the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs. - When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`. | ||||
| * | 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 |
| | | | | | | | | | | | Useful for the nRF7002, which presents as a "fake" QSPI flash, and the "capacity" concept doesn't really apply to it. | ||||
| | * | 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 |
| | | | | | | | - Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`. - Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore) - Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`. | ||||
| * | Add embedded-storage trait impls for QSPI | Ulf Lilleengen | 2022-04-19 | 1 | -30/+201 |
| | | | | | | | | | | | * Adds implementations of embedded-storage and embedded-storage-async for QSPI * Add blocking implementations of QSPI * Use blocking implementation in new() and embedded-storage impls * Use async implementation in embedded-storage-async impls * Add FLASH_SIZE const generic parameter * Own IRQ in Qspi to disable it on drop | ||||
| * | 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 |
| | | |||||
