aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-01Remove exports related to heterogeneous multi-core supportGravatar Henrik Tjäder 1-2/+0
2020-10-01Added `bare_metal::CriticalSection` to `init::Context`Gravatar Emil Fresk 1-0/+1
2020-09-01Remove stale code, fix comment stylingGravatar Henrik Tjäder 4-17/+5
2020-09-01Brutally yank out multicoreGravatar Henrik Tjäder 2-13/+1
2020-06-11Rename RTFM to RTICGravatar Henrik Tjäder 2-9/+9
2020-06-11FmtGravatar Emil Fresk 1-1/+0
2020-05-26touch src/lib.rsGravatar Jorge Aparicio 1-0/+1
2020-01-24Merge #295Gravatar bors[bot] 1-0/+4
2020-01-21docs: do not use Instant::now in #[init]Gravatar Jorge Aparicio 1-0/+4
2019-11-19Merge #277Gravatar bors[bot] 1-0/+7
2019-11-19TimerQueue.dequeue: don't set SYST reload to 0Gravatar Maciej Pasternacki 1-0/+7
2019-11-18Fixed internal overflow on subtraiton in elapsed and durationGravatar Per Lindgren 1-2/+4
2019-11-13Minor docs update to monotonicGravatar Emil Fresk 1-2/+4
2019-10-15cyccnt::Instant: simplify the Send / Sync implGravatar Jorge Aparicio 1-13/+2
2019-10-15document the limitations of cyccnt::{Instant,Duration}Gravatar Jorge Aparicio 1-5/+19
2019-10-15more monotonic timer docsGravatar Jorge Aparicio 1-0/+12
2019-09-15One more place updatedGravatar Emil Fresk 1-1/+1
2019-09-15don't use deprecated APIGravatar Jorge Aparicio 1-1/+1
2019-08-21doc tweaksGravatar Jorge Aparicio 1-1/+4
2019-08-21document #[app]Gravatar Jorge Aparicio 1-5/+3
2019-07-11change Monotonic::ratio return type to FractionGravatar Jorge Aparicio 3-11/+29
2019-06-24Monotonic trait is safe; add MultiCore traitGravatar Jorge Aparicio 3-2/+17
2019-06-18add homogeneous multi-core supportGravatar Jorge Aparicio 1-1/+1
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 4-324/+362
2019-05-21bump heapless dependency to v0.5.0; remove "nightly" featureGravatar Jorge Aparicio 1-2/+2
2019-05-21removes the maybe_uninit feature gateGravatar Jorge Aparicio 2-31/+0
2019-05-01implement RFCs 147 and 155, etc.Gravatar Jorge Aparicio 3-150/+73
2019-04-16more nightly fixesGravatar Jorge Aparicio 1-3/+3
2019-04-16[NFC] fix nightly ciGravatar Jorge Aparicio 1-3/+3
2019-02-23Merge #153Gravatar bors[bot] 2-19/+60
2019-02-19add Duration.as_cyclesGravatar Jorge Aparicio 1-0/+8
2019-02-19turn all potential UB into panicsGravatar Jorge Aparicio 1-30/+8
2019-02-19document the nightly featureGravatar Jorge Aparicio 1-0/+5
2019-02-19add "nightly" featureGravatar Jorge Aparicio 2-4/+62
2019-02-16cargo fmtGravatar Jorge Aparicio 1-1/+3
2019-02-16make debug builds reproducibleGravatar Jorge Aparicio 1-2/+25
2019-02-12document MSRV and SemVer policyGravatar Jorge Aparicio 1-0/+14
2019-02-11change layout of booksGravatar Jorge Aparicio 1-1/+1
2019-02-08impl Default for DurationGravatar Jorge Aparicio 1-1/+1
2019-01-09Absolute link to the book so it works on crates.ioGravatar Eddy Petrișor 1-1/+1
2018-12-17note that entering / leaving a critical section is always constant timeGravatar Jorge Aparicio 1-1/+2
2018-12-16note that the timer queue is not supported on ARMv6-MGravatar Jorge Aparicio 1-0/+5
2018-12-16use edition idioms in the top crateGravatar Jorge Aparicio 1-2/+2
2018-12-16properly handle #[cfg] (conditional compilation) on resourcesGravatar Jorge Aparicio 1-1/+0
2018-12-16use the single core variant of spsc::QueueGravatar Jorge Aparicio 1-3/+3
2018-11-04impl Mutex on all shared resourcesGravatar Jorge Aparicio 3-71/+143
2018-11-03fix some linksGravatar Jorge Aparicio 1-1/+1
2018-11-03v0.4.0Gravatar Jorge Aparicio 13-844/+523
2018-08-24more fixesGravatar Jorge Aparicio 10-17/+9
2018-01-15fix documentation linkGravatar Jorge Aparicio 1-1/+1