diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-14 21:08:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-14 21:08:37 +0000 |
| commit | a3d6aa5d7d5dfeaeed4162cbdac35494bbdc1486 (patch) | |
| tree | fe3fabb100ece7ad22a4a8db9803e7d14077539f /ci.sh | |
| parent | 7cfce05bd2622b843a7ece65bfde6ffa32130718 (diff) | |
| parent | db907a914c7e84176a15da70385af871c9b97cf6 (diff) | |
Merge pull request #79 from embassy-rs/update-embassy
Update Embassy, to new PIO API.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,7 +1,9 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | set -euxo pipefail | 3 | set -euxo pipefail |
| 4 | cd $(dirname $0) | ||
| 4 | 5 | ||
| 6 | export CARGO_TARGET_DIR=$(pwd)/target | ||
| 5 | export DEFMT_LOG=trace | 7 | export DEFMT_LOG=trace |
| 6 | 8 | ||
| 7 | # build examples | 9 | # build examples |
| @@ -18,3 +20,6 @@ cargo build --target thumbv6m-none-eabi --features 'log' | |||
| 18 | cargo build --target thumbv6m-none-eabi --features 'defmt' | 20 | cargo build --target thumbv6m-none-eabi --features 'defmt' |
| 19 | cargo build --target thumbv6m-none-eabi --features 'log,firmware-logs' | 21 | cargo build --target thumbv6m-none-eabi --features 'log,firmware-logs' |
| 20 | cargo build --target thumbv6m-none-eabi --features 'defmt,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') | ||
