aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index b6036cacf..f1f6a52e5 100755
--- a/ci.sh
+++ b/ci.sh
@@ -29,3 +29,8 @@ set -euxo pipefail
29(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins) 29(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins)
30(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405) 30(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405)
31(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt) 31(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt)
32
33# embassy-stm32l0
34
35(cd embassy-stm32l0; cargo build --target thumbv6m-none-eabi --features stm32l0x2)
36(cd embassy-stm32l0; cargo build --target thumbv6m-none-eabi --features stm32l0x2,defmt)