aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/ci/script.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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 1-0/+34