summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-10-13 21:11:41 +0000
committerGitHub <noreply@github.com>2021-10-13 21:11:41 +0000
commit05bc4d198e558a153d78e0fa07228c73023c4b5b (patch)
treeed0c5db7e36870b3925bb9c69f86d3c1fa671134 /.github/workflows
parent7318fc026ebdad9d296a22f992556a01161b9c81 (diff)
parentc1c704bfc82c5cbe53a00dfe9e9d1d05ab365698 (diff)
downloadembassy-05bc4d198e558a153d78e0fa07228c73023c4b5b.zip
Merge #423
423: nRF9160 support r=Dirbaio a=diondokter - Created a chip file with all the peripherals, interrupts and peripheral implementations. - All peripherals now use an alias for the NS (non-secure) version of the nRF9160 version. - Implementations of peripherals that don't exist are ignored. - Most PPI functionality has been stubbed out because the nRF91 has the newer DPPI which is not compatible with the current API. (The channels are also set to not configurable, so they are kinda useless now, but in principle the stubs should never be called) Co-authored-by: Dion Dokter <dion@tweedegolf.com>
Diffstat (limited to '.github/workflows')
-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 e33a40ef..ff30a09a 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -55,6 +55,9 @@ jobs:
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
- package: embassy-nrf