aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-07-15 21:23:14 +0200
committerGitHub <[email protected]>2021-07-15 21:23:14 +0200
commit7ed43cd843bbb8e3fdbf8546d6cd4780bfa1bd78 (patch)
tree936020003205a563844b33203d0baddb2418e0eb /.github
parent8a172ac12325ddc382e5ac0ffa637120a166d057 (diff)
parent697f93ad423fb70aa134c8810237622642a301d6 (diff)
Merge pull request #296 from thalesfragoso/f0-dmarst
Allow for RccPeripheral without reset field and 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