diff options
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 759435d8b..de500c3a7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -61,6 +61,15 @@ jobs: | |||
| 61 | target: thumbv8m.main-none-eabihf | 61 | target: thumbv8m.main-none-eabihf |
| 62 | features: nrf9160-ns | 62 | features: nrf9160-ns |
| 63 | - package: embassy-nrf | 63 | - package: embassy-nrf |
| 64 | target: thumbv8m.main-none-eabihf | ||
| 65 | features: nrf5340-app-s | ||
| 66 | - package: embassy-nrf | ||
| 67 | target: thumbv8m.main-none-eabihf | ||
| 68 | features: nrf5340-app-ns | ||
| 69 | - package: embassy-nrf | ||
| 70 | target: thumbv8m.main-none-eabihf | ||
| 71 | features: nrf5340-net | ||
| 72 | - package: embassy-nrf | ||
| 64 | target: thumbv7em-none-eabi | 73 | target: thumbv7em-none-eabi |
| 65 | features: nrf52840 | 74 | features: nrf52840 |
| 66 | - package: embassy-nrf | 75 | - package: embassy-nrf |
