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
*
Merge pull request #3644 from bugadani/lock_once
Dario Nieuwenhuis
2024-12-16
6
-40
/
+73
|
\
|
*
Only lock once to wake a task
Dániel Buga
2024-12-16
6
-40
/
+73
|
/
*
Merge pull request #3593 from bugadani/refactor
Dario Nieuwenhuis
2024-12-16
97
-1628
/
+1012
|
\
|
*
Disable failing test
Dániel Buga
2024-12-16
1
-0
/
+3
|
*
Zero-inizialize expires_at
Dániel Buga
2024-12-16
1
-1
/
+1
|
*
Remove time-driver dependency
Dániel Buga
2024-12-15
2
-2
/
+1
|
*
Remove critical_section dependency
Dániel Buga
2024-12-15
1
-1
/
+0
|
*
Update documentation and changelogs
Dániel Buga
2024-12-15
4
-67
/
+69
|
*
Fix comments and tweak task exit
Dániel Buga
2024-12-15
2
-8
/
+18
|
*
Make sure an exited task does not get stuck in a timer queue
Dániel Buga
2024-12-15
2
-0
/
+18
|
*
Make `integrated-timers` the default, remove Cargo feature.
Dario Nieuwenhuis
2024-12-15
70
-142
/
+96
|
*
Merge time-driver and time-queue-driver traits, make HALs own and handle the ...
Dario Nieuwenhuis
2024-12-13
11
-519
/
+330
|
*
Prevent task from respawning while in the timer queue
Dániel Buga
2024-12-13
7
-9
/
+181
|
*
Move integrated timer queue into time-queue-driver
Dániel Buga
2024-12-12
5
-95
/
+96
|
*
Do not access task header
Dániel Buga
2024-12-10
2
-8
/
+12
|
*
Remove TIMER_QUEUED state
Dániel Buga
2024-12-10
4
-58
/
+4
|
*
Changelog
Dániel Buga
2024-12-10
4
-2
/
+38
|
*
Refactor integrated-timers
Dániel Buga
2024-12-10
32
-1184
/
+613
*
|
Merge pull request #3647 from vinsynth/rp-fix-pio-i2s-clock
Dario Nieuwenhuis
2024-12-15
1
-1
/
+1
|
\
\
|
*
|
i2s frequency relative to sysclk
vinsynth
2024-12-14
1
-2
/
+1
|
*
|
add sysclk frequency argument to PioI2Out::new
vinsynth
2024-12-14
1
-1
/
+2
*
|
|
Merge pull request #3646 from wackazong/embedded_io_async_uarte
Dario Nieuwenhuis
2024-12-15
1
-0
/
+39
|
\
\
\
|
*
|
|
Just impl Write
Alexander Walter
2024-12-14
1
-18
/
+0
|
*
|
|
Add trait embedded_io_async to uarte
Alexander Walter
2024-12-14
1
-0
/
+57
|
|
/
/
*
|
|
Merge pull request #3645 from wackazong/power-wake-on-field
Dario Nieuwenhuis
2024-12-15
3
-0
/
+23
|
\
\
\
|
*
|
|
Fix rustfm and warning
Alexander Walter
2024-12-14
2
-3
/
+2
|
*
|
|
Move wake on sense to nfct
Alexander Walter
2024-12-14
2
-7
/
+6
|
*
|
|
rustfmt
Alexander Walter
2024-12-14
1
-2
/
+0
|
*
|
|
Add nrf9160
Alexander Walter
2024-12-14
2
-3
/
+14
|
*
|
|
Added system off and wake-on-field
Alexander Walter
2024-12-13
2
-0
/
+16
|
|
/
/
*
|
|
Merge pull request #3652 from fwolter/fix-hsi48
Dario Nieuwenhuis
2024-12-15
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
STM32F0 fix using HSI48 as SYSCLK on devices with CRS
Fabian Wolter
2024-12-14
1
-0
/
+3
|
/
/
*
|
Merge pull request #3636 from G-Levine/stm32g4-missing-opamp-output-fix
Dario Nieuwenhuis
2024-12-13
1
-0
/
+3
|
\
\
|
*
|
Add missing opamp external outputs for STM32G4
Gabrael Levine
2024-12-10
1
-0
/
+3
|
|
/
*
|
Merge pull request #3631 from Lakier15/feature/nrf5340-reset
Dario Nieuwenhuis
2024-12-13
2
-0
/
+85
|
\
\
|
*
|
nrf: Add RESET operations helpers for the nrf5340
Alessandro Gasbarroni
2024-12-12
2
-0
/
+85
*
|
|
Merge pull request #3613 from mubes/stm32u5_otg_hs_support
Dario Nieuwenhuis
2024-12-13
4
-9
/
+193
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update STM32U5 OTG HS clock handling
Marvin Drees
2024-12-10
3
-14
/
+31
|
*
|
Add support for stm32u595/5a5 OTG_HS in client mode
Dave Marples
2024-12-10
3
-7
/
+174
|
|
/
*
|
Merge pull request #3632 from ROMemories/fix/make-net-config-constructors-const
Ulf Lilleengen
2024-12-10
1
-3
/
+3
|
\
\
|
*
|
fix(embassy-net): make the `Config` constructors `const`
ROMemories
2024-12-10
1
-3
/
+3
|
/
/
*
|
Merge pull request #3626 from tommy-gilligan/rp23-usb-hid-keyboard-example
Ulf Lilleengen
2024-12-10
1
-0
/
+193
|
\
\
|
*
|
cargo +nightly fmt
Tommy Gilligan
2024-12-10
1
-1
/
+1
|
*
|
rp23: port usb_hid_keyboard example from rp
Tommy Gilligan
2024-12-08
1
-0
/
+193
|
|
/
*
|
Merge pull request #3630 from Gerharddc/main
Ulf Lilleengen
2024-12-10
2
-2
/
+17
|
\
\
|
*
|
stm32wb-dfu: add MSOS headers
Gerhard de Clercq
2024-12-10
1
-1
/
+16
|
*
|
embassy-usb-dfu: use correct function descriptors
Gerhard de Clercq
2024-12-10
1
-1
/
+1
|
|
/
*
|
Merge pull request #3627 from embassy-rs/executor-trace-generic
Ulf Lilleengen
2024-12-10
3
-41
/
+107
|
\
\
|
|
/
|
/
|
|
*
Extend tracing api to support executor id and end task
Ulf Lilleengen
2024-12-09
3
-41
/
+107
|
/
*
Merge pull request #3624 from embassy-rs/nfct-fix2
Dario Nieuwenhuis
2024-12-07
1
-6
/
+15
|
\
[next]