Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-10-01 | Remove exports related to heterogeneous multi-core support | 1 | -2/+0 | |
2020-10-01 | Added `bare_metal::CriticalSection` to `init::Context` | 1 | -0/+1 | |
2020-09-01 | Remove stale code, fix comment styling | 4 | -17/+5 | |
2020-09-01 | Brutally yank out multicore | 2 | -13/+1 | |
2020-06-11 | Rename RTFM to RTIC | 2 | -9/+9 | |
2020-06-11 | Fmt | 1 | -1/+0 | |
2020-05-26 | touch src/lib.rs | 1 | -0/+1 | |
2020-01-24 | Merge #295 | 1 | -0/+4 | |
2020-01-21 | docs: do not use Instant::now in #[init] | 1 | -0/+4 | |
2019-11-19 | Merge #277 | 1 | -0/+7 | |
2019-11-19 | TimerQueue.dequeue: don't set SYST reload to 0 | 1 | -0/+7 | |
2019-11-18 | Fixed internal overflow on subtraiton in elapsed and duration | 1 | -2/+4 | |
2019-11-13 | Minor docs update to monotonic | 1 | -2/+4 | |
2019-10-15 | cyccnt::Instant: simplify the Send / Sync impl | 1 | -13/+2 | |
2019-10-15 | document the limitations of cyccnt::{Instant,Duration} | 1 | -5/+19 | |
2019-10-15 | more monotonic timer docs | 1 | -0/+12 | |
2019-09-15 | One more place updated | 1 | -1/+1 | |
2019-09-15 | don't use deprecated API | 1 | -1/+1 | |
2019-08-21 | doc tweaks | 1 | -1/+4 | |
2019-08-21 | document #[app] | 1 | -5/+3 | |
2019-07-11 | change Monotonic::ratio return type to Fraction | 3 | -11/+29 | |
2019-06-24 | Monotonic trait is safe; add MultiCore trait | 3 | -2/+17 | |
2019-06-18 | add homogeneous multi-core support | 1 | -1/+1 | |
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 4 | -324/+362 | |
2019-05-21 | bump heapless dependency to v0.5.0; remove "nightly" feature | 1 | -2/+2 | |
2019-05-21 | removes the maybe_uninit feature gate | 2 | -31/+0 | |
2019-05-01 | implement RFCs 147 and 155, etc. | 3 | -150/+73 | |
2019-04-16 | more nightly fixes | 1 | -3/+3 | |
2019-04-16 | [NFC] fix nightly ci | 1 | -3/+3 | |
2019-02-23 | Merge #153 | 2 | -19/+60 | |
2019-02-19 | add Duration.as_cycles | 1 | -0/+8 | |
2019-02-19 | turn all potential UB into panics | 1 | -30/+8 | |
2019-02-19 | document the nightly feature | 1 | -0/+5 | |
2019-02-19 | add "nightly" feature | 2 | -4/+62 | |
2019-02-16 | cargo fmt | 1 | -1/+3 | |
2019-02-16 | make debug builds reproducible | 1 | -2/+25 | |
2019-02-12 | document MSRV and SemVer policy | 1 | -0/+14 | |
2019-02-11 | change layout of books | 1 | -1/+1 | |
2019-02-08 | impl Default for Duration | 1 | -1/+1 | |
2019-01-09 | Absolute link to the book so it works on crates.io | 1 | -1/+1 | |
2018-12-17 | note that entering / leaving a critical section is always constant time | 1 | -1/+2 | |
2018-12-16 | note that the timer queue is not supported on ARMv6-M | 1 | -0/+5 | |
2018-12-16 | use edition idioms in the top crate | 1 | -2/+2 | |
2018-12-16 | properly handle #[cfg] (conditional compilation) on resources | 1 | -1/+0 | |
2018-12-16 | use the single core variant of spsc::Queue | 1 | -3/+3 | |
2018-11-04 | impl Mutex on all shared resources | 3 | -71/+143 | |
2018-11-03 | fix some links | 1 | -1/+1 | |
2018-11-03 | v0.4.0 | 13 | -844/+523 | |
2018-08-24 | more fixes | 10 | -17/+9 | |
2018-01-15 | fix documentation link | 1 | -1/+1 |