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
*
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
|
*
Add STM32F1 AFIO remap
Fabian Wolter
2025-09-05
24
-268
/
+1679
*
|
Merge pull request #4640 from universalhandle/4577-dropped-channel-disables-dac
Dario Nieuwenhuis
2025-09-05
2
-5
/
+1
|
\
\
|
*
|
fix(embassy-stm32): Remove duplicate fn call, vestigial from earlier refcount...
Francisco José Gómez
2025-09-05
2
-5
/
+1
|
/
/
*
|
Merge pull request #4210 from mcaveniathor/pio_i2s_rx
Dario Nieuwenhuis
2025-09-05
3
-4
/
+176
|
\
\
|
*
|
Add PioI2sIn, PioI2sInProgram, and example binary
Thor McAvenia
2025-09-05
3
-4
/
+176
*
|
|
Merge pull request #4639 from embassy-rs/rp-pio-spi
Dario Nieuwenhuis
2025-09-05
5
-10
/
+656
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
rp: read pio gpiobase in set_pins and set_pin_dirs
Adrian Wowk
2025-09-05
1
-2
/
+17
|
*
|
rp: move pio pin configs after set_config
Adrian Wowk
2025-09-05
1
-4
/
+5
|
*
|
rp: fix pio spi async example
Adrian Wowk
2025-09-05
1
-1
/
+0
|
*
|
rp: add pio spi runtime reconfiguration
Adrian Wowk
2025-09-05
3
-62
/
+87
[next]