summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-21 18:52:53 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-21 19:05:26 +0200
commit38f59c4dea9538b6349676353d552eee854c6918 (patch)
tree8a6e842eb4f16dbfa826067c99a82573a6319af8 /.github
parent68b303a4e4f43da899b9c9cb0c3d84c6d83b5ca5 (diff)
downloadembassy-38f59c4dea9538b6349676353d552eee854c6918.zip
Add stm32l0 to CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index bfb6aa0b..dfb6a63f 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -69,6 +69,9 @@ jobs:
- package: embassy-stm32
target: thumbv7em-none-eabi
features: stm32l476vg,defmt
+ - package: embassy-stm32
+ target: thumbv6m-none-eabi
+ features: stm32l053r8,defmt
- package: embassy-stm32-examples
target: thumbv7em-none-eabi