aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-09(ru) changes according reviewAndrey Zgarbul
2019-02-08russian translationAndrey Zgarbul
2019-02-08skeleton for the Russian translation of the bookJorge Aparicio
2019-02-08Merge #137bors[bot]
137: impl Default for Duration r=japaric a=japaric closes #134 Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2019-02-08impl Default for DurationJorge Aparicio
2019-01-22Merge #133bors[bot]
133: Fix build on recent nightlies. r=japaric a=hugwijst Co-authored-by: Hugo van der Wijst <hvanderwijst@tesla.com>
2019-01-17Fix build on recent nightlies.Hugo van der Wijst
2019-01-09Merge pull request #125 from eddyp/masterJorge Aparicio
Absolute link to the book so it works on crates.io
2019-01-09Absolute link to the book so it works on crates.ioEddy Petrișor
Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
2019-01-03Merge pull request #120 from kraai/patch-2Jorge Aparicio
Fix grammar
2018-12-21Fix grammarMatt Kraai
2018-12-21Merge pull request #119 from kraai/patch-1Jorge Aparicio
Fix misspelling of "capacity"
2018-12-21Fix misspelling of "capacity"Matt Kraai
2018-12-19Merge #118bors[bot]
118: a few doc tweaks r=japaric a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-12-17note that entering / leaving a critical section is always constant timeJorge Aparicio
2018-12-17make docs.rs build docs with +timer-queueJorge Aparicio
2018-12-16Merge #116bors[bot]
116: v0.4.0 r=japaric a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-12-16don't pin to an older nightlyJorge Aparicio
2018-12-16actually, don't check the output of the cfg exampleJorge Aparicio
2018-12-16book: add some notes about the timer queueJorge Aparicio
2018-12-16v0.4.0Jorge Aparicio
2018-12-16book: add an example of conditional compilation of resources and tasksJorge Aparicio
2018-12-16note that the timer queue is not supported on ARMv6-MJorge Aparicio
2018-12-16Merge #114bors[bot]
114: properly handle conditional compilation r=japaric a=japaric of resources and tasks Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-12-16use edition idioms in the top crateJorge Aparicio
2018-12-16move macros crate to the 2018 editionJorge Aparicio
2018-12-16properly handle `#[cfg]` (conditional compilation) on tasksJorge Aparicio
2018-12-16properly handle #[cfg] (conditional compilation) on resourcesJorge Aparicio
2018-12-16Merge #113bors[bot]
113: use the single core variant of spsc::Queue r=japaric a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-12-16use the single core variant of spsc::QueueJorge Aparicio
2018-12-15bump cortex-m-rt depJorge Aparicio
2018-12-15Merge #112bors[bot]
112: codegen/statics: forward #[cfg] attributes r=japaric a=japaric fixes #110 Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-12-15codegen/statics: forward #[cfg] attributesJorge Aparicio
fixes #110
2018-12-15Merge #111bors[bot]
111: some refactors r=japaric a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-12-15ci: switch to an older nightlyJorge Aparicio
to work around rust-lang/rust#56814
2018-12-15move some interrupt configuration to pre_initJorge Aparicio
2018-12-15codegen: merge dictionaries related to task dispatchersJorge Aparicio
2018-12-15run ci on stableJorge Aparicio
2018-12-15remove no longer necessary feature gatesJorge Aparicio
2018-12-15codegen: merge dictionaries related to tasksJorge Aparicio
2018-12-02Merge #107bors[bot]
107: codegen: stop using `export_name` r=japaric a=japaric `export_name` creates external symbols that won't be removed when using `-Z emit-stack-sizes` Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-12-02codegen: stop using `export_name`Jorge Aparicio
`export_name` creates external symbols that won't be removed when using `-Z emit-stack-sizes`
2018-11-040.4.0-beta.2Jorge Aparicio
2018-11-04Merge #99bors[bot]
99: impl Mutex on all shared resources r=japaric a=japaric document how to write generic code that operates on resources Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-11-04use new cortex_m_semihosting::hprintln macroJorge Aparicio
2018-11-04fix codegenJorge Aparicio
2018-11-04impl Mutex on all shared resourcesJorge Aparicio
document how to write generic code that operates on resources
2018-11-03update CHANGELOGJorge Aparicio
2018-11-03Merge #98bors[bot]
98: ci: run linkchecker r=japaric a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-11-03run linkcheckerJorge Aparicio