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
/
macros
/
src
/
codegen
/
dispatchers.rs
Age
Commit message (
Expand
)
Author
2023-03-01
Min codegen
Emil Fresk
2023-03-01
RTIC v2: Initial commit
Emil Fresk
2021-11-02
Fixed aliasing issue due to RacyCell implementation
Emil Fresk
2021-08-20
Use `mark_internal_name` by default for methods in `util` to make usage of th...
datdenkikniet
2021-08-19
Fixed some lints from Rust Analyzer with experimental proc-macros
Emil Fresk
2021-07-09
const generics
Andrey Zgarbul
2021-07-07
Fixing tests
Emil Fresk
2021-07-06
Minimal app now compiles
Emil Fresk
2021-07-05
Started work
Emil Fresk
2021-05-06
Flattened the _ out of it
Emil Fresk
2021-04-22
Keep comments
Emil Fresk
2021-04-08
Goodbye static mut
Emil Fresk
2021-02-25
Documentation generation fixes
Emil Fresk
2020-12-12
Monotonic codegen now passing compile stage
Emil Fresk
2020-12-10
More work
Emil Fresk
2020-12-08
TQ handlers being generated
Emil Fresk
2020-10-23
move dispatchers to app argument
Per Lindgren
2020-10-21
Namespace cleanup
Emil Fresk
2020-10-21
Updated examples
Emil Fresk
2020-10-11
Now with spawn/schedule from anywhere
Emil Fresk
2020-10-05
spawn POC works, likely unsound
Per Lindgren
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
2020-09-01
Brutally yank out multicore
Henrik Tjäder
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2020-05-29
allow handlers to be named 'main'
Jorge Aparicio
2019-06-29
WIP
Jorge Aparicio
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio