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
Age
Commit message (
Expand
)
Author
2017-07-18
make compatible with the unsafe_code lint
Jorge Aparicio
2017-07-18
tasks / idle have exclusive access to Threshold, but do not own the token
Jorge Aparicio
2017-07-18
resources owned by idle have 'static lifetime
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-11
compiler plugin -> proc macro
Jorge Aparicio
2017-07-09
make the init::Resources argument optional
Jorge Aparicio
2017-07-08
make the tasks and resources fields optional
Jorge Aparicio
2017-07-08
fix unused variable warning around interrupt::free
Jorge Aparicio
2017-07-08
rename rtfm-macros to cortex-m-rtfm-macros
Jorge Aparicio
2017-07-06
syntax tweaks, relax check, add set_pending(), deal with imported types
Jorge Aparicio
2017-07-06
rtfm!: remove init.resources and make idle.local optional
Jorge Aparicio
2017-07-04
rtfm! macro take 2
Jorge Aparicio