Skip to content

Commit f46ff63

Browse files
committed
pick an embedded target with atomics
1 parent 09b868a commit f46ff63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Rust toolchain
5555
run: |
5656
rustup default nightly
57-
rustup target add thumbv6m-none-eabi
57+
rustup target add thumbv7em-none-eabi
5858
5959
- name: Default features
60-
run: cargo build -Z avoid-dev-deps --features spin_no_std --target thumbv6m-none-eabi
60+
run: cargo build -Z avoid-dev-deps --features spin_no_std --target thumbv7em-none-eabi

0 commit comments

Comments
 (0)