Add stm32l0 to CI

This commit is contained in:
Michael Beaumont 2021-03-09 16:22:03 +01:00
parent 5e8156a47d
commit 32c7aa4045
No known key found for this signature in database
GPG Key ID: 94C1243E6859F368

5
ci.sh
View File

@ -29,3 +29,8 @@ set -euxo pipefail
(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins)
(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405)
(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt)
# embassy-stm32l0
(cd embassy-stm32l0; cargo build --target thumbv6m-none-eabi --features stm32l0x2)
(cd embassy-stm32l0; cargo build --target thumbv6m-none-eabi --features stm32l0x2,defmt)