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
Age
Commit message (
Expand
)
Author
2023-04-15
Remove unused
datdenkikniet
2023-04-15
rtic-macros: wrap everything in macro_rules! to improve the error experience and
datdenkikniet
2023-04-12
remove vis restriction for local and shared resources
Andrew Gazelka
2023-03-29
Merge branch 'master' into master
Román Cárdenas
2023-03-29
Merge #719
bors[bot]
2023-03-29
Adding a limit that async HALs can read and have as max prio
Emil Fresk
2023-03-20
explicit rtic::export::pend on macros
Román Cárdenas
2023-03-19
Start async tasks at lowest priority
Emil Fresk
2023-03-04
rtic-macros: clippy fixes
Henrik Tjäder
2023-03-04
rtic-macros: clippy fixes
Henrik Tjäder
2023-03-01
Add template for bindings
Emil Fresk
2023-03-01
Update backend features to be more clear
Emil Fresk
2023-03-01
Added support for adding codegen to intrrupt entry and exit (needed for RISC-V)
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