diff options
| author | xoviat <[email protected]> | 2021-03-17 19:49:21 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-17 19:49:21 -0500 |
| commit | 4a38e7eb2b71cc721ad16fdb814c1aeb3c2c5e79 (patch) | |
| tree | 8f0aa72b498f2b4033a6625bad2ace2cf25f45ba /ci.sh | |
| parent | f248bb17ad2840a87a6e4858e72d52fd067609ec (diff) | |
| parent | 71ac582d68a242d89e9053d681bfa2dab16eb6f7 (diff) | |
Merge pull request #69 from michaelbeaumont/stm32l0
Add stm32l0 support for ExtiPin futures
Diffstat (limited to 'ci.sh')
| -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) | ||
