Skip to content

Scripts that will help you automate your workflow working with FreeRTOS and pico-sdk

Notifications You must be signed in to change notification settings

sykacek/pico-sdk-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate project workflow with FreeRTOS and PICO-SDK

This set of tools allows you to create pico-sdk projects from highly customizable templates more quickly.

Installation

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

Usage

To create a new project execute

    mkpico <project-name>

which will create template project from /etc/mkpico directory.

About

Scripts that will help you automate your workflow working with FreeRTOS and pico-sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published