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

Commit b55a412

Browse files
committed
Try #28:
2 parents ffaf655 + 461a5e8 commit b55a412

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ matrix:
4242
rust: nightly
4343
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
4444

45+
- env: TARGET=thumbv8m.main-none-eabi
46+
rust: nightly
47+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
48+
4549
before_install: set -e
4650

4751
install:

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)