aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-10-27 22:43:35 +0000
committerGitHub <[email protected]>2021-10-27 22:43:35 +0000
commitdfccb84fcbb9ab55c3d0f89d99d2049376bff901 (patch)
treef2759bddb89b62161c5b173ee555a0292a4f7c5d /.github/workflows
parentb636acf1150367dabcc28238301b7cd8cc8ca780 (diff)
parentc995a97f2032d329c2955c79054b7e466b0b423b (diff)
Merge #457
457: nrf91: support running in both S and NS mode. r=Dirbaio a=Dirbaio - Cargo feature `nrf9160` is now `nrf9160-s` or `nrf9160-ns` - "fake-PAC" renames everything appropriately so there's no need to spam cfg's everywhere. With `nrf9160-s` you can now run code without flashing any weird SPM/bootloader. Tested on nrf9160-dk. Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 59549fac6..7d91357d1 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