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
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