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-18
Update CHANGELOG.md
datdenkikniet
2025-06-18
rtic-sync: drop items when Receiver is dropped
datdenkikniet
2025-06-18
rtic-sync: debug_assert and explicitly `drop(item)`.
datdenkikniet
2025-06-18
rtic-sync: add comment about why we don't `return_free_slot`
datdenkikniet
2025-06-18
rtic-sync: Update CHANGELOG
datdenkikniet
2025-06-18
rtic-sync: require channel-users to deal with non-empty channels
datdenkikniet
2025-06-18
rtic-sync: add some tests
datdenkikniet
2025-06-18
ci: QEMU: Match more precisely with "our" QEMU
Henrik Tjäder
2025-06-18
gitignore: Ignore QEMU logs: Updated filenames
Henrik Tjäder
2025-06-18
ci: QEMU esp32c3: There is no kill like overkill
Henrik Tjäder
2025-06-18
ci: QEMU esp32c3: Output into unique tmp dir
Henrik Tjäder
2025-06-18
ci: esp32c3: runner: Store QEMU pid
Henrik Tjäder
2025-06-18
docs: README: Rework how to use cargo xtask
Henrik Tjäder
2025-06-18
contributing: Add note about changelog entries
Henrik Tjäder
2025-06-18
contributing: RFC repo is not used as intended
Henrik Tjäder
2025-06-18
README: Point to rtfm-lang.org archive.org
Henrik Tjäder
2025-06-18
book: Add favicon
Henrik Tjäder
2025-06-18
ci: Audit-check: Update to rustsec, ubuntu-latest
Henrik Tjäder
2025-06-18
feat: add stderr file
Oleksandr Babak
2025-06-18
fix: add a single error
Oleksandr Babak
2025-06-18
fix: UI test: add `unsafe()` for link_section
Oleksandr Babak
2025-06-18
export: cortex_source_mask update
Oleksandr Babak
2025-06-18
export: Update slic to edition 2024
Oleksandr Babak
2025-06-18
Update rtic/CHANGELOG.md
Oleksandr Babak
2025-06-18
fix: migrate to 2024 edition and fmt
Oleksandr Babak
2025-06-18
feat: add ui test
Oleksandr Babak
2025-06-18
fix: bump edition. it should cause a ci error
Oleksandr Babak
2025-06-18
Update rtic-macros/CHANGELOG.md
Oleksandr Babak
2025-06-18
fix: in edition 2024 `link_section` is used as `unsafe(link_section = ...)`
Oleksandr Babak
2025-06-15
Update imxrt-ral requirement from 0.5.3 to 0.6.1
dependabot[bot]
2025-06-15
ci: QEMU: Custom QEMU only for ESP32
Henrik Tjäder
2025-06-15
ci: QEMU: If cache hit, do not download again
Henrik Tjäder
2025-06-15
ci: QEMU: Do not install regular QEMU, only ESP32
Henrik Tjäder
2025-06-15
ci: espflash: use install-action
Henrik Tjäder
2025-06-15
ci: QEMU ESP32: Update espflash to 3.3.0
Henrik Tjäder
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
chore: better safety comment
Oleksandr Babak
2025-06-15
chore: changelog
Oleksandr Babak
2025-06-15
feat(rtic-macros): expose task waker
Oleksandr Babak
2025-06-15
feat(executor): add standalone waker constructor
Oleksandr Babak
2025-06-15
Improved example and comments for the systick! macro.
Jonathan 'theJPster' Pallant
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
[next]