| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| * | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 1 | -2/+2 |
| * | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |
| * | nrf, rp: update set_config | xoviat | 2023-10-01 | 3 | -6/+15 |
| * | Make irq token Copy+Clone | Dario Nieuwenhuis | 2023-09-25 | 1 | -0/+1 |
| * | Add separate work-around specific flag for DMA errata on NRF52832 | Priit Laes | 2023-09-22 | 2 | -12/+14 |
| * | spim: Fix SPIM with polling executors | Nils Fitinghoff | 2023-09-22 | 1 | -22/+45 |
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| * | Fix gpiote when waking up from systemoff | Dion Dokter | 2023-09-14 | 1 | -1/+0 |
| * | nrf: twim: Use SetConfig trait to reduce code duplication | Priit Laes | 2023-09-10 | 1 | -4/+5 |
| * | nrf: spis: Use SetConfig trait internally to reduce duplication | Priit Laes | 2023-09-10 | 1 | -41/+4 |
| * | nrf: spim: Use SetConfig trait internally to reduce duplication | Priit Laes | 2023-09-10 | 1 | -36/+4 |
| * | nrf: Remove unneeded include from Temp's example | Priit Laes | 2023-09-10 | 1 | -1/+0 |
| * | nrf: spim: Anomaly 109 workaround for SPIM peripheral (#460) | Priit Laes | 2023-09-07 | 1 | -4/+56 |
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| * | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -1/+1 |
| * | nrf: enable defmt for embassy-hal-internal. | Dario Nieuwenhuis | 2023-08-16 | 1 | -1/+1 |
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 2 | -50/+2 |
| * | fix: ensure spi irq is disabled when dropped | Ulf Lilleengen | 2023-08-10 | 1 | -0/+3 |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 2 | -14/+15 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 34 | -53/+53 |
| * | cargo fmt | Quentin Smith | 2023-07-18 | 1 | -2/+1 |
| * | Update pdm driver to build with all the PACs | Quentin Smith | 2023-07-18 | 1 | -4/+29 |
| * | cargo fmt | Quentin Smith | 2023-07-18 | 1 | -8/+18 |
| * | Remove merge error | Quentin Smith | 2023-07-18 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/main' into nrf-pdm | Quentin Smith | 2023-07-17 | 38 | -2681/+6449 |
| |\ | |||||
| | * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -9/+9 |
| | * | Merge pull request #1600 from ilikepi63/main | Dario Nieuwenhuis | 2023-07-05 | 7 | -45/+54 |
| | |\ | |||||
| | | * | Update embassy-nrf/src/ppi/mod.rs | Cameron Harris | 2023-07-05 | 1 | -1/+1 |
| | | * | Update embassy-nrf/src/ppi/ppi.rs | Cameron Harris | 2023-07-05 | 1 | -1/+1 |
| | | * | Update embassy-nrf/src/ppi/ppi.rs | Cameron Harris | 2023-07-05 | 1 | -1/+1 |
| | | * | Update embassy-nrf/src/ppi/mod.rs | Cameron Harris | 2023-07-05 | 1 | -1/+1 |
| | | * | Removed unnecessary lifetime naming | Cameron | 2023-07-05 | 4 | -23/+23 |
| | | * | Removed unnecessary space | Cameron | 2023-07-05 | 1 | -1/+0 |
| | | * | Removed unnecessary changes | Cameron | 2023-07-05 | 1 | -3/+2 |
| | | * | Fixed Lifetimes in Events & Tasks | Cameron | 2023-07-05 | 3 | -10/+10 |
| | | * | Formatting stuff | Cameron | 2023-06-30 | 1 | -2/+2 |
| | | * | Adjusted build issue | Cameron | 2023-06-30 | 1 | -2/+2 |
| | | * | Attempt to fix certain borrowing rule issues | Cameron | 2023-06-30 | 2 | -2/+6 |
| | | * | Build failures | Cameron | 2023-06-30 | 1 | -1/+1 |
| | | * | Build failures | Cameron | 2023-06-30 | 1 | -2/+2 |
| | | * | Build failures | Cameron | 2023-06-30 | 1 | -1/+1 |
| | | * | Lifetimes in dppi | Cameron | 2023-06-29 | 1 | -2/+2 |
| | | * | Lifetime groups | Cameron | 2023-06-29 | 1 | -2/+2 |
| | | * | feature(1354): Added lifetimes to Event + | Cameron | 2023-06-29 | 2 | -13/+20 |
| | * | | nrf: build docs with `time` feature. | Dario Nieuwenhuis | 2023-07-05 | 1 | -1/+1 |
| | * | | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 2 | -18/+6 |
| | * | | Add lifetimes to the functions | Dion Dokter | 2023-07-04 | 1 | -2/+2 |
| | |/ | |||||
| | * | PR Fixes | Cameron | 2023-06-29 | 1 | -6/+6 |
| | * | Fixed Pointer Updates | Cameron | 2023-06-29 | 1 | -6/+6 |
