thumbv6m support with emulated atomics

This commit is contained in:
Dario Nieuwenhuis
2021-03-04 21:40:54 +01:00
parent 88946840d1
commit 18f6b8ad68
13 changed files with 51 additions and 12 deletions

View File

@ -18,8 +18,9 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: thumbv7em-none-eabi
components: rust-src
override: true
- name: install
run: rustup target add thumbv7em-none-eabi thumbv6m-none-eabi
- name: Build
run: ./ci.sh