aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-05-17 01:04:13 +0200
committerGitHub <[email protected]>2021-05-17 01:04:13 +0200
commit35d05a4214e035bbb6da380c38c0a90b285887f2 (patch)
treede9f18e1f858e62b03c0c465135bea3f57d926ac /.github/workflows
parentcd4111736c0384b1ef957df7f6aa51e3727c29b2 (diff)
parenta5ad79927ecaa9d6cd7bd96e015b66afa9201d84 (diff)
Merge pull request #174 from embassy-rs/nrf-neo
nRF-neo
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml33
1 files changed, 12 insertions, 21 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 8613f7e0d..97c668aca 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -30,40 +30,31 @@ jobs:
30 target: thumbv7em-none-eabi 30 target: thumbv7em-none-eabi
31 - package: embassy-nrf 31 - package: embassy-nrf
32 target: thumbv7em-none-eabi 32 target: thumbv7em-none-eabi
33 features: 52810 33 features: nrf52805
34 - package: embassy-nrf 34 - package: embassy-nrf
35 target: thumbv7em-none-eabi 35 target: thumbv7em-none-eabi
36 features: 52832 36 features: nrf52810
37 - package: embassy-nrf 37 - package: embassy-nrf
38 target: thumbv7em-none-eabi 38 target: thumbv7em-none-eabi
39 features: 52833 39 features: nrf52811
40 - package: embassy-nrf 40 - package: embassy-nrf
41 target: thumbv7em-none-eabi 41 target: thumbv7em-none-eabi
42 features: 52840 42 features: nrf52820
43 - package: embassy-nrf 43 - package: embassy-nrf
44 target: thumbv7em-none-eabi 44 target: thumbv7em-none-eabi
45 features: 52840,log 45 features: nrf52832
46 - package: embassy-nrf 46 - package: embassy-nrf
47 target: thumbv7em-none-eabi 47 target: thumbv7em-none-eabi
48 features: 52840,defmt 48 features: nrf52833
49 - package: embassy-stm32-examples 49 - package: embassy-nrf
50 target: thumbv7em-none-eabi
51 features: stm32f405
52 - package: embassy-stm32
53 target: thumbv7em-none-eabi 50 target: thumbv7em-none-eabi
54 features: stm32f405 51 features: nrf52840
55 - package: embassy-stm32 52 - package: embassy-nrf
56 target: thumbv7em-none-eabi 53 target: thumbv7em-none-eabi
57 features: stm32f446 54 features: nrf52840,log
58 - package: embassy-stm32 55 - package: embassy-nrf
59 target: thumbv7em-none-eabi 56 target: thumbv7em-none-eabi
60 features: stm32f405,defmt 57 features: nrf52840,defmt
61 - package: embassy-stm32
62 target: thumbv6m-none-eabi
63 features: stm32l0x2
64 - package: embassy-stm32
65 target: thumbv6m-none-eabi
66 features: stm32l0x2,defmt
67 - package: embassy-rp-examples 58 - package: embassy-rp-examples
68 target: thumbv6m-none-eabi 59 target: thumbv6m-none-eabi
69 60