diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-10-26 17:11:51 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-10-26 17:40:07 +0200 |
| commit | c995a97f2032d329c2955c79054b7e466b0b423b (patch) | |
| tree | 9b59d0517706370e79291ea6a6720eeacb489d76 /.github/workflows | |
| parent | 7cb34760c4bd4d98f38437c36769c54c56047a10 (diff) | |
nrf91: support running in both S and NS mode.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ff30a09a7..4415fd987 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -56,7 +56,10 @@ jobs: | |||
| 56 | features: nrf52833 | 56 | features: nrf52833 |
| 57 | - package: embassy-nrf | 57 | - package: embassy-nrf |
| 58 | target: thumbv8m.main-none-eabihf | 58 | target: thumbv8m.main-none-eabihf |
| 59 | features: nrf9160 | 59 | features: nrf9160-s |
| 60 | - package: embassy-nrf | ||
| 61 | target: thumbv8m.main-none-eabihf | ||
| 62 | features: nrf9160-ns | ||
| 60 | - package: embassy-nrf | 63 | - package: embassy-nrf |
| 61 | target: thumbv7em-none-eabi | 64 | target: thumbv7em-none-eabi |
| 62 | features: nrf52840 | 65 | features: nrf52840 |
