blob: c094db93dc8fc95c1a728d2baacfa36dc656a441 [file] [log] [blame]
#!/usr/bin/env bash
set -eux
PLATFORM=nrf52 cargo build --release --target=thumbv7em-none-eabi --examples
PLATFORM=riscv32 cargo build --release --target=riscv32imc-unknown-none-elf --examples # Important for testing: This target does not support atomics