aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4665 from dimpolo/format_adc_averagingDario Nieuwenhuis2025-09-154-3/+8
|\
| * derive Debug and Format for Averagingdimi2025-09-154-3/+8
|/
* Merge pull request #4647 from WyliodrinEmbeddedIoT/embassy-devi509VCB2025-09-1311-989/+462
|\
| * lpc55: added lpc55-core0 featureRoi Bachynskyi2025-09-125-11/+11
| * lpc55: update Cargo.toml and CHANGELOGRoi Bachynskyi2025-09-122-6/+5
| * lpc55: rtc driver rewrittenIrina Chiorean2025-09-121-35/+41
| * lpc55: blocking usart rewrittenRoi Bachynskyi2025-09-122-553/+332
| * lpc55: pint rewrittenRoi Bachynskyi2025-09-121-64/+33
| * lpc55: gpio rewrittenRoi Bachynskyi2025-09-123-324/+44
* | Merge pull request #4655 from RobertZ2011/remove-mutex-guard-map-sizedDario Nieuwenhuis2025-09-122-2/+3
|\ \
| * | Remove `Sized` bound from `MutexGuard::map`Robert Zieba2025-09-122-2/+3
* | | Merge pull request #4657 from tonarino/ospi-fixups-upstreamDario Nieuwenhuis2025-09-124-28/+26
|\ \ \ | |_|/ |/| |
| * | Update embassy-stm32/CHANGELOG.mdBrian Schwind2025-09-131-0/+1
| * | Apply fixes to XSPI as wellBrian Schwind2025-09-131-9/+8
| * | Apply fixes to HSPI as wellBrian Schwind2025-09-131-9/+8
| * | Set the alternate bytes register to the correct value when configuring an Osp...Brian Schwind2025-09-131-6/+5
| * | Typo fixesBrian Schwind2025-09-131-4/+4
|/ /
* | Merge pull request #4627 from paroga/usb_dfu_applicationUlf Lilleengen2025-09-124-10/+8
|\ \ | |/ |/|
| * embassy-dfu-usb: Allow `application` and `dfu` feature at the same timePatrick Gansterer2025-09-014-10/+8
* | Merge pull request #4654 from embassy-rs/devtool-ciDario Nieuwenhuis2025-09-1114-403/+68
|\ \
| * | ci: use devtool to build.Dario Nieuwenhuis2025-09-1114-403/+68
|/ /
* | Merge pull request #4652 from embassy-rs/executor-priorityDario Nieuwenhuis2025-09-116-13/+68
|\ \
| * | executor: add priority scheduler.Dario Nieuwenhuis2025-09-116-13/+68
|/ /
* | Merge pull request #4608 from diondokter/upstream-drs-2Dario Nieuwenhuis2025-09-1114-167/+612
|\ \
| * | executor: make Deadline actually private.Dario Nieuwenhuis2025-09-115-27/+13
| * | Fix metadataDion Dokter2025-09-111-2/+2
| * | Fix exampleDion Dokter2025-09-113-6/+6
| * | Make requested API changesDion Dokter2025-09-115-124/+71
| * | Add more metadataDion Dokter2025-09-111-0/+1
| * | Add cargo metadataDion Dokter2025-09-111-0/+6
| * | Happy CI :)Dion Dokter2025-09-112-4/+2
| * | Add edf example to CI and fix the examplediondokter2025-09-113-7/+9
| * | Introduce metadata-deadline and let the EDF scheduler use itdiondokter2025-09-115-23/+36
| * | Add some docsDion Dokter2025-09-111-1/+5
| * | Change deadline to use internal atomicsDion Dokter2025-09-113-58/+55
| * | Rename, remove excess mutJames Munns2025-09-111-5/+5
| * | Regular comments not doc commentsJames Munns2025-09-111-12/+12
| * | Replace use of RefCell with UnsafeCellJames Munns2025-09-111-4/+17
| * | Update to use critical-section::Mutex instead of mutex::BlockingMutexJames Munns2025-09-112-15/+17
| * | fmtJames Munns2025-09-111-5/+3
| * | Inline the "MutexTransferStack" impl as it is unclear whether it will be merg...James Munns2025-09-112-5/+32
| * | Update with cordyceps changesJames Munns2025-09-112-2/+2
| * | There can be only one (run queue)James Munns2025-09-115-91/+36
| * | rustfmtJames Munns2025-09-111-1/+3
| * | Add EDF exampleJames Munns2025-09-115-0/+268
| * | "Deadline Rank Sorted Scheduler" -> "Earliest Deadline First Scheduler"James Munns2025-09-114-16/+17
| * | One more must_useJames Munns2025-09-112-1/+3
| * | Switch to released version of `cordyceps`, add error if used w/o atomicsJames Munns2025-09-112-4/+4
| * | Clean up some TODOsJames Munns2025-09-112-11/+53
| * | Update with changes from the PRJames Munns2025-09-112-4/+3