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
Age
Commit message (
Expand
)
Author
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
2025-01-15
Add blinky example for STM32F1 bluepill board (#1007)
rnld wbr
2024-12-06
Add default docs feature to rtic-macros
Emil Fresk
2024-12-06
Fix documentation (docs.rs) and release 2.1.2
Emil Fresk
2024-11-27
docs/changelog reorder (#1000)
Henrik Tjäder
2024-11-27
Do not limit async priority with `NVIC_PRIO_BITS` when targeting ESP32-C3 (#996)
Jesse Braham
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
Signal ergo minor fixes (#986)
Sebastian Kuzminsky
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-10-16
Book: Fix link to systick-monotonic (#981)
Henrik Tjäder
2024-10-02
Add example to poll encoder and display value on I2C display (#963)
Milton Eduardo Sosa
2024-09-29
Add SYSTIMER based ESP32-C3 monotonic (#972)
onsdagens
2024-09-29
Feature/rp235x (#970)
Michael Zill
2024-09-29
Replace proc-macro-error with proc-macro-error2 (#979)
Sympatron GmbH
2024-09-18
Fix for system_monotonic macro with 1 argument (#978)
Robin Mueller
2024-09-18
update docs (#977)
Robin Mueller
2024-08-28
docs: migration softare->software (#969)
Henrik Tjäder
2024-08-21
Change `timeout`/`delay` functions to non-async (#910)
dalegaard
2024-08-07
Fix codegen emitting unqualified `Result` (#967)
Emil Fresk
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-26
Add example for STM32F411 with HW & SW tasks communicating via MPSC channel (...
Milton Eduardo Sosa
2024-06-26
Add ADC example for STM32F411 (#952)
Milton Eduardo Sosa
2024-06-23
Update `embedded-hal-bus` to 0.2 and fix `portable-atomic` features
Emil Fresk
2024-06-23
Breaking change: portable-atomic (#922)
Henrik Tjäder
2024-06-23
Update diffy requirement from 0.3.0 to 0.4.0 (#950)
dependabot[bot]
2024-06-23
Fix `Default` for `rtic_sync::signal`
Emil Fresk
2024-06-23
rtic-sync: clippy::new-without-default lint
Henrik Tjäder
2024-06-23
xtasks: handle platform flagged as unused
Henrik Tjäder
2024-06-23
rtic-macros: handle backend flagged as unused
Henrik Tjäder
2024-06-19
Add Signal to rtic-sync (#934)
AdinAck
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-28
Improve error output for prios > dispatchers (#943)
Henri Lunnikivi
2024-05-27
add support for nrf52805 (#941)
Foo
2024-05-27
Fix clippy lints
Emil Fresk
2024-05-22
Update cassette requirement from 0.2 to 0.3 (#920)
dependabot[bot]
2024-05-22
updated esp32c3 dependency to version 0.22.0 (#937)
broke
2024-05-08
rtic-macros: Template: Include Span (#935)
Henrik Tjäder
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-05-01
Make debug asserts into asserts to help find the issue (#931)
Emil Fresk
[next]