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-06-15
Updates to "Delay and TImeout using Monotonics"
Jonathan 'theJPster' Pallant
2025-06-15
Correct timer type in "Delay and Timeout using Monotonics"
Jonathan 'theJPster' Pallant
2025-06-15
book: view_code update for xtask
Henrik Tjäder
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-06-15
ci: Use xtask test --loom for rtic-sync
Henrik Tjäder
2025-06-15
xtask: Add --loom argument to test
Henrik Tjäder
2025-06-15
feat: example of wait-queue
Oleksandr Babak
2025-06-15
chore: compile fail tests to assert that the future returned by `wait_until` ...
Oleksandr Babak
2025-06-15
feat: `wait_until` method for waker queue
Oleksandr Babak
2025-06-15
feat: `OnDropWith` helper
Oleksandr Babak
2025-06-15
chore: changelog entry
Oleksandr Babak
2025-06-15
xtask: ci: Document in contributing instructions
Henrik Tjäder
2025-06-15
xtask: rename variable cargologlevel to cargoarg
Henrik Tjäder
2025-06-15
xtask: Cargo clippy lints
Henrik Tjäder
2025-06-15
xtask: run: Use common BuildMode
Henrik Tjäder
2025-06-15
xtask: Add AllCi functionality: Run all xtask
Henrik Tjäder
2025-06-15
xtask: AllCi --failearly option
Henrik Tjäder
2025-06-15
xtask: Arg is not only used for cargo size
Henrik Tjäder
2025-06-15
xtask: cargo_format: grab check_only from struct
Henrik Tjäder
2025-06-15
xtask: Add defaults for PackageOpt and FormatOpt
Henrik Tjäder
2025-06-15
ci: Updated lm3s6965 Cargo.lock
Henrik Tjäder
2025-06-15
xtask: Add ci/AllCi command
Henrik Tjäder
2025-06-15
xtask: Move info prints into run
Henrik Tjäder
2025-06-15
Add blocking version of `rtic_sync::arbiter::{i2c,spi}::ArbiterDevice`
Emil Fresk
2025-06-08
Release RTIC v2.1.3
Emil Fresk
2025-06-08
UI: Test for references passed to spawn
Henrik Tjäder
2025-06-08
Fix references allowed in `spawn`
Emil Fresk
2025-06-08
CI: Update STDERR for newer Rust
Henrik Tjäder
2025-06-08
Clippy: 1.86: Handle style lint for Option.replace
Henrik Tjäder
2025-05-28
Update embedded-hal-bus requirement from 0.2.0 to 0.3.0
dependabot[bot]
2025-04-07
Remove references to nightly Rust from ESP examples
Eli Hastings
2025-04-07
Add ESP32C6 mention to book
Eli Hastings
2025-04-07
Apply clippy fixes
Eli Hastings
2025-04-07
Don't use interrupts reserved by esp-hal
Eli Hastings
2025-04-07
Update esp32c6 example dependencies
Eli Hastings
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 CI
Wouter Geraedts
2025-04-07
Ran cargo fmt
Wouter Geraedts
2025-04-07
Added CHANGELOG entry
Wouter Geraedts
2025-04-07
Use explicit list of external interrupts which can be used by RTIC
Wouter Geraedts
2025-04-07
Enable interrupt after it has been configured; use register block instead of ...
Wouter Geraedts
2025-04-07
Added esp32c6 support and example
Wouter Geraedts
2025-04-03
Placate clippy
datdenkikniet
2025-04-03
fix: move the popped check after the fence
Oleksandr Babak
2025-04-03
fix: check if link is already popped when removing it inside the critical sec...
Oleksandr Babak
2025-04-03
chore: changelog entry
Oleksandr Babak
2025-04-03
feat: do not cause memory corruption if `remove_from_list` (safe function) is...
Oleksandr Babak
[next]