the following :
https://github.com/raspberrypi/pico-sdk ... 2435642380
leads me to :
https://github.com/raspberrypi/picotool ... i-pico-sdk
https://github.com/raspberrypi/pico-sdk ... 2435642380
leads me to :
https://github.com/raspberrypi/picotool ... i-pico-sdk
which does not work. It fails to find then goes back to downloading picotoolIn order for the SDK to find picotool in this custom folder, you will usually need to set the picotool_DIR variable in your project. This can be achieved either by setting the picotool_DIR environment variable to $MY_INSTALL_DIR/picotool, by passing -Dpicotool_DIR=$MY_INSTALL_DIR/picotool to your cmake command, or by adding set(picotool_DIR $MY_INSTALL_DIR/picotool) to your CMakeLists.txt file.
Statistics: Posted by pie_face — Sun Dec 08, 2024 5:22 pm