Skip to content

Commit 3b2e569

Browse files
committed
remove panic-itm dependency
1 parent 72b23f0 commit 3b2e569

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.travis.yml

+24
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,39 @@ matrix:
44
include:
55
- env: TARGET=thumbv6m-none-eabi
66
rust: nightly
7+
addons:
8+
apt:
9+
sources:
10+
- debian-sid
11+
packages:
12+
- binutils-arm-none-eabi
713

814
- env: TARGET=thumbv7m-none-eabi
915
rust: nightly
16+
addons:
17+
apt:
18+
sources:
19+
- debian-sid
20+
packages:
21+
- binutils-arm-none-eabi
1022

1123
- env: TARGET=thumbv7em-none-eabi
1224
rust: nightly
25+
addons:
26+
apt:
27+
sources:
28+
- debian-sid
29+
packages:
30+
- binutils-arm-none-eabi
1331

1432
- env: TARGET=thumbv7em-none-eabihf
1533
rust: nightly
34+
addons:
35+
apt:
36+
sources:
37+
- debian-sid
38+
packages:
39+
- binutils-arm-none-eabi
1640

1741
before_install: set -e
1842

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cortex-m-rt = "0.4.0"
1414
cortex-m-semihosting = "0.2.0"
1515
panic-abort = "0.1.1"
1616
panic-semihosting = "0.1.0"
17-
panic-itm = "0.1.0"
1817
# Uncomment for the allocator example.
1918
#alloc-cortex-m = "0.3.3"
2019

0 commit comments

Comments
 (0)