Skip to content

Commit

Permalink
Merge rtic-rs#147
Browse files Browse the repository at this point in the history
147: add thumbv8m baseline r=thejpster a=evq



Co-authored-by: eV <ev@7pr.xyz>
  • Loading branch information
bors[bot] and evq committed Nov 4, 2018
2 parents ffc6f8c + 8272cf8 commit 9cd0117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ arm-none-eabi-as -march=armv7e-m asm.s -o bin/$crate.o
ar crs bin/thumbv7em-none-eabi.a bin/$crate.o
ar crs bin/thumbv7em-none-eabihf.a bin/$crate.o

arm-none-eabi-as -march=armv8-m.base asm.s -o bin/$crate.o
ar crs bin/thumbv8m.base-none-eabi.a bin/$crate.o

rm bin/$crate.o
Binary file added bin/thumbv8m.base-none-eabi.a
Binary file not shown.

0 comments on commit 9cd0117

Please sign in to comment.