aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/Cargo.toml (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21Require `device` feature when running compiletestsGravatar Jonas Schievink 1-0/+4
2019-11-21Update compiletest-rsGravatar Jonas Schievink 1-1/+1
2019-11-01Bump rand dependency to 0.7Gravatar Daniel Egger 1-1/+2
2019-11-01Bump cortex-m-rt-macro version to 0.1.6 for releaseGravatar Daniel Egger 1-2/+2
2019-08-19Enable building semihosting for Armv8mGravatar Aurabindo Jayamohanan 1-12/+1
2019-07-25v0.6.10Gravatar Vadim Kaushan 1-1/+1
2019-07-11v0.6.9Gravatar Jorge Aparicio 1-1/+1
2019-04-020.6.8 releaseGravatar Emil Fresk 1-1/+1
2019-03-16Bump cortex-m dev-dep to 0.6 (it's only a dev-dep and so doesn't affect other...Gravatar Jonathan 'theJPster' Pallant 1-2/+13
2019-03-14Update cortex-m version requirement to allow new 0.6.0 versionGravatar Adam Greig 1-2/+2
2019-01-12add team e-mail to authorsGravatar Jorge Aparicio 1-1/+5
2018-12-15prepare for v0.6.7 releaseGravatar Jorge Aparicio 1-2/+2
2018-12-07bump cortex-m-rt-macrosGravatar Jorge Aparicio 1-1/+1
2018-12-07v0.6.6Gravatar Jorge Aparicio 1-1/+1
2018-11-11change the documentation link to docs.rsGravatar Jorge Aparicio 1-1/+4
2018-10-23Only compile device example if "device" feature is activatedGravatar Daniel Egger 1-0/+5
2018-10-23v0.6.5Gravatar Adam Greig 1-4/+4
2018-09-25v0.6.4Gravatar Jorge Aparicio 1-2/+2
2018-09-21add to authors.Gravatar Hideki Sekine 1-1/+1
2018-09-21remove unneeded code and dependencies.Gravatar Hideki Sekine 1-2/+0
2018-09-21make build pass.Gravatar Hideki Sekine 1-0/+3
2018-09-18use panic-halt instead of panic-{abort,semihosting}Gravatar Jorge Aparicio 1-2/+1
2018-09-09v0.6.3 and v0.1.1Gravatar Jorge Aparicio 1-2/+2
2018-09-09v0.6.2Gravatar Jorge Aparicio 1-1/+1
2018-09-07Added example using rand crate to ensure no_std compatibilityGravatar Daniel Egger 1-0/+4
2018-09-07README: update the documentation linkGravatar Jorge Aparicio 1-1/+1
2018-09-06error during compilation if two copies of cortex-m-rt are being linkedGravatar Jorge Aparicio 1-1/+1
2018-09-06v0.6.0, take 2Gravatar Jorge Aparicio 1-2/+2
2018-09-06v0.6.0Gravatar Jorge Aparicio 1-1/+1
2018-09-06add compile-fail tests; test only on nightlyGravatar Jorge Aparicio 1-2/+5
2018-08-31turn macros into attributesGravatar Jorge Aparicio 1-0/+1
2018-08-27v0.5.3Gravatar Jorge Aparicio 1-1/+1
2018-08-26Merge #95Gravatar bors[bot] 1-3/+0
2018-08-25remove build dependency on arm-none-eabi-gccGravatar Jorge Aparicio 1-3/+0
2018-08-22Add additional meta data to improve crate experienceGravatar Nicola Coretti 1-0/+1
2018-08-15Include latest updates in v0.5.2Gravatar Adam Greig 1-1/+1
2018-08-11v0.5.2Gravatar Jorge Aparicio 1-1/+2
2018-08-07refactor the linker scriptGravatar Jorge Aparicio 1-0/+1
2018-06-18Update panic-semihosting to v0.3.0Gravatar Max Ekman 1-1/+1
2018-05-14v0.5.1Gravatar Jorge Aparicio 1-1/+1
2018-05-11add CI, add device specific check of the vector table size, ..Gravatar Jorge Aparicio 1-3/+6
2018-05-11doc up, __reset -> Reset, main! -> entry!, weak syntax of `exception!` ..Gravatar Jorge Aparicio 1-0/+3
2018-04-26tweak HardFault and DefaultHandlerGravatar Jorge Aparicio 1-1/+4
2018-04-24compile on stableGravatar Jorge Aparicio 1-2/+1
2018-04-09drop the panic_fmt lang item and the abort-on-panic featureGravatar Jorge Aparicio 1-5/+1
2018-04-09drop support of older nightliesGravatar Jorge Aparicio 1-4/+0
2018-04-09add LLD supportGravatar Jorge Aparicio 1-1/+1
2018-04-08support the newest nightlyGravatar Jorge Aparicio 1-1/+1
2018-04-01v0.3.14Gravatar Jorge Aparicio 1-1/+1
2018-02-17v0.3.13Gravatar Jorge Aparicio 1-1/+1