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
/
module.rs
Age
Commit message (
Collapse
)
Author
2020-12-08
TQ handlers being generated
Emil Fresk
2020-12-03
Save, init generation fixed
Emil Fresk
2020-11-14
Multilock support
Emil Fresk
2020-10-23
move dispatchers to app argument
Per Lindgren
2020-10-22
Add the cfgs on a task to the module for that task
Henrik Tjäder
2020-10-11
Fixing examples and tests, modules now import user imports correctly
Emil Fresk
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup
2020-10-11
Now with spawn/schedule from anywhere
Emil Fresk
2020-10-08
Merge branch 'master' into spawn_experiment
Emil Fresk
2020-10-08
Added critical sections
Emil Fresk
2020-10-05
spawn POC works, likely unsound, cleanup
Per Lindgren
2020-10-05
spawn POC works, likely unsound
Per Lindgren
2020-10-05
Merge branch 'master' into always_late_resources
Emil Fresk
2020-10-01
Added `bare_metal::CriticalSection` to `init::Context`
Emil Fresk
2020-10-01
Now late resources are always used
Emil Fresk
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
2020-09-01
Since there only will be one init/idle use .first().unwrap(), matching ↵
Henrik Tjäder
rtic-syntax
2020-09-01
Brutally yank out multicore
Henrik Tjäder
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio