| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4665 from dimpolo/format_adc_averaging | Dario Nieuwenhuis | 2025-09-15 | 4 | -3/+8 |
| |\ | |||||
| | * | derive Debug and Format for Averaging | dimi | 2025-09-15 | 4 | -3/+8 |
| |/ | |||||
| * | Merge pull request #4647 from WyliodrinEmbeddedIoT/embassy-dev | i509VCB | 2025-09-13 | 11 | -989/+462 |
| |\ | |||||
| | * | lpc55: added lpc55-core0 feature | Roi Bachynskyi | 2025-09-12 | 5 | -11/+11 |
| | * | lpc55: update Cargo.toml and CHANGELOG | Roi Bachynskyi | 2025-09-12 | 2 | -6/+5 |
| | * | lpc55: rtc driver rewritten | Irina Chiorean | 2025-09-12 | 1 | -35/+41 |
| | * | lpc55: blocking usart rewritten | Roi Bachynskyi | 2025-09-12 | 2 | -553/+332 |
| | * | lpc55: pint rewritten | Roi Bachynskyi | 2025-09-12 | 1 | -64/+33 |
| | * | lpc55: gpio rewritten | Roi Bachynskyi | 2025-09-12 | 3 | -324/+44 |
| * | | Merge pull request #4655 from RobertZ2011/remove-mutex-guard-map-sized | Dario Nieuwenhuis | 2025-09-12 | 2 | -2/+3 |
| |\ \ | |||||
| | * | | Remove `Sized` bound from `MutexGuard::map` | Robert Zieba | 2025-09-12 | 2 | -2/+3 |
| * | | | Merge pull request #4657 from tonarino/ospi-fixups-upstream | Dario Nieuwenhuis | 2025-09-12 | 4 | -28/+26 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Update embassy-stm32/CHANGELOG.md | Brian Schwind | 2025-09-13 | 1 | -0/+1 |
| | * | | Apply fixes to XSPI as well | Brian Schwind | 2025-09-13 | 1 | -9/+8 |
| | * | | Apply fixes to HSPI as well | Brian Schwind | 2025-09-13 | 1 | -9/+8 |
| | * | | Set the alternate bytes register to the correct value when configuring an Osp... | Brian Schwind | 2025-09-13 | 1 | -6/+5 |
| | * | | Typo fixes | Brian Schwind | 2025-09-13 | 1 | -4/+4 |
| |/ / | |||||
| * | | Merge pull request #4627 from paroga/usb_dfu_application | Ulf Lilleengen | 2025-09-12 | 4 | -10/+8 |
| |\ \ | |/ |/| | |||||
| | * | embassy-dfu-usb: Allow `application` and `dfu` feature at the same time | Patrick Gansterer | 2025-09-01 | 4 | -10/+8 |
| * | | Merge pull request #4654 from embassy-rs/devtool-ci | Dario Nieuwenhuis | 2025-09-11 | 14 | -403/+68 |
| |\ \ | |||||
| | * | | ci: use devtool to build. | Dario Nieuwenhuis | 2025-09-11 | 14 | -403/+68 |
| |/ / | |||||
| * | | Merge pull request #4652 from embassy-rs/executor-priority | Dario Nieuwenhuis | 2025-09-11 | 6 | -13/+68 |
| |\ \ | |||||
| | * | | executor: add priority scheduler. | Dario Nieuwenhuis | 2025-09-11 | 6 | -13/+68 |
| |/ / | |||||
| * | | Merge pull request #4608 from diondokter/upstream-drs-2 | Dario Nieuwenhuis | 2025-09-11 | 14 | -167/+612 |
| |\ \ | |||||
| | * | | executor: make Deadline actually private. | Dario Nieuwenhuis | 2025-09-11 | 5 | -27/+13 |
| | * | | Fix metadata | Dion Dokter | 2025-09-11 | 1 | -2/+2 |
| | * | | Fix example | Dion Dokter | 2025-09-11 | 3 | -6/+6 |
| | * | | Make requested API changes | Dion Dokter | 2025-09-11 | 5 | -124/+71 |
| | * | | Add more metadata | Dion Dokter | 2025-09-11 | 1 | -0/+1 |
| | * | | Add cargo metadata | Dion Dokter | 2025-09-11 | 1 | -0/+6 |
| | * | | Happy CI :) | Dion Dokter | 2025-09-11 | 2 | -4/+2 |
| | * | | Add edf example to CI and fix the example | diondokter | 2025-09-11 | 3 | -7/+9 |
| | * | | Introduce metadata-deadline and let the EDF scheduler use it | diondokter | 2025-09-11 | 5 | -23/+36 |
| | * | | Add some docs | Dion Dokter | 2025-09-11 | 1 | -1/+5 |
| | * | | Change deadline to use internal atomics | Dion Dokter | 2025-09-11 | 3 | -58/+55 |
| | * | | Rename, remove excess mut | James Munns | 2025-09-11 | 1 | -5/+5 |
| | * | | Regular comments not doc comments | James Munns | 2025-09-11 | 1 | -12/+12 |
| | * | | Replace use of RefCell with UnsafeCell | James Munns | 2025-09-11 | 1 | -4/+17 |
| | * | | Update to use critical-section::Mutex instead of mutex::BlockingMutex | James Munns | 2025-09-11 | 2 | -15/+17 |
| | * | | fmt | James Munns | 2025-09-11 | 1 | -5/+3 |
| | * | | Inline the "MutexTransferStack" impl as it is unclear whether it will be merg... | James Munns | 2025-09-11 | 2 | -5/+32 |
| | * | | Update with cordyceps changes | James Munns | 2025-09-11 | 2 | -2/+2 |
| | * | | There can be only one (run queue) | James Munns | 2025-09-11 | 5 | -91/+36 |
| | * | | rustfmt | James Munns | 2025-09-11 | 1 | -1/+3 |
| | * | | Add EDF example | James Munns | 2025-09-11 | 5 | -0/+268 |
| | * | | "Deadline Rank Sorted Scheduler" -> "Earliest Deadline First Scheduler" | James Munns | 2025-09-11 | 4 | -16/+17 |
| | * | | One more must_use | James Munns | 2025-09-11 | 2 | -1/+3 |
| | * | | Switch to released version of `cordyceps`, add error if used w/o atomics | James Munns | 2025-09-11 | 2 | -4/+4 |
| | * | | Clean up some TODOs | James Munns | 2025-09-11 | 2 | -11/+53 |
| | * | | Update with changes from the PR | James Munns | 2025-09-11 | 2 | -4/+3 |
