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
/
export.rs
Age
Commit message (
Expand
)
Author
2021-07-09
const generics
Andrey Zgarbul
2021-02-18
Now with new monotonic trait and crate
Emil Fresk
2020-12-12
Monotonic codegen now passing compile stage
Emil Fresk
2020-12-10
More work
Emil Fresk
2020-12-08
TQ handlers being generated
Emil Fresk
2020-12-03
Save, init generation fixed
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
2019-09-15
don't use deprecated API
Jorge Aparicio
2019-06-24
Monotonic trait is safe; add MultiCore trait
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-19
turn all potential UB into panics
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
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
2018-11-03
v0.4.0
Jorge Aparicio