diff options
| author | Ulf Lilleengen <[email protected]> | 2025-05-06 12:12:10 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-06 12:12:10 +0000 |
| commit | 966914f4654f30f13964f90c1e2bd491f1105c6f (patch) | |
| tree | 81c3254e160d67cb08255d0557276614db86a240 /.github | |
| parent | af6f5ca0c42bc5a3e740bbeb09ba00a543d21d6b (diff) | |
| parent | 8017d58eb941c6e7700c2cd21ebcb216d9d9f556 (diff) | |
Merge pull request #4125 from diondokter/configurable-bank-support
STM32: Configurable bank support
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 c78865e54..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 | 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 | 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 |
