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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2025-06-08
Release RTIC v2.1.3
Emil Fresk
2025-04-07
Added esp32c6 support and example
Wouter Geraedts
2025-03-12
Prepare for new riscv ecosystem
Román Cárdenas Rodríguez
2024-12-06
Add default docs feature to rtic-macros
Emil Fresk
2024-12-06
Fix documentation (docs.rs) and release 2.1.2
Emil Fresk
2024-09-29
Replace proc-macro-error with proc-macro-error2 (#979)
Sympatron GmbH
2024-03-20
RISC-V support over CLINT (#815)
Román Cárdenas Rodríguez
2024-02-27
Release rtic v2.1.0, rtic-macros v2.1.0
Emil Fresk
2024-01-16
Update syn requirement from 1.0.107 to 2.0.48 (#881)
dependabot[bot]
2023-09-27
esp32c3 support
onsdagens
2023-07-25
Fixed new TAIT requirement and release v2.0.1 of RTIC
Emil Fresk
2023-06-30
Update indexmap requirement from 1.9.2 to 2.0.0
dependabot[bot]
2023-05-25
v2.0 release
Emil Fresk
2023-05-10
Fix zero prio tasks when all async tasks have default (no) arguments
Emil Fresk
2023-04-05
Less keywords
Emil Fresk
2023-04-05
Fix macros README path
Emil Fresk
2023-03-01
Update backend features to be more clear
Emil Fresk
2023-03-01
Add feature flags
Emil Fresk
2023-03-01
Break out core specific codegen to bindings
Emil Fresk
2023-03-01
Move rtic macros to repo root, tune xtask
Henrik Tjäder