| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 #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 |
| | * | | Conditional import | James Munns | 2025-09-11 | 1 | -1/+3 |
| | * | | Dependency enablement trickery | James Munns | 2025-09-11 | 4 | -13/+37 |
| | * | | Combine DRS and non-DRS atomic scheduler, using cordyceps | James Munns | 2025-09-11 | 3 | -150/+80 |
| | * | | Make some things more consistent | James Munns | 2025-09-11 | 3 | -54/+34 |
| | * | | Implement Deadline Ranked Scheduling | James Munns | 2025-09-11 | 3 | -6/+150 |
| | * | | Add initial DRS scheduler placeholder | James Munns | 2025-09-11 | 3 | -4/+116 |
| |/ / | |||||
| * | | Merge pull request #4648 from birktj/stm32-blocking-uart-flush | Dario Nieuwenhuis | 2025-09-10 | 2 | -1/+4 |
| |\ \ | |||||
| | * | | stm32/usart: fix blocking flush | Birk Tjelmeland | 2025-09-10 | 2 | -1/+4 |
| * | | | Merge pull request #4650 from cjdell/main | Dario Nieuwenhuis | 2025-09-10 | 6 | -1/+92 |
| |\ \ \ | |||||
| | * | | | Update changelog with new W6100 (unreleased) | Chris Dell | 2025-09-10 | 1 | -0/+3 |
| | * | | | Add Wiznet W6100 driver | Chris Dell | 2025-09-08 | 5 | -1/+89 |
| | |/ / | |||||
| * | | | Merge pull request #4643 from CarlKCarlK/patch-1 | Ulf Lilleengen | 2025-09-09 | 1 | -0/+4 |
| |\ \ \ | |||||
| | * | | | Update Embassy in the Wild with no_std Raspberry Pi Pico clock demonstrating ... | Carl Kadie | 2025-09-06 | 1 | -0/+4 |
