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-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
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
[next]