diff options
| author | Michael Beaumont <[email protected]> | 2021-03-09 16:22:03 +0100 |
|---|---|---|
| committer | Michael Beaumont <[email protected]> | 2021-03-09 16:22:03 +0100 |
| commit | 32c7aa4045453a07b8ae0a751d74b8eba237f06f (patch) | |
| tree | 140790369e56cd2d3d99fec707b6ee9af5cbc527 | |
| parent | 5e8156a47dd016618eadc5c288406f1e201f1b8b (diff) | |
Add stm32l0 to CI
| -rwxr-xr-x | ci.sh | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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) | ||
