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
path:
root
/
embassy-time
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove nightly autodetects.
Dario Nieuwenhuis
2024-01-10
2
-20
/
+1
*
Merge pull request #2420 from chrisprice/mock-driver
Ulf Lilleengen
2024-01-10
4
-115
/
+184
|
\
|
*
Ignore the doctest driver registration to prevent duplicate registrations
Chris Price
2024-01-09
2
-2
/
+6
|
*
Lint/format fixes
Chris Price
2024-01-09
2
-4
/
+2
|
*
Use MockDriver in queue_generic tests
Chris Price
2024-01-09
2
-93
/
+25
|
*
Prevent over-allocation
Chris Price
2024-01-09
1
-12
/
+34
|
*
Restructure InnerMockDriver
Chris Price
2024-01-09
1
-23
/
+38
|
*
Merge TestDriver into MockDriver
Chris Price
2024-01-09
1
-18
/
+116
*
|
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
1
-2
/
+2
*
|
Update embedded-hal to v1.0
Dario Nieuwenhuis
2024-01-09
1
-2
/
+2
|
/
*
Updated driver implementation docs
Barnaby Walters
2023-12-22
1
-4
/
+9
*
Minor typo corrections
Barnaby Walters
2023-12-22
2
-4
/
+4
*
Improved documentation
Barnaby Walters
2023-12-22
5
-309
/
+500
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
1
-7
/
+0
*
STM32: Fix race in alarm setting, which impacted scheduling.
RobertTDowling
2023-12-17
1
-0
/
+4
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
2
-4
/
+4
*
Update all references to `embasy-executor` to the latest version
Jesse Braham
2023-12-06
1
-1
/
+1
*
embassy-time 0.2
Scott Mabin
2023-12-04
2
-2
/
+4
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
4
-74
/
+67
*
Update embedded-(hal,io,nal).
Dario Nieuwenhuis
2023-11-29
6
-10
/
+37
*
executor: release v0.3.3
Dario Nieuwenhuis
2023-11-15
1
-1
/
+1
*
Update heapless to v0.8, embedded-nal-async to v0.7
Dario Nieuwenhuis
2023-11-10
1
-1
/
+1
*
Merge pull request #2132 from embassy-rs/update-nightly
Dario Nieuwenhuis
2023-11-01
1
-0
/
+1
|
\
|
*
Update Rust nightly.
Dario Nieuwenhuis
2023-11-01
1
-0
/
+1
*
|
Merge pull request #2130 from andresovela/time-mock-driver-fix
Dario Nieuwenhuis
2023-10-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
time: fix MockDriver::now()
Andres O. Vela
2023-10-31
1
-1
/
+1
*
|
Release embassy-executor v0.3.1
Dario Nieuwenhuis
2023-11-01
1
-1
/
+1
|
/
*
Fix test
Andres O. Vela
2023-10-29
1
-1
/
+1
*
Remove set_current_time API
Andres O. Vela
2023-10-29
1
-5
/
+0
*
time: add MockDriver for testing purposes
Andres O. Vela
2023-10-29
3
-0
/
+82
*
time: Add tick rates in multiples of 10 kHz
Gabriel Smith
2023-10-24
4
-0
/
+82
*
time: add `links` key, release v0.1.5.
Dario Nieuwenhuis
2023-10-16
3
-1
/
+17
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
1
-2
/
+2
*
time: Add convenience methods for Timer::after_secs/millis/micros/ticks
Adam Greig
2023-10-15
1
-0
/
+36
*
Release embassy-time 0.1.4
Dániel Buga
2023-10-12
1
-1
/
+1
*
stm32: remove atomic-polyfill.
Dario Nieuwenhuis
2023-10-12
1
-1
/
+0
*
Add more tick rates
Dániel Buga
2023-09-28
4
-2
/
+249
*
Add 80MHz tick rate
Dániel Buga
2023-09-28
4
-1
/
+10
*
Merge pull request #1839 from Frostie314159/embassy-time-next
Ulf Lilleengen
2023-09-12
1
-1
/
+7
|
\
|
*
Fixed formating.
Frostie314159
2023-09-11
1
-1
/
+1
|
*
Removed unnecessary newline.
Frostie314159
2023-08-29
1
-2
/
+1
|
*
embassy-time: Introduced reset function for Ticker
Frostie314159
2023-08-29
1
-1
/
+8
*
|
Merge pull request #1854 from bugadani/str
Dario Nieuwenhuis
2023-09-03
1
-1
/
+1
|
\
\
|
*
|
Use fmt::unwrap
Dániel Buga
2023-09-02
1
-1
/
+1
*
|
|
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
1
-6
/
+39
*
|
|
Release embassy-time v0.1.3
Jesse Braham
2023-08-28
2
-2
/
+7
|
/
/
*
/
Bump executor crate version to 0.3.0
Dániel Buga
2023-08-23
1
-1
/
+1
|
/
*
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-2
/
+2
*
Mark Ticker stream as FusedStream
Sebastian Goll
2023-08-09
1
-0
/
+8
*
Remove trivial to remove uses of atomic-polyfill.
Dario Nieuwenhuis
2023-07-12
2
-2
/
+2
[next]