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-monotonics
Age
Commit message (
Expand
)
Author
2025-06-30
address clippy::uninlined_format_args
Anton Lazarev
2025-06-22
Release all crates
Emil Fresk
2025-06-18
chore(deps): update esp32c6 requirement from 0.19.0 to 0.20.0
dependabot[bot]
2025-06-18
chore(deps): update riscv requirement from 0.13.0 to 0.14.0
dependabot[bot]
2025-06-18
chore(deps): update esp32c3 requirement from 0.28.0 to 0.29.0
dependabot[bot]
2025-06-15
Update imxrt-ral requirement from 0.5.3 to 0.6.1
dependabot[bot]
2025-06-15
Add all the timers to the list in lib.rs.
Jonathan 'theJPster' Pallant
2025-06-15
Add details for all the other monotonic implementations.
Jonathan 'theJPster' Pallant
2025-06-15
More details about the arguments for the systick API.
Jonathan 'theJPster' Pallant
2025-06-15
Improved example and comments for the systick! macro.
Jonathan 'theJPster' Pallant
2025-06-15
docs: Monotonics: Highlight rtic-time is used
Henrik Tjäder
2025-06-15
docs: Monotonics crates: Fix old copy-paste
Henrik Tjäder
2025-04-07
Bump ESP versions
Eli Hastings
2025-04-07
Use PLIC_MX instead of INTPRI to set interrupt priorities
Eli Hastings
2025-04-07
Port ESP32-C3 changes to ESP32-C6 branch
Eli Hastings
2025-04-07
Added CHANGELOG entry
Wouter Geraedts
2025-04-03
Placate clippy
datdenkikniet
2025-03-26
Update esp32c3 to 0.28.0
Ronald Weber
2025-03-23
rtic: placate clippy for esp32c3
datdenkikniet
2025-02-09
Update esp32-c3 and esp-hal crates (#1019)
Ronald Weber
2025-01-24
ATSAMD RTC monotonic referral in documentation (#1014)
Dan Whitman
2025-01-22
monotonics add readme (#1012)
Henrik Tjäder
2025-01-15
rtic-monotonics: rp2040 extra parenthesis (#1010)
Henrik Tjäder
2024-11-27
bump esp32c3 (#997)
MikeGstefan
2024-10-24
Release rtic-monotonics 2.0.3
Emil Fresk
2024-10-23
[monotonics] Fix STM32 read-modify-write race condition (#984)
Finomnis
2024-10-23
rtic-monotonics: Improve docs on interrupt priority
Emil Fresk
2024-10-23
Update riscv requirement from 0.11.0 to 0.12.1 (#982)
dependabot[bot]
2024-10-16
Update support/example for ESP32-C3 to use latest versions of dependencies (#...
Jesse Braham
2024-09-29
Add SYSTIMER based ESP32-C3 monotonic (#972)
onsdagens
2024-09-29
Feature/rp235x (#970)
Michael Zill
2024-09-18
Fix for system_monotonic macro with 1 argument (#978)
Robin Mueller
2024-09-18
update docs (#977)
Robin Mueller
2024-08-07
Fix CI with 1.80
Emil Fresk
2024-07-06
Release rtic-monotonics v2.0.2
Emil Fresk
2024-07-05
Fix STM32 Monotonic for peripherals with only two Clock Compare modules (#960)
Finomnis
2024-06-23
Breaking change: portable-atomic (#922)
Henrik Tjäder
2024-06-02
Make rtic-monotonic macros create a public type
Emil Fresk
2024-05-29
Cleanup CHANGELOGs for monotonics/time v2 release (#945)
Emil Fresk
2024-05-27
add support for nrf52805 (#941)
Foo
2024-04-21
Bump rp2040-pac to 0.6 in rtic-monotonics (#905)
Martins Polakovs
2024-04-10
Monotonic rewrite (#874)
Finomnis
2024-03-20
RISC-V support over CLINT (#815)
Román Cárdenas Rodríguez
2024-02-27
Make RTIC 2 work on stable by using `main`'s stack as an allocator
Emil Fresk
2024-02-23
Fix nightly compiler CI failure
Emil Fresk
2024-01-16
Update stm32-metapac requirement from 14.0.0 to 15.0.0 (#884)
dependabot[bot]
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
[next]