index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
|
Merge pull request #4649 from yodaldevoid/embassy-executor-version
Ulf Lilleengen
2025-09-09
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
chore: bump embassy-executor to 0.9.1 to match released version
Gabriel Smith
2025-09-08
1
-1
/
+1
|
/
/
*
|
Merge pull request #4304 from Remmirad/embassy-net-nrf-802154
Dario Nieuwenhuis
2025-09-07
8
-2
/
+242
|
\
\
|
|
/
|
/
|
|
*
nrf: 802.15.4 embassy-net-driver
Remmirad
2025-09-06
8
-2
/
+242
|
/
*
Merge pull request #4430 from fwolter/add-f1-remap
Dario Nieuwenhuis
2025-09-05
40
-431
/
+1762
|
\
|
*
stm32/afio: fix accidentally always using AF number 0 on non-AFIO chips.
Dario Nieuwenhuis
2025-09-06
1
-4
/
+4
|
*
stm32/afio: make af_num() unavailable in afio chips.
Dario Nieuwenhuis
2025-09-06
26
-144
/
+132
|
*
stm32/afio: make the A generic param only appear in chips with AFIO.
Dario Nieuwenhuis
2025-09-05
16
-226
/
+291
|
*
stm32/afio: use type inference for timer remaps as well.
Dario Nieuwenhuis
2025-09-05
12
-289
/
+156
[next]