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
2020-11-26
Removed cortex-m-rt
Emil Fresk
2020-11-14
Add multilock to the book
Emil Fresk
2020-11-14
Multilock support
Emil Fresk
2020-10-15
Implement all clippy suggestions
Henrik Tjäder
2020-10-01
Remove exports related to heterogeneous multi-core support
Henrik Tjäder
2020-10-01
Added `bare_metal::CriticalSection` to `init::Context`
Emil Fresk
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
2020-09-01
Brutally yank out multicore
Henrik Tjäder
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2020-06-11
Fmt
Emil Fresk
2020-05-26
touch src/lib.rs
Jorge Aparicio
2020-01-24
Merge #295
bors[bot]
2020-01-21
docs: do not use Instant::now in #[init]
Jorge Aparicio
2019-11-19
Merge #277
bors[bot]
2019-11-19
TimerQueue.dequeue: don't set SYST reload to 0
Maciej Pasternacki
2019-11-18
Fixed internal overflow on subtraiton in elapsed and duration
Per Lindgren
2019-11-13
Minor docs update to monotonic
Emil Fresk
2019-10-15
cyccnt::Instant: simplify the Send / Sync impl
Jorge Aparicio
2019-10-15
document the limitations of cyccnt::{Instant,Duration}
Jorge Aparicio
2019-10-15
more monotonic timer docs
Jorge Aparicio
2019-09-15
One more place updated
Emil Fresk
2019-09-15
don't use deprecated API
Jorge Aparicio
2019-08-21
doc tweaks
Jorge Aparicio
2019-08-21
document #[app]
Jorge Aparicio
2019-07-11
change Monotonic::ratio return type to Fraction
Jorge Aparicio
2019-06-24
Monotonic trait is safe; add MultiCore trait
Jorge Aparicio
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
2019-05-21
bump heapless dependency to v0.5.0; remove "nightly" feature
Jorge Aparicio
2019-05-21
removes the maybe_uninit feature gate
Jorge Aparicio
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
2019-04-16
more nightly fixes
Jorge Aparicio
2019-04-16
[NFC] fix nightly ci
Jorge Aparicio
2019-02-23
Merge #153
bors[bot]
2019-02-19
add Duration.as_cycles
Jorge Aparicio
2019-02-19
turn all potential UB into panics
Jorge Aparicio
2019-02-19
document the nightly feature
Jorge Aparicio
2019-02-19
add "nightly" feature
Jorge Aparicio
2019-02-16
cargo fmt
Jorge Aparicio
2019-02-16
make debug builds reproducible
Jorge Aparicio
2019-02-12
document MSRV and SemVer policy
Jorge Aparicio
2019-02-11
change layout of books
Jorge Aparicio
2019-02-08
impl Default for Duration
Jorge Aparicio
2019-01-09
Absolute link to the book so it works on crates.io
Eddy Petrișor
2018-12-17
note that entering / leaving a critical section is always constant time
Jorge Aparicio
2018-12-16
note that the timer queue is not supported on ARMv6-M
Jorge Aparicio
2018-12-16
use edition idioms in the top crate
Jorge Aparicio
2018-12-16
properly handle #[cfg] (conditional compilation) on resources
Jorge Aparicio
2018-12-16
use the single core variant of spsc::Queue
Jorge Aparicio
2018-11-04
impl Mutex on all shared resources
Jorge Aparicio
[prev]
[next]