aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-05-17 03:28:24 +0200
committerDario Nieuwenhuis <[email protected]>2021-05-17 03:28:24 +0200
commit9206d4b33d3f7690cbab7cad03da7b97ef0f8ec9 (patch)
tree7e823a3356ee6ffe24fb6828f64334889bf78248 /.github/workflows
parent410b24d54b3960737d866a8a224d4e7c55587c01 (diff)
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 3069dd3b2..32c294b7f 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -59,13 +59,16 @@ jobs:
59 target: thumbv6m-none-eabi 59 target: thumbv6m-none-eabi
60 - package: embassy-stm32 60 - package: embassy-stm32
61 target: thumbv7em-none-eabi 61 target: thumbv7em-none-eabi
62 features: stm32f411ce,defnt 62 features: stm32f411ce,defmt
63 - package: embassy-stm32 63 - package: embassy-stm32
64 target: thumbv7em-none-eabi 64 target: thumbv7em-none-eabi
65 features: stm32f429zi,log 65 features: stm32f429zi,log
66 - package: embassy-stm32 66 - package: embassy-stm32
67 target: thumbv7em-none-eabi 67 target: thumbv7em-none-eabi
68 features: stm32h755zi,defmt 68 features: stm32h755zi,defmt
69 - package: embassy-stm32
70 target: thumbv7em-none-eabi
71 features: stm32l476vg,defmt
69 - package: embassy-stm32-examples 72 - package: embassy-stm32-examples
70 target: thumbv7em-none-eabi 73 target: thumbv7em-none-eabi
71 74