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
/
check.rs
Age
Commit message (
Expand
)
Author
2023-03-01
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
Emil Fresk
2023-03-01
Clippy fixes
Emil Fresk
2023-03-01
Support 0 prio tasks
Emil Fresk
2023-03-01
Add check again
Emil Fresk
2022-12-15
Clippy: Fix (clippy::needless_borrow)
Henrik Tjäder
2020-12-08
TQ handlers being generated
Emil Fresk
2020-12-03
Save, init generation fixed
Emil Fresk
2020-10-23
move dispatchers to app argument
Per Lindgren
2020-10-15
Implement all clippy suggestions
Henrik Tjäder
2020-10-11
Now with spawn/schedule from anywhere
Emil Fresk
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
2020-09-01
Cargo fmt
Henrik Tjäder
2020-09-01
Brutally yank out multicore
Henrik Tjäder
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2019-08-20
adapt to changes in rtfm-syntax
Jorge Aparicio
2019-06-20
RFC #207
Jorge Aparicio
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
2019-05-21
remove unused check
Jorge Aparicio
2019-05-01
rtfm::app: update error message
Jorge Aparicio
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
2019-02-26
refactor: make `binds` harder to misuse
Jorge Aparicio
2019-02-26
make cfail test actually fail
Jorge Aparicio
2019-02-16
cargo fmt
Jorge Aparicio
2019-02-12
accept `init: fn() -> init::LateResources`
Jorge Aparicio
2019-02-12
forbid early returns in init
Jorge Aparicio
2018-12-16
move macros crate to the 2018 edition
Jorge Aparicio
2018-12-16
properly handle `#[cfg]` (conditional compilation) on tasks
Jorge Aparicio
2018-11-03
v0.4.0
Jorge Aparicio
2018-06-07
Fix "Could not find `Op` in `proc_macro`"
Ferdia McKeogh
2018-04-16
update parser
Jorge Aparicio
2017-12-09
safe `&'static mut` references via init.resources
Jorge Aparicio
2017-12-09
peripherals as scoped singletons
Jorge Aparicio
2017-07-29
update examples
Jorge Aparicio
2017-07-27
make task.$T.path mandatory
Jorge Aparicio
2017-07-27
make task.$T.enabled optional
Jorge Aparicio
2017-07-27
make task.$T.priority optional
Jorge Aparicio
2017-07-24
task! is not needed if tasks.$T.path is specified
Jorge Aparicio
2017-07-18
adapt to changes in rtfm-syntax
Jorge Aparicio
2017-07-14
rename rtfm! to app! and adapt to changes in rtfm-syntax
Jorge Aparicio
2017-07-14
split macro parser into its own crate and improve error handling / reporting
Jorge Aparicio
2017-07-06
syntax tweaks, relax check, add set_pending(), deal with imported types
Jorge Aparicio
2017-07-04
rtfm! macro take 2
Jorge Aparicio