diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-10-28 03:07:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-10-28 03:36:25 +0200 |
| commit | 663141b4e456bbfacaaff8decdba6840c76a136b (patch) | |
| tree | 8d151a795b008ab0791a6faa5dbd36e5b83522b5 /.github/workflows | |
| parent | c995a97f2032d329c2955c79054b7e466b0b423b (diff) | |
nrf: add initial nrf5340 support
Diffstat (limited to '.github/workflows')
| -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 4415fd987..8a80266be 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 |
