From 663141b4e456bbfacaaff8decdba6840c76a136b Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 28 Oct 2021 03:07:06 +0200 Subject: nrf: add initial nrf5340 support --- .github/workflows/rust.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github/workflows') 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 @@ -60,6 +60,15 @@ jobs: - package: embassy-nrf target: thumbv8m.main-none-eabihf features: nrf9160-ns + - package: embassy-nrf + target: thumbv8m.main-none-eabihf + features: nrf5340-app-s + - package: embassy-nrf + target: thumbv8m.main-none-eabihf + features: nrf5340-app-ns + - package: embassy-nrf + target: thumbv8m.main-none-eabihf + features: nrf5340-net - package: embassy-nrf target: thumbv7em-none-eabi features: nrf52840 -- cgit