diff options
| author | i509VCB <[email protected]> | 2025-04-06 21:13:49 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-04-06 21:15:42 -0500 |
| commit | 1e23b8114bb1f4b9e092bc50b3cfe4bd2f7ebdb6 (patch) | |
| tree | 78f39de51ef1e399b9e4b0d3786a095134838790 /ci.sh | |
| parent | 717fbc1cd9a038d6601721a6e84f58be264ee624 (diff) | |
mspm0: add uart tests
This also fixes a bug in the uart clock calculation where it could select an oversampling faster than what the hardware is providing.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -308,6 +308,7 @@ cargo batch \ | |||
| 308 | --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52840 --artifact-dir out/tests/nrf52840-dk \ | 308 | --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv7em-none-eabi --features nrf52840 --artifact-dir out/tests/nrf52840-dk \ |
| 309 | --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf5340 --artifact-dir out/tests/nrf5340-dk \ | 309 | --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf5340 --artifact-dir out/tests/nrf5340-dk \ |
| 310 | --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf9160 --artifact-dir out/tests/nrf9160-dk \ | 310 | --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features nrf9160 --artifact-dir out/tests/nrf9160-dk \ |
| 311 | --- build --release --manifest-path tests/mspm0/Cargo.toml --target thumbv6m-none-eabi --features mspm0g3507 --artifact-dir out/tests/mspm0g3507 \ | ||
| 311 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ | 312 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ |
| 312 | $BUILD_EXTRA | 313 | $BUILD_EXTRA |
| 313 | 314 | ||
| @@ -322,6 +323,9 @@ rm -rf out/tests/stm32f103c8 | |||
| 322 | rm -rf out/tests/nrf52840-dk | 323 | rm -rf out/tests/nrf52840-dk |
| 323 | rm -rf out/tests/nrf52833-dk | 324 | rm -rf out/tests/nrf52833-dk |
| 324 | 325 | ||
| 326 | # disabled because these boards are not on the shelf | ||
| 327 | rm -rf out/tests/mspm0g3507 | ||
| 328 | |||
| 325 | rm out/tests/stm32wb55rg/wpan_mac | 329 | rm out/tests/stm32wb55rg/wpan_mac |
| 326 | rm out/tests/stm32wb55rg/wpan_ble | 330 | rm out/tests/stm32wb55rg/wpan_ble |
| 327 | 331 | ||
