summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorUlf Lilleengen <ulf.lilleengen@gmail.com>2021-06-09 15:22:52 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-06-09 23:09:48 +0200
commit1bb712315646a333bca0fb3724dab9c17e3a2b0f (patch)
tree33fb06edc0fb702a251e66c6ece3b68dda85f1cd /.github/workflows/rust.yml
parent3d16e922d5fc87453f9c8eb43c6414b959e3da80 (diff)
downloadembassy-1bb712315646a333bca0fb3724dab9c17e3a2b0f.zip
Add examples for STM32L0
Diffstat (limited to '.github/workflows/rust.yml')
-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 d95c388f..b48b9feb 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -84,6 +84,8 @@ jobs:
target: thumbv7em-none-eabi
- package: examples/stm32h7
target: thumbv7em-none-eabi
+ - package: examples/stm32l0
+ target: thumbv6m-none-eabi
steps:
- uses: actions/checkout@v2