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
Age
Commit message (
Expand
)
Author
2017-04-25
fix cfail tests
Jorge Aparicio
2017-04-25
add a `peripherals!` macro
Jorge Aparicio
2017-04-25
change tasks! syntax to resemble struct initialization
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-19
remove the _mut methods
Jorge Aparicio
2017-04-19
critical: don't let the ceiling token escape the critical section
Jorge Aparicio
2017-04-19
don't let the ceiling token escape the critical section
Jorge Aparicio
2017-04-14
wrap references to resources in static-ref's Ref/RefMut
Jorge Aparicio
2017-04-14
add another would-be data race compile fail test
Jorge Aparicio
2017-04-14
remove unnecessary trait bounds
Jorge Aparicio
2017-04-13
regression test
Jorge Aparicio
2017-04-13
fix memory safety hole around `borrow`
Jorge Aparicio
2017-04-12
add cfail tests for the tasks! macro
Jorge Aparicio
2017-04-12
implement lock_mut
Jorge Aparicio
2017-04-12
add `claim_mut`
Jorge Aparicio
2017-04-09
compile time verified ceilings
Jorge Aparicio