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
/
tests
/
cfail
/
lock.rs
Age
Commit message (
Expand
)
Author
2018-11-03
v0.4.0
Jorge Aparicio
2018-08-24
more fixes
Jorge Aparicio
2017-12-09
implement the Resource trait for owned resources
Jorge Aparicio
2017-12-09
deny warnings and unsafe code in tests and examples
Jorge Aparicio
2017-07-27
make task.$T.enabled optional
Jorge Aparicio
2017-07-27
update tests and examples
Jorge Aparicio
2017-07-23
update cfail tests
Jorge Aparicio
2017-07-18
tasks / idle have exclusive access to Threshold, but do not own the token
Jorge Aparicio
2017-07-18
add cfail tests
Jorge Aparicio
2017-07-04
rtfm! macro take 2
Jorge Aparicio
2017-05-08
replace the ceiling token with a preemption threshold token
Jorge Aparicio
2017-04-27
make the ceiling part of the task signature
Jorge Aparicio
2017-04-21
rename `borrow` to `access`
Jorge Aparicio
2017-04-21
reword the comments in compile-fail tests
Jorge Aparicio
2017-04-21
raise_to -> Ceiling.raise
Jorge Aparicio
2017-04-21
drop `lock` methods, add `raise_to` function
Jorge Aparicio
2017-04-21
more docs, remove Ceiling / Priority / Level traits
Jorge Aparicio
2017-04-19
remove claim, add Priority.as_ceiling
Jorge Aparicio
2017-04-09
compile time verified ceilings
Jorge Aparicio