Skip to content

Commit a79ea9b

Browse files
committed
bump dependencies to not depend on arm-none-eabi-gcc
1 parent 34d3497 commit a79ea9b

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

.travis.yml

-16
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,18 @@ matrix:
44
include:
55
- env: TARGET=thumbv6m-none-eabi
66
rust: nightly
7-
addons:
8-
apt:
9-
packages:
10-
- gcc-arm-none-eabi
117
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
128

139
- env: TARGET=thumbv7m-none-eabi
1410
rust: nightly
15-
addons:
16-
apt:
17-
packages:
18-
- gcc-arm-none-eabi
1911
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2012

2113
- env: TARGET=thumbv7em-none-eabi
2214
rust: nightly
23-
addons:
24-
apt:
25-
packages:
26-
- gcc-arm-none-eabi
2715
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2816

2917
- env: TARGET=thumbv7em-none-eabihf
3018
rust: nightly
31-
addons:
32-
apt:
33-
packages:
34-
- gcc-arm-none-eabi
3519
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
3620

3721
before_install: set -e

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repository = "https://github.com/japaric/cortex-m-quickstart"
99
version = "0.3.3"
1010

1111
[dependencies]
12-
cortex-m = "0.5.0"
13-
cortex-m-rt = "0.5.0"
14-
cortex-m-semihosting = "0.3.0"
12+
cortex-m = "0.5.6"
13+
cortex-m-rt = "0.5.3"
14+
cortex-m-semihosting = "0.3.1"
1515
panic-semihosting = "0.3.0"
1616

1717
# Uncomment for the panic example.

0 commit comments

Comments
 (0)