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
Age
Commit message (
Expand
)
Author
2025-06-15
chore: changelog
Oleksandr Babak
2025-06-15
feat(rtic-macros): expose task waker
Oleksandr Babak
2025-06-08
Release RTIC v2.1.3
Emil Fresk
2025-04-07
Apply clippy fixes
Eli Hastings
2025-04-07
Don't use interrupts reserved by esp-hal
Eli Hastings
2025-04-07
Port ESP32-C3 changes to ESP32-C6 branch
Eli Hastings
2025-04-07
Added CHANGELOG entry
Wouter Geraedts
2025-04-07
Use explicit list of external interrupts which can be used by RTIC
Wouter Geraedts
2025-04-07
Added esp32c6 support and example
Wouter Geraedts
2025-04-03
Placate clippy
datdenkikniet
2025-03-27
fix(či): space between name and generics
Oleksandr Babak
2025-03-27
refactor: remove minor code duplication
Oleksandr Babak
2025-03-27
chore: update tests
Oleksandr Babak
2025-03-27
chore: changelog entry
Oleksandr Babak
2025-03-27
feat: allow diverding software tasks with `'static` context (they never return)
Oleksandr Babak
2025-03-23
rtic: placate clippy for esp32c3
datdenkikniet
2025-03-12
Configure CI for new backends
Román Cárdenas Rodríguez
2025-03-12
Add mecall backend
Román Cárdenas Rodríguez
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-11-27
Do not limit async priority with `NVIC_PRIO_BITS` when targeting ESP32-C3 (#996)
Jesse Braham
2024-10-16
Update support/example for ESP32-C3 to use latest versions of dependencies (#...
Jesse Braham
2024-09-29
Replace proc-macro-error with proc-macro-error2 (#979)
Sympatron GmbH
2024-08-07
Fix codegen emitting unqualified `Result` (#967)
Emil Fresk
2024-06-23
rtic-macros: handle backend flagged as unused
Henrik Tjäder
2024-05-28
Improve error output for prios > dispatchers (#943)
Henri Lunnikivi
2024-05-27
Fix clippy lints
Emil Fresk
2024-05-08
rtic-macros: Template: Include Span (#935)
Henrik Tjäder
2024-04-10
Clean up esp32c3 files with rustfmt (#913)
Adam Hott
2024-04-04
Adjust esp32c3 codegen, bump pac to 0.21.0 (#906)
onsdagens
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-02-27
Make RTIC 2 work on stable by using `main`'s stack as an allocator
Emil Fresk
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-09-28
remove nop from the empty idle loop
onsdagens
2023-09-27
esp32c3 support
onsdagens
2023-07-25
Fixed new TAIT requirement and release v2.0.1 of RTIC
Emil Fresk
2023-07-01
Changelog: Macros: Add v2
Henrik Tjäder
2023-07-01
Add changelog for rtic-macros
Henrik Tjäder
2023-06-30
Update indexmap requirement from 1.9.2 to 2.0.0
dependabot[bot]
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-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-16
Merge #736
bors[bot]
2023-04-16
Deny on warnings in xtasks
datdenkikniet
2023-04-15
Remove unused
datdenkikniet
2023-04-15
rtic-macros: wrap everything in macro_rules! to improve the error experience and
datdenkikniet
[next]