Upgrade to Zephyr 3.5

This commit is contained in:
urob 2024-02-09 21:47:15 -05:00
parent 9f9fc0600e
commit b5212cbba5
7 changed files with 19 additions and 53 deletions

View file

@ -77,7 +77,7 @@ while [[ $# -gt 0 ]]; do
done
# Set defaults
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.2"
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.5"
[[ -z $RUNWITH_DOCKER ]] && RUNWITH_DOCKER="true"
[[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$WINHOME/Downloads"