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
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
2024-05-01
fix: typos (#930)
Cyril Marpaud
2024-04-21
Bump rp2040-pac to 0.6 in rtic-monotonics (#905)
Martins Polakovs
2024-04-17
Use riscv-slic form crates.io (#919)
Román Cárdenas Rodríguez
2024-04-16
Bump peaceiris/actions-gh-pages from 3 to 4 (#915)
dependabot[bot]
2024-04-16
Bump peaceiris/actions-mdbook from 1 to 2 (#916)
dependabot[bot]
2024-04-10
Monotonic rewrite (#874)
Finomnis
2024-04-10
CI: Add ESP32-C3 QEMU support (#914)
Henrik Tjäder
2024-04-10
Clean up esp32c3 files with rustfmt (#913)
Adam Hott
2024-04-05
CI: docs: Use xtask doc (#901)
Henrik Tjäder
2024-04-04
Adjust esp32c3 codegen, bump pac to 0.21.0 (#906)
onsdagens
2024-04-03
fix included examples and markdown(book) (#912)
Franz Dietrich
2024-03-24
Docs: Rename `DelayUs` to `DelayNs` in docs for macros. (#908)
Gram
2024-03-20
RISC-V support over CLINT (#815)
Román Cárdenas Rodríguez
2024-03-13
rtic-sync: Fix xtask doc, non-compiling example (#900)
Henrik Tjäder
2024-03-13
Fix thumbv6 source masking (#902)
Emil Fresk
2024-02-27
Release rtic v2.1.0, rtic-macros v2.1.0
Emil Fresk
2024-02-27
Add example of using Embassy HAL(stm32) with RTIC. (#891)
cschuhen
2024-02-27
Make RTIC 2 work on stable by using `main`'s stack as an allocator
Emil Fresk
2024-02-27
Fix thumbv7 soundness issue in the lock implementation
Emil Fresk
2024-02-23
rtic-sync: Remove unstable flag, and add defmt derives (#889)
Emil Fresk
2024-02-23
Fix nightly compiler CI failure
Emil Fresk
2024-01-31
Bump dorny/paths-filter from 2 to 3 (#887)
dependabot[bot]
2024-01-17
CI: Add extra step building and uploading QEMU (#883)
Henrik Tjäder
2024-01-17
Update riscv requirement from 0.10.1 to 0.11.0 (#885)
dependabot[bot]
2024-01-16
Update syn requirement from 1.0.107 to 2.0.48 (#881)
dependabot[bot]
2024-01-16
Update stm32-metapac requirement from 14.0.0 to 15.0.0 (#884)
dependabot[bot]
2024-01-10
bump esp32c3 pac (#878)
onsdagens
2024-01-10
Bump actions/download-artifact from 3 to 4 (#867)
dependabot[bot]
2024-01-10
Bump actions/upload-artifact from 3 to 4 (#868)
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
2024-01-07
Changes `make_channel!` macro to accept more types (#877)
Anshul Gupta
2023-12-25
Add repository links to some crates hosted in this repo (#871)
Jan Niehusmann
2023-12-20
remove unused import (#866)
onsdagens
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
Fix docs.rs features for rtic-sync (#857)
Emil Fresk
2023-12-04
Release rtic-monotonics, rtic-sync and rtic-time (#854)
Emil Fresk
2023-12-04
Update to heapless 0.8, disable pool test for now (#846)
Emil Fresk
2023-12-04
Add RTC interrupt example for stm32f411 (#853)
Milton Eduardo Sosa
2023-12-04
Fix small error in readme (#856)
Emil Fresk
2023-12-04
Refactor race condition free timer helper (#850)
Finomnis
2023-12-04
Fix rp2040 example (#855)
Emil Fresk
2023-12-01
Fix mono delay (#843)
Finomnis
2023-11-28
rtic-sync Arbiter: impl more I2C trait fns
Andres Vahter
[next]