Add stm32l0 to CI
This commit is contained in:
parent
5e8156a47d
commit
32c7aa4045
5
ci.sh
5
ci.sh
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user