aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-11-07 22:58:27 +0000
committerGitHub <[email protected]>2021-11-07 22:58:27 +0000
commit5322e293bdfca7c02fce76eae7a851ac59f422e0 (patch)
tree6d9fbf57670eb729f208ff7b33b5dbc3e366ed6b /.github/workflows/rust.yml
parent90095adedf370ddcda6d364dbb5e7f3a0a9b5895 (diff)
parent663141b4e456bbfacaaff8decdba6840c76a136b (diff)
Merge #461
461: nrf: add initial nrf5340 support r=Dirbaio a=Dirbaio Thanks to `@diondokter's` work on DPPI this was quite easy! :) TODO: - [ ] Add config option to enable 128mhz - [ ] Add config option to unlock APPROTECT automatically. - [ ] Add a way to boot net (config option or API?) - [ ] Support WDT (there's WDT0, WDT1. Needs some refactor) - [ ] Support NVMC - [ ] Support TEMP Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 759435d8b..de500c3a7 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -61,6 +61,15 @@ jobs:
61 target: thumbv8m.main-none-eabihf 61 target: thumbv8m.main-none-eabihf
62 features: nrf9160-ns 62 features: nrf9160-ns
63 - package: embassy-nrf 63 - package: embassy-nrf
64 target: thumbv8m.main-none-eabihf
65 features: nrf5340-app-s
66 - package: embassy-nrf
67 target: thumbv8m.main-none-eabihf
68 features: nrf5340-app-ns
69 - package: embassy-nrf
70 target: thumbv8m.main-none-eabihf
71 features: nrf5340-net
72 - package: embassy-nrf
64 target: thumbv7em-none-eabi 73 target: thumbv7em-none-eabi
65 features: nrf52840 74 features: nrf52840
66 - package: embassy-nrf 75 - package: embassy-nrf