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
path:
root
/
rtic-macros
/
src
/
syntax
Age
Commit message (
Expand
)
Author
2025-09-17
rtic-macros: forward attributes applied to app module
Johannes Cornelis Draaijer
2025-04-07
Added esp32c6 support and example
Wouter Geraedts
2025-03-27
feat: allow diverding software tasks with `'static` context (they never return)
Oleksandr Babak
2025-03-12
Prepare for new riscv ecosystem
Román Cárdenas Rodríguez
2024-06-23
rtic-macros: handle backend flagged as unused
Henrik Tjäder
2024-03-20
RISC-V support over CLINT (#815)
Román Cárdenas Rodríguez
2024-01-16
Update syn requirement from 1.0.107 to 2.0.48 (#881)
dependabot[bot]
2023-11-01
Fix CI with async_fn_in_trait not being a feature
Emil Fresk
2023-06-30
CI: Remove travis, once and for all
Henrik Tjäder
2023-06-08
allow init and idle to be externed
Vixu
2023-05-10
Fix zero prio tasks when all async tasks have default (no) arguments
Emil Fresk
2023-04-12
remove vis restriction for local and shared resources
Andrew Gazelka
2023-03-19
Start async tasks at lowest priority
Emil Fresk
2023-03-01
Move rtic macros to repo root, tune xtask
Henrik Tjäder