aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-05-17 03:01:30 +0200
committerDario Nieuwenhuis <[email protected]>2021-05-17 03:16:58 +0200
commitf7858631d8cd876b41f02f2f4d6613b6d34bc68a (patch)
tree11bcf1b7392893efd901bf1e4fe513d90ec75544 /.github/workflows
parentcd0d3c4b0da528a10c9ca510e5863bc8779fd28f (diff)
stm32: fix build, add ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 97c668aca..931a7bc01 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -57,6 +57,14 @@ jobs:
57 features: nrf52840,defmt 57 features: nrf52840,defmt
58 - package: embassy-rp-examples 58 - package: embassy-rp-examples
59 target: thumbv6m-none-eabi 59 target: thumbv6m-none-eabi
60 - package: embassy-stm32
61 target: thumbv7em-none-eabi
62 features: stm32f411ce
63 - package: embassy-stm32
64 target: thumbv7em-none-eabi
65 features: stm32f429zi
66 - package: embassy-stm32-examples
67 target: thumbv7em-none-eabi
60 68
61 steps: 69 steps:
62 - uses: actions/checkout@v2 70 - uses: actions/checkout@v2