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
/
lib.rs
Age
Commit message (
Expand
)
Author
2019-08-21
doc tweaks
Jorge Aparicio
2019-08-21
document #[app]
Jorge Aparicio
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-08
write generated code to disk for easier inspection
Jorge Aparicio
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
2018-12-16
move macros crate to the 2018 edition
Jorge Aparicio
2018-12-16
properly handle #[cfg] (conditional compilation) on resources
Jorge Aparicio
2018-11-03
v0.4.0
Jorge Aparicio
2018-08-24
more fixes
Jorge Aparicio
2018-04-16
update parser
Jorge Aparicio
2018-01-15
v0.3.0
Jorge Aparicio
2017-11-22
v0.2.2
Jorge Aparicio
2017-07-29
v0.2.0
Jorge Aparicio
2017-07-29
update examples
Jorge Aparicio
2017-07-20
doc tweaks
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-06
syntax tweaks, relax check, add set_pending(), deal with imported types
Jorge Aparicio
2017-07-04
rtfm! macro take 2
Jorge Aparicio