diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-30 22:42:49 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-30 22:42:49 +0200 |
| commit | c327c6cd6fc3c11cfaf83cf64591940d401c5f6b (patch) | |
| tree | 1e9f693a74b01ae930caa145ae282c24276510e3 /ci.sh | |
| parent | 3cc0ec654a1e46fe7b8fa168942452303343cd84 (diff) | |
cyw43: move crate to subdir.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ci.sh b/ci.sh deleted file mode 100755 index 916838200..000000000 --- a/ci.sh +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | set -euxo pipefail | ||
| 4 | cd $(dirname $0) | ||
| 5 | |||
| 6 | export CARGO_TARGET_DIR=$(pwd)/target | ||
| 7 | export DEFMT_LOG=trace | ||
| 8 | |||
| 9 | # build examples | ||
| 10 | #================== | ||
| 11 | |||
| 12 | (cd examples/rpi-pico-w; WIFI_NETWORK=foo WIFI_PASSWORD=bar cargo build --release) | ||
| 13 | |||
| 14 | |||
| 15 | # build with log/defmt combinations | ||
| 16 | #===================================== | ||
| 17 | |||
| 18 | cargo build --target thumbv6m-none-eabi --features '' | ||
| 19 | cargo build --target thumbv6m-none-eabi --features 'log' | ||
| 20 | cargo build --target thumbv6m-none-eabi --features 'defmt' | ||
| 21 | cargo build --target thumbv6m-none-eabi --features 'log,firmware-logs' | ||
| 22 | cargo build --target thumbv6m-none-eabi --features 'defmt,firmware-logs' | ||
| 23 | |||
| 24 | (cd cyw43-pio; cargo build --target thumbv6m-none-eabi --features '') | ||
| 25 | (cd cyw43-pio; cargo build --target thumbv6m-none-eabi --features 'overclock') | ||
