File tree 2 files changed +3
-19
lines changed
2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -4,34 +4,18 @@ matrix:
4
4
include :
5
5
- env : TARGET=thumbv6m-none-eabi
6
6
rust : nightly
7
- addons :
8
- apt :
9
- packages :
10
- - gcc-arm-none-eabi
11
7
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
12
8
13
9
- env : TARGET=thumbv7m-none-eabi
14
10
rust : nightly
15
- addons :
16
- apt :
17
- packages :
18
- - gcc-arm-none-eabi
19
11
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
20
12
21
13
- env : TARGET=thumbv7em-none-eabi
22
14
rust : nightly
23
- addons :
24
- apt :
25
- packages :
26
- - gcc-arm-none-eabi
27
15
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
28
16
29
17
- env : TARGET=thumbv7em-none-eabihf
30
18
rust : nightly
31
- addons :
32
- apt :
33
- packages :
34
- - gcc-arm-none-eabi
35
19
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
36
20
37
21
before_install : set -e
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ repository = "https://github.com/japaric/cortex-m-quickstart"
9
9
version = " 0.3.3"
10
10
11
11
[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 "
15
15
panic-semihosting = " 0.3.0"
16
16
17
17
# Uncomment for the panic example.
You can’t perform that action at this time.
0 commit comments