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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2019-10-15
v0.5.0 beta release
Jorge Aparicio
2019-09-15
turn git deps into crates.io deps
Jorge Aparicio
2019-09-15
fix gh-pages build
Jorge Aparicio
2019-08-20
adapt to changes in rtfm-syntax
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
bump heapless dependency to v0.5.0; remove "nightly" feature
Jorge Aparicio
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
2019-04-21
v0.4.3
Jorge Aparicio
2019-02-27
v0.4.2
Jorge Aparicio
2019-02-19
add "nightly" feature
Jorge Aparicio
2019-02-12
bump macros version
Jorge Aparicio
2018-12-16
v0.4.0
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-12-02
codegen: stop using `export_name`
Jorge Aparicio
2018-11-04
0.4.0-beta.2
Jorge Aparicio
2018-11-03
update macros/Cargo.toml
Jorge Aparicio
2018-11-03
v0.4.0
Jorge Aparicio
2018-08-24
v0.3.3
Jorge Aparicio
2018-06-07
Fix mistakes in dependencies
Ferdia McKeogh
2018-06-07
Fix "Could not find `Op` in `proc_macro`"
Ferdia McKeogh
2018-04-16
switch to a crates.io release of rtfm-syntax
Jorge Aparicio
2018-04-16
update parser
Jorge Aparicio
2018-01-15
v0.3.0
Jorge Aparicio
2017-12-23
switch to master branches
Jorge Aparicio
2017-12-09
safe `&'static mut` references via init.resources
Jorge Aparicio
2017-11-22
v0.2.2
Jorge Aparicio
2017-09-22
Use rtfm-syntax 0.2.0
Jonas Schievink
2017-09-03
Allow initialization of resources in `init`.
Jonas Schievink
2017-07-29
v0.2.0
Jorge Aparicio
2017-07-29
update examples
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-08
rename rtfm-macros to cortex-m-rtfm-macros
Jorge Aparicio
2017-07-04
rtfm! macro take 2
Jorge Aparicio