index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtic-time
Age
Commit message (
Expand
)
Author
2024-05-22
Update cassette requirement from 0.2 to 0.3 (#920)
dependabot[bot]
2024-05-08
Fix another clippy::assign_op_pattern warning (#933)
Hiroaki Yutani
2024-05-03
Fix clippy::assign_op_pattern lint (#932)
Hiroaki Yutani
2024-04-10
Monotonic rewrite (#874)
Finomnis
2024-03-24
Docs: Rename `DelayUs` to `DelayNs` in docs for macros. (#908)
Gram
2024-01-10
Upgrade everything to embedded-hal v1.0.0 (#880)
Emil Fresk
2024-01-10
update to embedded-hal 1 (#879)
Andres Vahter
2023-12-25
Add repository links to some crates hosted in this repo (#871)
Jan Niehusmann
2023-12-06
Prepare release of rtic-monotonics 1.4.1 and rtic-time 1.2.0 (#861)
Emil Fresk
2023-12-06
Fix race condition in `calculate_now` (#860)
Finomnis
2023-12-06
Fix `nrf::rtc` errata workaround (#858)
Finomnis
2023-12-06
Fix nrf monotonics (#852)
Finomnis
2023-12-04
Release rtic-monotonics, rtic-sync and rtic-time (#854)
Emil Fresk
2023-12-04
Refactor race condition free timer helper (#850)
Finomnis
2023-12-01
Fix mono delay (#843)
Finomnis
2023-11-22
rtic-time does not need nightly
Karsten Große
2023-11-01
Fix CI with async_fn_in_trait not being a feature
Emil Fresk
2023-07-01
Changelog: Time: Add date
Henrik Tjäder
2023-05-25
v2.0 release
Emil Fresk
2023-04-16
Merge #736
bors[bot]
2023-04-16
Deny on warnings in xtasks
datdenkikniet
2023-04-15
rtic-time: Docs
datdenkikniet
2023-04-10
Small cleanup
datdenkikniet
2023-04-10
Clean up
datdenkikniet
2023-04-10
Use artificial time instead
datdenkikniet
2023-04-10
Do not activate critical-section/std by default
datdenkikniet
2023-04-10
Add test for timer queue & monotonic
datdenkikniet
2023-04-08
Fix if a enqueued instant is first in a non-empty queue
Emil Fresk
2023-04-02
Added nRF monotonics
Emil Fresk
2023-03-04
rtic-time: clippy fixes
Henrik Tjäder
2023-03-01
Make some linked list operations unsafe, and document their safety at usage
Emil Fresk
2023-03-01
Add authors to each Cargo.toml
Henrik Tjäder
2023-03-01
Add alpha.0 and required Cargo fields
Henrik Tjäder
2023-03-01
Cleanup common code and clippy fixes
Emil Fresk
2023-03-01
rtic-time: Make Send happy
Emil Fresk
2023-03-01
Use `Pin` in the linked lists
Emil Fresk
2023-03-01
Add changelog templates
Henrik Tjäder
2023-03-01
CI: Don't let warnings get away
Henrik Tjäder
2023-03-01
Fixes in MPSC linked list and dropper handling
Emil Fresk
2023-03-01
Remove unnecessary MaybeUninit
Emil Fresk
2023-03-01
Optimize linked list popping so delete is not run everytime
Emil Fresk
2023-03-01
Fixed systick monotonic
Emil Fresk