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
/
src
Age
Commit message (
Expand
)
Author
2017-04-09
compile time verified ceilings
Jorge Aparicio
2017-04-07
drop global critical sections in checked::Resource
Jorge Aparicio
2017-04-07
use volatile read/writes for checked::Resource.locked
Jorge Aparicio
2017-04-07
removed global critical section from checked::release
Jorge Aparicio
2017-04-07
use hw ceilings in checked::Resource.lock{,mut}
Jorge Aparicio
2017-04-07
allow returns from checked::Resource.lock{,mut}
Jorge Aparicio
2017-04-07
impl Sync for checked::Resource
Jorge Aparicio
2017-04-07
initial version of checked resources
Jorge Aparicio
2017-04-07
remove the borrow_mut method from resources
Jorge Aparicio
2017-04-06
partial thumbv6m-none-eabi support
Jorge Aparicio
2017-04-04
split get in get / get_mut
Jorge Aparicio
2017-04-04
add a `queue` function
Jorge Aparicio
2017-04-03
add debug assertions to `lock` and `get`
Jorge Aparicio
2017-04-02
add a get method to get a raw pointer to the resource data
Jorge Aparicio
2017-04-02
rustfmt
Jorge Aparicio
2017-03-22
add methods to borrow resources within `interrupt::free`
Jorge Aparicio
2017-03-11
make `logical` non-`const`, check input using assertions
Jorge Aparicio
2017-03-11
make borrows of non-cooperative resources safe
Jorge Aparicio
2017-03-10
add mutable variants of borrow and claim
Jorge Aparicio
2017-03-10
Token was renamed to Context
Jorge Aparicio
2017-03-10
rename `priority` to `logical`
Jorge Aparicio
2017-03-09
turn ceilings into types
Jorge Aparicio
2017-03-08
Resource::new is also unsafe
Jorge Aparicio
2017-03-08
adapt to changes in cortex-m, verify the input of the `priority` function
Jorge Aparicio
2017-03-05
make priority a const fn
Jorge Aparicio
2017-03-05
initial commit
Jorge Aparicio