share a picotool path

This commit is contained in:
Jeff Epler 2025-03-19 15:03:58 -05:00
parent e78e12fa7c
commit a0268b24da

View file

@ -66,6 +66,7 @@ fi
rm -rf build_${TAG}
cmake -S . -B build_${TAG} \
-DPICO_SDK_PATH=../pico-sdk \
-DPICOTOOL_FETCH_FROM_GIT_PATH="$(pwd)/picotool" \
-DBOARD=adafruit_fruit_jam -DPICO_BOARD=pimoroni_pico_plus2_rp2350 \
-DMEMSIZE=${MEMSIZE} \
-DUSE_HSTX=1 \