summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-17 03:25:30 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-17 03:25:30 +0200
commit410b24d54b3960737d866a8a224d4e7c55587c01 (patch)
tree9e24f8821bec3b25728f11be72f8eec5d3b2b661 /.github/workflows/rust.yml
parent86132b5fc9215ee5d7c2dc3fe5382b0c8b6ad486 (diff)
downloadembassy-410b24d54b3960737d866a8a224d4e7c55587c01.zip
Add more chips to CI
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 931a7bc0..3069dd3b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -59,10 +59,13 @@ jobs:
target: thumbv6m-none-eabi
- package: embassy-stm32
target: thumbv7em-none-eabi
- features: stm32f411ce
+ features: stm32f411ce,defnt
- package: embassy-stm32
target: thumbv7em-none-eabi
- features: stm32f429zi
+ features: stm32f429zi,log
+ - package: embassy-stm32
+ target: thumbv7em-none-eabi
+ features: stm32h755zi,defmt
- package: embassy-stm32-examples
target: thumbv7em-none-eabi