Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit d0020e1

Browse files
committed
Add thumbv8m main.
1 parent d973d07 commit d0020e1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

assemble.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ ar crs bin/thumbv7em-none-eabihf.a bin/$crate.o
2222
arm-none-eabi-as -march=armv8-m.base asm.s -o bin/$crate.o
2323
ar crs bin/thumbv8m.base-none-eabi.a bin/$crate.o
2424

25+
arm-none-eabi-as -march=armv8-m.main asm.s -o bin/$crate.o
26+
ar crs bin/thumbv8m.main-none-eabi.a bin/$crate.o
27+
2528
rm bin/$crate.o

bin/thumbv8m.main-none-eabi.a

856 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)