@@ -21,7 +21,7 @@ cargo build --manifest-path nrf52840-hal/Cargo.toml
2121# Build all the example projects.
2222
2323echo 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
2525cargo build --manifest-path examples/ccm-demo/Cargo.toml --features=52832
2626cargo build --manifest-path examples/ccm-demo/Cargo.toml --features=52833
2727cargo build --manifest-path examples/ccm-demo/Cargo.toml --features=52840
@@ -30,11 +30,11 @@ echo Building examples/comp-demo...
3030cargo build --manifest-path examples/comp-demo/Cargo.toml
3131
3232echo 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
3434cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=52832
3535cargo build --manifest-path examples/ecb-demo/Cargo.toml --features=52833
3636cargo 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
3838
3939echo Building examples/gpiote-demo...
4040cargo build --manifest-path examples/gpiote-demo/Cargo.toml
@@ -50,8 +50,8 @@ echo Building examples/lpcomp-demo...
5050cargo build --manifest-path examples/lpcomp-demo/Cargo.toml
5151
5252echo 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
5555cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=52832
5656cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=52833
5757cargo build --manifest-path examples/ppi-demo/Cargo.toml --features=52840
0 commit comments