aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci.sh28
-rw-r--r--embassy-nrf/src/chips/nrf9160.rs6
2 files changed, 17 insertions, 17 deletions
diff --git a/ci.sh b/ci.sh
index b9a803bf3..b5f1bdb73 100755
--- a/ci.sh
+++ b/ci.sh
@@ -19,20 +19,20 @@ cargo batch \
19 --- build --release --manifest-path embassy/Cargo.toml --target thumbv7em-none-eabi --features log,executor-agnostic \ 19 --- build --release --manifest-path embassy/Cargo.toml --target thumbv7em-none-eabi --features log,executor-agnostic \
20 --- build --release --manifest-path embassy/Cargo.toml --target thumbv7em-none-eabi --features defmt \ 20 --- build --release --manifest-path embassy/Cargo.toml --target thumbv7em-none-eabi --features defmt \
21 --- build --release --manifest-path embassy/Cargo.toml --target thumbv6m-none-eabi --features defmt \ 21 --- build --release --manifest-path embassy/Cargo.toml --target thumbv6m-none-eabi --features defmt \
22 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52805 \ 22 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52805,gpiote,time-driver-rtc1 \
23 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52810 \ 23 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52810,gpiote,time-driver-rtc1 \
24 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52811 \ 24 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52811,gpiote,time-driver-rtc1 \
25 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52820 \ 25 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52820,gpiote,time-driver-rtc1 \
26 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52832 \ 26 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52832,gpiote,time-driver-rtc1 \
27 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52833 \ 27 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52833,gpiote,time-driver-rtc1 \
28 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf9160-s \ 28 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf9160-s,gpiote,time-driver-rtc1 \
29 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf9160-ns \ 29 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf9160-ns,gpiote,time-driver-rtc1 \
30 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf5340-app-s \ 30 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf5340-app-s,gpiote,time-driver-rtc1 \
31 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf5340-app-ns \ 31 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf5340-app-ns,gpiote,time-driver-rtc1 \
32 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf5340-net \ 32 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf5340-net,gpiote,time-driver-rtc1 \
33 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52840 \ 33 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52840,gpiote,time-driver-rtc1 \
34 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52840,log \ 34 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52840,log,gpiote,time-driver-rtc1 \
35 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52840,defmt \ 35 --- build --release --manifest-path embassy-nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52840,defmt,gpiote,time-driver-rtc1 \
36 --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f411ce,defmt \ 36 --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f411ce,defmt \
37 --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f429zi,log \ 37 --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f429zi,log \
38 --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32h755zi-cm7,defmt \ 38 --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32h755zi-cm7,defmt \
diff --git a/embassy-nrf/src/chips/nrf9160.rs b/embassy-nrf/src/chips/nrf9160.rs
index 3678e6d31..51f6cb804 100644
--- a/embassy-nrf/src/chips/nrf9160.rs
+++ b/embassy-nrf/src/chips/nrf9160.rs
@@ -16,7 +16,7 @@ pub mod pac {
16 egu0_ns as egu0, 16 egu0_ns as egu0,
17 ficr_s as ficr, 17 ficr_s as ficr,
18 fpu_ns as fpu, 18 fpu_ns as fpu,
19 gpiote0_s as gpiote0, 19 gpiote0_s as gpiote,
20 i2s_ns as i2s, 20 i2s_ns as i2s,
21 ipc_ns as ipc, 21 ipc_ns as ipc,
22 kmu_ns as kmu, 22 kmu_ns as kmu,
@@ -52,7 +52,7 @@ pub mod pac {
52 EGU4_NS as EGU4, 52 EGU4_NS as EGU4,
53 EGU5_NS as EGU5, 53 EGU5_NS as EGU5,
54 FPU_NS as FPU, 54 FPU_NS as FPU,
55 GPIOTE1_NS as GPIOTE, 55 GPIOTE1_NS as GPIOTE1,
56 I2S_NS as I2S, 56 I2S_NS as I2S,
57 IPC_NS as IPC, 57 IPC_NS as IPC,
58 KMU_NS as KMU, 58 KMU_NS as KMU,
@@ -110,7 +110,7 @@ pub mod pac {
110 EGU5_S as EGU5, 110 EGU5_S as EGU5,
111 FICR_S as FICR, 111 FICR_S as FICR,
112 FPU_S as FPU, 112 FPU_S as FPU,
113 GPIOTE0_S as GPIOTE, 113 GPIOTE0_S as GPIOTE0,
114 I2S_S as I2S, 114 I2S_S as I2S,
115 IPC_S as IPC, 115 IPC_S as IPC,
116 KMU_S as KMU, 116 KMU_S as KMU,