aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThales Fragoso <[email protected]>2021-07-15 13:50:39 -0300
committerThales Fragoso <[email protected]>2021-07-15 13:50:39 -0300
commit697f93ad423fb70aa134c8810237622642a301d6 (patch)
tree936020003205a563844b33203d0baddb2418e0eb /.github
parent2f08c7ced56f855f75bb73cb4775c6379958b3f2 (diff)
stm32: Add F0 example
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 2035c96dc..118143daa 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -88,6 +88,8 @@ jobs:
88 target: thumbv6m-none-eabi 88 target: thumbv6m-none-eabi
89 - package: examples/stm32wb55 89 - package: examples/stm32wb55
90 target: thumbv7em-none-eabihf 90 target: thumbv7em-none-eabihf
91 - package: examples/stm32f0
92 target: thumbv6m-none-eabi
91 93
92 steps: 94 steps:
93 - uses: actions/checkout@v2 95 - uses: actions/checkout@v2