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
2018-11-03
v0.4.0
Jorge Aparicio
2018-08-24
v0.3.3
Jorge Aparicio
2018-08-24
more fixes
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
2018-01-11
adapt to changes in the cortex-m crate
Jorge Aparicio
2017-12-23
switch to master branches
Jorge Aparicio
2017-12-17
add missing comma
Jorge Aparicio
2017-12-09
safe `&'static mut` references via init.resources
Jorge Aparicio
2017-12-09
implement the Resource trait for owned resources
Jorge Aparicio
2017-12-09
drop the Static wrapper
Jorge Aparicio
2017-12-09
make resource proxies not Sync
Jorge Aparicio
2017-12-09
make resource proxies !Send
Jorge Aparicio
2017-12-09
rename LateResourceValues to LateResources
Jorge Aparicio
2017-12-09
remove special case around peripherals from codegen
Jorge Aparicio
2017-12-09
peripherals as scoped singletons
Jorge Aparicio
2017-11-22
v0.2.2
Jorge Aparicio
2017-10-02
fix `idle::Resources::new`
Jorge Aparicio
2017-09-22
Use rtfm-syntax 0.2.0
Jonas Schievink
2017-09-22
Fix shared resource handling and extend example.
Jonas Schievink
2017-09-22
Simplify iterator usage
Jonas Schievink
2017-09-06
Use `untagged_option` crate
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-27
`Send`-ness check is now in rtfm-core
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
don't generate empty modules
Jorge Aparicio
2017-07-27
make task.$T.priority optional
Jorge Aparicio
2017-07-27
refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomic
Jorge Aparicio
2017-07-26
provide a Threshold token even when all resources are lockless
Jorge Aparicio
2017-07-26
fix around owned idle resource
Jorge Aparicio
2017-07-25
fix errors around the use of `super` in relative paths
Jorge Aparicio
2017-07-24
more "hygiene"
Jorge Aparicio
2017-07-24
task! is not needed if tasks.$T.path is specified
Jorge Aparicio
2017-07-23
don't wrap static references in a `Static`
Jorge Aparicio
2017-07-23
drop rtfm::Cell
Jorge Aparicio
2017-07-23
drop idle.locals
Jorge Aparicio
2017-07-20
misc fixes
Jorge Aparicio
2017-07-20
doc tweaks
Jorge Aparicio
2017-07-20
`Resource` trait, docs, examples and rtfm-syntax related changes
Jorge Aparicio
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
[next]