aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-08 16:46:12 +0200
committerGitHub <[email protected]>2021-06-08 16:46:12 +0200
commitaf0f8082f079bb80d8b478331ff505f5462a9120 (patch)
tree6de9b663d1d5be935a950b9436670ea75c935687 /.github
parente6bd02d40eb2d2bdde1da463a6e79eebb63987b8 (diff)
parenta407558e3f0df9dd9e8f4899608a7ab5187a0af8 (diff)
Merge pull request #233 from bobmcwhirter/l4-examples
L4 examples
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 3fdc10ab2..c73c6c7e3 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -80,6 +80,8 @@ jobs:
80 features: stm32l053r8,defmt 80 features: stm32l053r8,defmt
81 - package: examples/stm32f4 81 - package: examples/stm32f4
82 target: thumbv7em-none-eabi 82 target: thumbv7em-none-eabi
83 - package: examples/stm32l4
84 target: thumbv7em-none-eabi
83 85
84 steps: 86 steps:
85 - uses: actions/checkout@v2 87 - uses: actions/checkout@v2