This set of tools allows you to create pico-sdk projects from highly customizable templates more quickly.
Obtain executable privileges by
chmod 755 install.sh
afterwards run the script with root priviliges
sudo ./install.sh <pico-sdk-path> <freertos-kernel-path>
with required paths. This will create /etc/mkpico
directory where the template is stored. Executable is copied to /usr/bin
. Export script export.sh
has to be run before building any pico-sdk projects, it has to be run only once for a terminal session (it sets environment variables which do not persist after rebooting). Export script has to be sourced
source export.sh
For uninstallation run
sudo ./uninstall.sh
To create a new project execute
mkpico <project-name>
which will create template project from /etc/mkpico
directory.