aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-08-31turn macros into attributesGravatar Jorge Aparicio 1-0/+1
2018-08-25check that the blobs are up to dateGravatar Jorge Aparicio 1-0/+2
2018-08-25remove build dependency on arm-none-eabi-gccGravatar Jorge Aparicio 1-0/+1
Before this commit we used gcc to assemble external assembly files into object files that we linked into our Rust program. This commit drops the dependency on gcc by shipping the already assembled object files with this crate source code.
2017-03-12initial commitGravatar Jorge Aparicio 1-0/+3