@@ -21,7 +21,7 @@ cargo build --manifest-path nrf52840-hal/Cargo.toml
21
21
# Build all the example projects.
22
22
23
23
echo Building examples/ccm-demo...
24
- cargo build --manifest-path examples/ccm-demo/Cargo.toml --features=52810
24
+ cargo build --manifest-path examples/ccm-demo/Cargo.toml --features=52810 --target thumbv7em-none-eabi
25
25
cargo build --manifest-path examples/ccm-demo/Cargo.toml --features=52832
26
26
cargo build --manifest-path examples/ccm-demo/Cargo.toml --features=52833
27
27
cargo build --manifest-path examples/ccm-demo/Cargo.toml --features=52840
@@ -30,11 +30,11 @@ echo Building examples/comp-demo...
30
30
cargo build --manifest-path examples/comp-demo/Cargo.toml
31
31
32
32
echo Building examples/ecb-demo...
33
- cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=52810
33
+ cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=52810 --target thumbv7em-none-eabi
34
34
cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=52832
35
35
cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=52833
36
36
cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=52840
37
- cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=51
37
+ cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=51 --target thumbv6m-none-eabi
38
38
39
39
echo Building examples/gpiote-demo...
40
40
cargo build --manifest-path examples/gpiote-demo/Cargo.toml
@@ -50,8 +50,8 @@ echo Building examples/lpcomp-demo...
50
50
cargo build --manifest-path examples/lpcomp-demo/Cargo.toml
51
51
52
52
echo Building examples/ppi-demo...
53
- cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=51
54
- cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=52810
53
+ cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=51 --target thumbv6m-none-eabi
54
+ cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=52810 --target thumbv7em-none-eabi
55
55
cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=52832
56
56
cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=52833
57
57
cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=52840
0 commit comments