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
/
idle.rs
Age
Commit message (
Expand
)
Author
2023-03-01
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
Emil Fresk
2023-03-01
All codegen is now explicit
Emil Fresk
2023-03-01
Main in main codegen
Emil Fresk
2023-03-01
Break codegen for 0-prio async
Emil Fresk
2023-03-01
Removed Priority, simplified lifetime handling
Emil Fresk
2023-03-01
RTIC v2: Initial commit
Emil Fresk
2023-01-22
Make clippy happy
Henrik Tjäder
2023-01-22
Improve RTIC doc handling
Henrik Tjäder
2022-02-18
rtic::mutex::prelude::* fixes glob import lint
Henrik Tjäder
2021-12-14
Idle: Switch to NOP instead of WFI
Henrik Tjäder
2021-07-07
Full local resource syntax working
Emil Fresk
2021-07-06
Minimal app now compiles
Emil Fresk
2021-05-06
Flattened the _ out of it
Emil Fresk
2020-11-14
Multilock support
Emil Fresk
2020-10-23
Now all locks are symmetric
Emil Fresk
2020-10-22
Merge #396
bors[bot]
2020-10-21
Updated examples
Emil Fresk
2020-10-15
Implement all clippy suggestions
Henrik Tjäder
2020-10-11
Fixing examples and tests, modules now import user imports correctly
Emil Fresk
2020-10-05
spawn POC works, likely unsound
Per Lindgren
2020-10-01
Rename const_app to mod_app
Henrik Tjäder
2020-09-25
cfg_core is gone, cargo fmt
Henrik Tjäder
2020-09-25
Collect and generate required use-statements
Henrik Tjäder
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 rtic-s...
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-08-20
adapt to changes in rtfm-syntax
Jorge Aparicio
2019-06-29
WIP
Jorge Aparicio
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio