Skip to content

Commit 0404438

Browse files
author
Jorge Aparicio
committed
test the thumbv7em-none-eabihf target
1 parent 9d74cf0 commit 0404438

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ matrix:
3434
os: linux
3535
- env: TARGET=thumbv7em-none-eabi
3636
os: linux
37+
- env: TARGET=thumbv7em-none-eabihf
38+
os: linux
3739
- env: TARGET=thumbv7m-none-eabi
3840
os: linux
3941
- env: TARGET=x86_64-apple-darwin

ci/env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [[ $TARGET != $HOST && ! $TARGET =~ ^i.86- ]]; then
3232
# `int main() { return 0; }`
3333
RUN_TESTS=n
3434
;;
35-
thumbv*-none-eabi)
35+
thumbv*-none-eabi*)
3636
CARGO=xargo
3737
GCC_TRIPLE=arm-none-eabi
3838
# Bare metal targets. No `std` or `test` crates for these targets.

thumbv7em-none-eabihf.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"arch": "arm",
3+
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
4+
"features": "+vfp4",
5+
"llvm-target": "thumbv7em-none-eabihf",
6+
"os": "none",
7+
"target-endian": "little",
8+
"target-pointer-width": "32"
9+
}

0 commit comments

Comments
 (0)