aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-05-11 03:04:59 +0200
committerDario Nieuwenhuis <[email protected]>2021-05-17 00:57:20 +0200
commitbd9589d0ce71a2aa41c9fdf439d6de6349a09d83 (patch)
treebed94fa0d977604b1f9cbcb09d27b44791aca404 /.github/workflows
parentcd4111736c0384b1ef957df7f6aa51e3727c29b2 (diff)
nrf: add support for nrf52805, nrf52811, nrf52820
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml21
1 files changed, 15 insertions, 6 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 8613f7e0d..cf70e2e5c 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -30,22 +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-nrf
50 target: thumbv7em-none-eabi
51 features: nrf52840
52 - package: embassy-nrf
53 target: thumbv7em-none-eabi
54 features: nrf52840,log
55 - package: embassy-nrf
56 target: thumbv7em-none-eabi
57 features: nrf52840,defmt
49 - package: embassy-stm32-examples 58 - package: embassy-stm32-examples
50 target: thumbv7em-none-eabi 59 target: thumbv7em-none-eabi
51 features: stm32f405 60 features: stm32f405