diff options
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 | ||
