aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/build.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-24Remove prebuilt cortex-m-rt binaries, replace with global_asmGravatar Adam Greig 1-10/+5
2021-11-22Rerun build script when archive changesGravatar Jonas Schievink 1-5/+3
2021-01-21Merge #301Gravatar bors[bot] 1-8/+0
2021-01-21Update Reset-in-asm.Gravatar Adam Greig 1-8/+0
2021-01-08Allow using the crate with custom target JSON specsGravatar Jonas Schievink 1-3/+14
2020-07-21Run rustfmt to make CI happierGravatar Daniel Egger 1-6/+9
2019-03-18Remove redundant and incorrect target FPU checkGravatar Jonas Schievink 1-4/+0
2019-03-16Build on x86 (even if that's weird for a Cortex-M support crate)Gravatar Jonathan 'theJPster' Pallant 1-1/+3
2019-03-12Add thumbv8m.main support.Gravatar Jonathan 'theJPster' Pallant 1-11/+19
2018-09-17link.x: EXTERN(__INTERRUPTS) must come before PROVIDEDGravatar Jorge Aparicio 1-1/+5
2018-08-25remove build dependency on arm-none-eabi-gccGravatar Jorge Aparicio 1-4/+7
2018-08-07refactor the linker scriptGravatar Jorge Aparicio 1-4/+4
2018-05-14fix rebuild-if-changed pathGravatar Jorge Aparicio 1-1/+1
2018-05-11add CI, add device specific check of the vector table size, ..Gravatar Jorge Aparicio 1-8/+27
2018-05-11doc up, __reset -> Reset, main! -> entry!, weak syntax of `exception!` ..Gravatar Jorge Aparicio 1-4/+18
2018-04-26tweak HardFault and DefaultHandlerGravatar Jorge Aparicio 1-0/+6
2018-04-09drop support of older nightliesGravatar Jorge Aparicio 1-19/+0
2018-04-08support the newest nightlyGravatar Jorge Aparicio 1-2/+8
2018-02-16Support dev channels of rustcGravatar Alex Crawford 1-8/+5
2018-01-17support nightly-2017-09-22Gravatar Jorge Aparicio 1-0/+14
2018-01-17remove nightly date checkGravatar Jorge Aparicio 1-19/+0
2017-12-29adapt to changes in the `start` lang itemGravatar Jorge Aparicio 1-0/+21
2017-12-23provide a DEBUG_MONITOR exception on ARMv7-MGravatar Jorge Aparicio 1-4/+11
2017-07-07s/local/locals/g and drop the linker-script featureGravatar Jorge Aparicio 1-32/+16
2017-06-30enable the FPU before main if the target has an FPUGravatar Jorge Aparicio 1-1/+15
2017-03-12initial commitGravatar Jorge Aparicio 1-0/+29