Skip to content

Commit 8696911

Browse files
committed
add the pico2_w to the testscript
Add the pico2_w for both architecture.
1 parent 91b96a0 commit 8696911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ -z $1 ]]; then
99
echo "Please provide an SDK image you want to test"
1010
fi
1111

12-
declare -a boards=("pico" "pico_w" "pico2" "pico2_riscv")
12+
declare -a boards=("pico" "pico_w" "pico2" "pico2_riscv" "pico2_w" "pico2_w_riscv")
1313

1414

1515
docker run -d -it --name pico-sdk --mount type=bind,source="${PWD}"/test_poject,target=/home/dev "$1"

0 commit comments

Comments
 (0)