diff options
| author | Thales Fragoso <[email protected]> | 2021-03-18 22:23:09 -0300 |
|---|---|---|
| committer | Thales Fragoso <[email protected]> | 2021-03-18 22:37:08 -0300 |
| commit | 88a25b042aee96a73bdfbc44409bd8f6cd15035a (patch) | |
| tree | 7ab313f59c039764374257a1a8fcc29d5f214ae3 /ci.sh | |
| parent | 456e04c79fb5070fadffa6e80832e78aec7c2e59 (diff) | |
F4: Fix compilation for other MCUs
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
