aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-04-06 21:13:49 -0500
committeri509VCB <[email protected]>2025-04-06 21:15:42 -0500
commit1e23b8114bb1f4b9e092bc50b3cfe4bd2f7ebdb6 (patch)
tree78f39de51ef1e399b9e4b0d3786a095134838790 /ci.sh
parent717fbc1cd9a038d6601721a6e84f58be264ee624 (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-xci.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index e2d3db546..97916ebf1 100755
--- a/ci.sh
+++ b/ci.sh
@@ -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
322rm -rf out/tests/nrf52840-dk 323rm -rf out/tests/nrf52840-dk
323rm -rf out/tests/nrf52833-dk 324rm -rf out/tests/nrf52833-dk
324 325
326# disabled because these boards are not on the shelf
327rm -rf out/tests/mspm0g3507
328
325rm out/tests/stm32wb55rg/wpan_mac 329rm out/tests/stm32wb55rg/wpan_mac
326rm out/tests/stm32wb55rg/wpan_ble 330rm out/tests/stm32wb55rg/wpan_ble
327 331