aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2021-10-13 15:00:08 +0200
committerDion Dokter <[email protected]>2021-10-13 15:00:08 +0200
commitc1c704bfc82c5cbe53a00dfe9e9d1d05ab365698 (patch)
treeff5e691264af6b1f013c98539bf2456f99278a70 /.github
parentddcee446c1da46b00d2088cfa1f75481b1737cc7 (diff)
- Removed the enable assert from UARTE.
- Added nRF9160 to CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml3
1 files changed, 3 insertions, 0 deletions
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
@@ -49,6 +49,9 @@ jobs:
49 target: thumbv7em-none-eabi 49 target: thumbv7em-none-eabi
50 features: nrf52833 50 features: nrf52833
51 - package: embassy-nrf 51 - package: embassy-nrf
52 target: thumbv8m.main-none-eabihf
53 features: nrf9160
54 - package: embassy-nrf
52 target: thumbv7em-none-eabi 55 target: thumbv7em-none-eabi
53 features: nrf52840 56 features: nrf52840
54 - package: embassy-nrf 57 - package: embassy-nrf