aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Conditional importJames Munns2025-09-111-1/+3
| * Dependency enablement trickeryJames Munns2025-09-114-13/+37
| * Combine DRS and non-DRS atomic scheduler, using cordycepsJames Munns2025-09-113-150/+80
| * Make some things more consistentJames Munns2025-09-113-54/+34
| * Implement Deadline Ranked SchedulingJames Munns2025-09-113-6/+150
| * Add initial DRS scheduler placeholderJames Munns2025-09-113-4/+116
|/
* Merge pull request #4648 from birktj/stm32-blocking-uart-flushDario Nieuwenhuis2025-09-102-1/+4
|\
| * stm32/usart: fix blocking flushBirk Tjelmeland2025-09-102-1/+4
* | Merge pull request #4650 from cjdell/mainDario Nieuwenhuis2025-09-106-1/+92
|\ \
| * | Update changelog with new W6100 (unreleased)Chris Dell2025-09-101-0/+3
| * | Add Wiznet W6100 driverChris Dell2025-09-085-1/+89
| |/
* | Merge pull request #4643 from CarlKCarlK/patch-1Ulf Lilleengen2025-09-091-0/+4
|\ \
| * | Update Embassy in the Wild with no_std Raspberry Pi Pico clock demonstrating ...Carl Kadie2025-09-061-0/+4
* | | Merge pull request #4649 from yodaldevoid/embassy-executor-versionUlf Lilleengen2025-09-091-1/+1
|\ \ \ | |_|/ |/| |
| * | chore: bump embassy-executor to 0.9.1 to match released versionGabriel Smith2025-09-081-1/+1
|/ /
* | Merge pull request #4304 from Remmirad/embassy-net-nrf-802154Dario Nieuwenhuis2025-09-078-2/+242
|\ \ | |/ |/|
| * nrf: 802.15.4 embassy-net-driverRemmirad2025-09-068-2/+242
|/
* Merge pull request #4430 from fwolter/add-f1-remapDario Nieuwenhuis2025-09-0540-431/+1762
|\
| * stm32/afio: fix accidentally always using AF number 0 on non-AFIO chips.Dario Nieuwenhuis2025-09-061-4/+4
| * stm32/afio: make af_num() unavailable in afio chips.Dario Nieuwenhuis2025-09-0626-144/+132
| * stm32/afio: make the A generic param only appear in chips with AFIO.Dario Nieuwenhuis2025-09-0516-226/+291
| * stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-0512-289/+156