aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-08-20 01:35:02 +0200
committerGitHub <[email protected]>2021-08-20 01:35:02 +0200
commit0be6e4a384b3c2fee34f6f6db5f86ecbf9cea5e5 (patch)
treef5b6608d18e0a49a28fd04389684cb81d7a17022 /.github
parent8e5f1f4b5e8ff20897ac86ca81605d50c3dfa966 (diff)
parentda707051b0bc963b63aea209dc47108de15543f5 (diff)
Merge pull request #333 from bgamari/stm32g0
Add support for STM32G0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 7b6f0c39b..3ddda1a34 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -92,7 +92,8 @@ jobs:
92 target: thumbv7em-none-eabihf 92 target: thumbv7em-none-eabihf
93 - package: examples/stm32f0 93 - package: examples/stm32f0
94 target: thumbv6m-none-eabi 94 target: thumbv6m-none-eabi
95 95 - package: examples/stm32g0
96 target: thumbv6m-none-eabi
96 steps: 97 steps:
97 - uses: actions/checkout@v2 98 - uses: actions/checkout@v2
98 with: 99 with: