From c995a97f2032d329c2955c79054b7e466b0b423b Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 26 Oct 2021 17:11:51 +0200 Subject: nrf91: support running in both S and NS mode. --- .github/workflows/rust.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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: features: nrf52833 - package: embassy-nrf target: thumbv8m.main-none-eabihf - features: nrf9160 + features: nrf9160-s + - package: embassy-nrf + target: thumbv8m.main-none-eabihf + features: nrf9160-ns - package: embassy-nrf target: thumbv7em-none-eabi features: nrf52840 -- cgit