summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-17 03:28:24 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-17 03:28:24 +0200
commit9206d4b33d3f7690cbab7cad03da7b97ef0f8ec9 (patch)
tree7e823a3356ee6ffe24fb6828f64334889bf78248 /.github/workflows
parent410b24d54b3960737d866a8a224d4e7c55587c01 (diff)
downloadembassy-9206d4b33d3f7690cbab7cad03da7b97ef0f8ec9.zip
Add more chips to CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 3069dd3b..32c294b7 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -59,13 +59,16 @@ jobs:
target: thumbv6m-none-eabi
- package: embassy-stm32
target: thumbv7em-none-eabi
- features: stm32f411ce,defnt
+ features: stm32f411ce,defmt
- package: embassy-stm32
target: thumbv7em-none-eabi
features: stm32f429zi,log
- package: embassy-stm32
target: thumbv7em-none-eabi
features: stm32h755zi,defmt
+ - package: embassy-stm32
+ target: thumbv7em-none-eabi
+ features: stm32l476vg,defmt
- package: embassy-stm32-examples
target: thumbv7em-none-eabi