From c1c704bfc82c5cbe53a00dfe9e9d1d05ab365698 Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Wed, 13 Oct 2021 15:00:08 +0200 Subject: - Removed the enable assert from UARTE. - Added nRF9160 to CI. --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b728c0db8..fed33cc86 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,6 +48,9 @@ jobs: - package: embassy-nrf target: thumbv7em-none-eabi features: nrf52833 + - package: embassy-nrf + target: thumbv8m.main-none-eabihf + features: nrf9160 - package: embassy-nrf target: thumbv7em-none-eabi features: nrf52840 -- cgit