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
/
syntax.rs
Age
Commit message (
Expand
)
Author
2023-03-01
RTIC v2: Initial commit
Emil Fresk
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
2019-04-16
check task priority at compile time
Jorge Aparicio
2019-02-26
refactor: make `binds` harder to misuse
Jorge Aparicio
2019-02-26
`binds` can only appear once in the argument list
Jorge Aparicio
2019-02-26
add `binds` argument to the `interrupt` and `exception` attributes
Jorge Aparicio
2019-02-23
reject duplicate arguments in #[interrupt] and #[exception]
Jorge Aparicio
2019-02-16
Make builds reproducible
Hugo van der Wijst
2019-02-12
accept `init: fn() -> init::LateResources`
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-12-16
properly handle #[cfg] (conditional compilation) on resources
Jorge Aparicio
2018-12-15
codegen/statics: forward #[cfg] attributes
Jorge Aparicio
2018-11-03
v0.4.0
Jorge Aparicio