Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/hwci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ run() {
local name name_flags feature features
local runner_specific runner_feature runner_default
shift 2
shard_init $SHARDING
for name in $(list); do
Comment thread
ia0 marked this conversation as resolved.
shard_next || continue
runner_specific=n
Expand Down Expand Up @@ -71,7 +70,6 @@ run() {
fi
done
done
shard_done
}

# <protocol> <runner..>
Expand All @@ -95,10 +93,12 @@ full() {
trap - EXIT
}

shard_init $SHARDING
case $1 in
host) FLASH_ARGS=--protocol=unix full unix host ;;
# P1.01, P1.02, and P1.03 must be connected together (gpio_test).
nordic) full usb nordic --features=gpio,test-vendor ;;
opentitan) full usb opentitan --features=test-vendor ;;
*) run --protocol=${1:-usb} "$2" ;;
esac
shard_done
Loading