aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-19 03:51:20 +0100
committerGitHub <[email protected]>2021-03-19 03:51:20 +0100
commit01fd0cd92d93306502dbe9714432cb00264c8e03 (patch)
tree7ab313f59c039764374257a1a8fcc29d5f214ae3 /ci.sh
parent456e04c79fb5070fadffa6e80832e78aec7c2e59 (diff)
parent88a25b042aee96a73bdfbc44409bd8f6cd15035a (diff)
Merge pull request #93 from thalesfragoso/fix-comp
F4: Fix compilation for other MCUs
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index d169246bd..05b1d0ad7 100755
--- a/ci.sh
+++ b/ci.sh
@@ -30,7 +30,7 @@ cargo fmt --all -- --check
30 30
31# embassy-stm32f4 31# embassy-stm32f4
32 32
33(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins) 33(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins --features stm32f405)
34(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405) 34(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405)
35(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt) 35(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt)
36 36