aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-04 21:40:54 +0100
committerDario Nieuwenhuis <[email protected]>2021-03-04 21:56:31 +0100
commit18f6b8ad689cb87f81b572d5131a09e33fc9857d (patch)
tree73bd20578c96a9c1dc5a9a47a08f04bb8a60586e /ci.sh
parent88946840d1f6fdc924a4f0a9980d17f1d2c456fa (diff)
thumbv6m support with emulated atomics
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index d556fb313..b6036cacf 100755
--- a/ci.sh
+++ b/ci.sh
@@ -9,6 +9,7 @@ set -euxo pipefail
9(cd embassy; cargo build --target thumbv7em-none-eabi) 9(cd embassy; cargo build --target thumbv7em-none-eabi)
10(cd embassy; cargo build --target thumbv7em-none-eabi --features log) 10(cd embassy; cargo build --target thumbv7em-none-eabi --features log)
11(cd embassy; cargo build --target thumbv7em-none-eabi --features defmt) 11(cd embassy; cargo build --target thumbv7em-none-eabi --features defmt)
12(cd embassy; cargo build --target thumbv6m-none-eabi --features defmt)
12 13
13# embassy-nrf 14# embassy-nrf
14 15