build script
This commit is contained in:
@@ -50,7 +50,9 @@ for board in adafruit_feather_rp2040 \
|
||||
wiznet_w5100s_evb_pico
|
||||
do
|
||||
rm -rf *
|
||||
PICO_SDK_PATH=../../pico-sdk cmake .. -DPICO_BOARD=$board
|
||||
# PICO_SDK_PATH=../../pico-sdk cmake .. -DPICO_BOARD=$board
|
||||
PICO_SDK_PATH=../pico-sdk cmake .. -DPICO_BOARD=$board
|
||||
|
||||
make -kj20
|
||||
mv pico_fido.uf2 ../release/pico_fido_$board-$VERSION_MAJOR.$VERSION_MINOR.uf2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user