aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/ci (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11Add implementation for critical-section 1.0Gravatar Dario Nieuwenhuis 1-14/+17
2022-02-24Add set-sp and set-vtor features to cortex-m-rt.Gravatar Adam Greig 1-0/+5
2022-02-24Remove prebuilt cortex-m-rt binaries, replace with global_asmGravatar Adam Greig 1-4/+0
2021-07-13Only run tests on stable and nightly, not MSRV.Gravatar Adam Greig 1-1/+4
2020-07-21Get rid of Travis CI and switch to GHAGravatar Daniel Egger 1-19/+0
2020-04-04Refactor ci/script.sh to factor our linkerGravatar Adam Greig 1-65/+25
2020-04-04Add testing linker=arm-none-eabi-gcc and MSRV to CIGravatar Adam Greig 1-0/+26
2020-02-06Fix doctests and run them in CIGravatar Jonas Schievink 1-0/+2
2019-11-24Merge #205Gravatar bors[bot] 1-1/+0
2019-11-21CI: Add shebangs and address shellcheck warningsGravatar Jonas Schievink 2-23/+27
2019-11-21Remove Remaining Rand RemnantsGravatar Jonas Schievink 1-1/+0
2019-11-21Run compiletest tests on stable, not nightlyGravatar Jonas Schievink 1-2/+2
2018-10-09Merge branch 'master' into interruptGravatar Adam Greig 2-28/+30
2018-09-24Merge #128Gravatar bors[bot] 2-27/+29
2018-09-25[ci] update commentGravatar Hideki Sekine 1-1/+1
2018-09-25[ci] now run qemu both for GNU LD and rustc's LLD.Gravatar Hideki Sekine 1-2/+2
2018-09-25[ci] disable GNU LD qemu run for now.Gravatar Hideki Sekine 1-5/+4
2018-09-25[ci] run qemu for both GNU LD and rustc's LLD. (fix)Gravatar Hideki Sekine 1-2/+2
2018-09-25[ci] run qemu for both GNU LD and rustc's LLD.Gravatar Hideki Sekine 1-0/+6
2018-09-25[ci] use pre-compiled qemu-system-arm binary.Gravatar Hideki Sekine 1-0/+4
2018-09-21remove redundant option (2/2)Gravatar Hideki Sekine 1-27/+12
2018-09-21remove redundant option (1/2)Gravatar Hideki Sekine 1-12/+12
2018-09-21[ci] run qemu example in crate's CI.Gravatar Hideki Sekine 1-0/+8
2018-09-19CI: test on betaGravatar Jorge Aparicio 1-1/+1
2018-09-18implement `#[interrupt]`Gravatar Jorge Aparicio 1-1/+1
2018-09-07Added example using rand crate to ensure no_std compatibilityGravatar Daniel Egger 1-1/+2
2018-09-06relax checks of the signatures of `entry` and the exceptionsGravatar Jorge Aparicio 1-0/+6
2018-09-06add a test / example about using `static mut` vars in the entry pointGravatar Jorge Aparicio 1-1/+2
2018-09-06add compile-fail tests; test only on nightlyGravatar Jorge Aparicio 1-2/+6
2018-08-31remove the now redundant `-C linker=rust-lld` argumentGravatar Jorge Aparicio 1-6/+0
2018-08-31turn macros into attributesGravatar Jorge Aparicio 1-0/+2
2018-08-25always install arm-none-eabi-gccGravatar Jorge Aparicio 1-5/+3
2018-08-25check that the blobs are up to dateGravatar Jorge Aparicio 1-0/+4
2018-08-25simplify CIGravatar Jorge Aparicio 1-18/+12
2018-08-15Merge branch 'master' into releaseGravatar Adam Greig 1-0/+24
2018-08-12Add the pre_init example to the CI scriptGravatar Gabriel Smith 1-0/+1
2018-08-11v0.5.2Gravatar Jorge Aparicio 1-0/+1
2018-08-12Update linker script to put .data into FLASHGravatar Adam Greig 1-0/+23
2018-08-07get gcc from a tarballGravatar Jorge Aparicio 1-3/+3
2018-08-07install a newer gccGravatar Jorge Aparicio 1-0/+6
2018-08-07refactor the linker scriptGravatar Jorge Aparicio 1-0/+25
2018-05-11add CI, add device specific check of the vector table size, ..Gravatar Jorge Aparicio 2-0/+43