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
/
CHANGELOG.md
Age
Commit message (
Expand
)
Author
2024-08-21
Change `timeout`/`delay` functions to non-async (#910)
dalegaard
2024-05-29
Cleanup CHANGELOGs for monotonics/time v2 release (#945)
Emil Fresk
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-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-07-01
Changelog: Time: Add date
Henrik Tjäder
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-01
Add changelog templates
Henrik Tjäder
2023-03-01
Fixed systick monotonic
Emil Fresk