aboutsummaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Collapse)Author
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-15ci: switch to an older nightlyJorge Aparicio
to work around rust-lang/rust#56814
2018-11-04impl Mutex on all shared resourcesJorge Aparicio
document how to write generic code that operates on resources
2018-11-03run linkcheckerJorge Aparicio
2018-11-03ci: install mdbookJorge Aparicio
2018-11-03fix TRAVIS_PULL_REQUEST logicJorge Aparicio
2018-11-03v0.4.0Jorge Aparicio
closes #32 closes #33
2018-08-27enable builds on masterJorge Aparicio
2018-08-27publish docs on gh pagesJorge Aparicio
2018-08-24install newer gccJorge Aparicio
2018-04-16install rust-std componentJorge Aparicio
2018-04-16fix ci/install.shJorge Aparicio
2018-04-16update parserJorge Aparicio
closes #69 this doesn't change functionality per se but improves diagnostics in some cases. Some hard errors have becomes warnings, for example: when `resources` is empty, or when `idle.path` is set to the default `idle` path.
2017-12-23add a Cargo feature, cm7-r0p1, to fix a Cortex-M7 BASEPRI erratumJorge Aparicio
2017-11-22fix ciJorge Aparicio
2017-09-22Pin Travis to Xargo 0.3.8Jonas Schievink
2017-07-27travis: install linkerJorge Aparicio
2017-07-23don't wrap static references in a `Static`Jorge Aparicio
2017-07-20update CIJorge Aparicio
2017-04-11add CIJorge Aparicio