diff options
| author | Dion Dokter <[email protected]> | 2025-05-01 13:37:12 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2025-05-01 13:37:12 +0200 |
| commit | 59d839a2b8a488bf1e9056f46ba1dff61148642b (patch) | |
| tree | 7536a0e4ea4b8bb4c271371c0dc4afe4fec30723 /.github | |
| parent | cff6eb9a81a34f7e7437f30470c0914177ca3a27 (diff) | |
Fix dual bank support for F7
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index 88962a533..c9b332cf8 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -29,8 +29,10 @@ cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --feat | |||
| 29 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp2040,_test | 29 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp2040,_test |
| 30 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp235xa,_test | 30 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp235xa,_test |
| 31 | 31 | ||
| 32 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,exti,time-driver-any,exti,dual-bank | 32 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,time-driver-any,exti,single-bank |
| 33 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti | 33 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,time-driver-any,exti,dual-bank |
| 34 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f769ni,exti,time-driver-any,exti,single-bank | 34 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,time-driver-any,exti |
| 35 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f769ni,time-driver-any,exti,single-bank | ||
| 36 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f769ni,time-driver-any,exti,dual-bank | ||
| 35 | 37 | ||
| 36 | cargo test --manifest-path ./embassy-net-adin1110/Cargo.toml | 38 | cargo test --manifest-path ./embassy-net-adin1110/Cargo.toml |
