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
/
ci
/
script.sh
Age
Commit message (
Expand
)
Author
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2020-06-11
Merge pull request #319 from AfoHT/fixoddex
Emil Fresk
2020-06-10
Remove compilation optimisations on 1.36.0
Henrik Tjäder
2020-06-10
Use cargo feature instead of conditional compilation hacks
Henrik Tjäder
2020-04-21
Temporarily disable extra test stub since tests are not merged yet
Henrik Tjäder
2020-04-21
Remove reference to example
Henrik Tjäder
2020-04-20
Use buildrs for conditional compilation
Henrik Tjäder
2019-11-06
fix bash comparison
Jorge Aparicio
2019-11-06
run cfail tests only when rustc --version == $MSRV
Jorge Aparicio
2019-11-06
CI: replace compiletest-rs with trybuild
Jorge Aparicio
2019-08-21
ci: fix x86 build
Jorge Aparicio
2019-08-21
doc up
Jorge Aparicio
2019-06-18
add homogeneous multi-core support
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-01
book: indirection for faster message passing
Jorge Aparicio
2019-05-01
ci: the singleton example has been removed
Jorge Aparicio
2019-04-21
book: resources shared with init must also be `Send`
Jorge Aparicio
2019-02-26
add `binds` example and make it work
Jorge Aparicio
2019-02-23
fix ci
Jorge Aparicio
2019-02-19
ci: report the size of built examples
Jorge Aparicio
2019-02-19
ci: test the nightly feature
Jorge Aparicio
2019-02-16
make debug builds reproducible
Jorge Aparicio
2019-02-16
Temporarily disable checking for reproducibility of debug builds.
Hugo van der Wijst
2019-02-16
Make generated names stable when sorting.
Hugo van der Wijst
2019-02-16
Fix thumbv6 build.
Hugo van der Wijst
2019-02-16
Make identifiers deterministic.
Hugo van der Wijst
2019-02-16
Speed up CI significantly.
Hugo van der Wijst
2019-02-16
Make builds reproducible
Hugo van der Wijst
2019-02-11
change layout of books
Jorge Aparicio
2019-02-08
skeleton for the Russian translation of the book
Jorge Aparicio
2019-02-08
impl Default for Duration
Jorge Aparicio
2018-12-16
actually, don't check the output of the cfg example
Jorge Aparicio
2018-12-16
book: add an example of conditional compilation of resources and tasks
Jorge Aparicio
2018-12-16
note that the timer queue is not supported on ARMv6-M
Jorge Aparicio
2018-12-15
ci: switch to an older nightly
Jorge Aparicio
2018-11-04
impl Mutex on all shared resources
Jorge Aparicio
2018-11-03
run linkchecker
Jorge Aparicio
2018-11-03
fix TRAVIS_PULL_REQUEST logic
Jorge Aparicio
2018-11-03
v0.4.0
Jorge Aparicio
2018-08-27
enable builds on master
Jorge Aparicio
2018-04-16
update parser
Jorge Aparicio
2017-12-23
add a Cargo feature, cm7-r0p1, to fix a Cortex-M7 BASEPRI erratum
Jorge Aparicio
2017-11-22
fix ci
Jorge Aparicio
2017-07-27
travis: install linker
Jorge Aparicio
2017-07-23
don't wrap static references in a `Static`
Jorge Aparicio
2017-07-20
update CI
Jorge Aparicio
2017-04-11
add CI
Jorge Aparicio